*, ::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.16 | 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: sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@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;
  }
}

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

header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 10;
  width: 100%;
  border-bottom-width: 1px;
  border-color: #382d2033;
  --tw-bg-opacity: 1;
  background-color: rgb(243 237 230 / var(--tw-bg-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  header {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

@media (min-width: 1024px) {
  header {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
}

@media (min-width: 1280px) {
  header {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (min-width: 1536px) {
  header {
    padding-top: 19px;
    padding-bottom: 19px;
  }
}

header .container {
  display: flex;
  align-items: center;
  justify-content: normal;
}

@media (min-width: 768px) {
  header .container {
    justify-content: space-between;
  }
}

header .header-logo {
  width: 150px;
}

@media (min-width: 768px) {
  header .header-logo {
    width: 150px;
  }
}

@media (min-width: 1024px) {
  header .header-logo {
    width: 186px;
  }
}

header .header-logo img {
  max-width: 120px;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  header .header-logo img {
    max-width: 150px;
  }
}

@media (min-width: 1280px) {
  header .header-logo img {
    max-width: 186px;
  }
}

.header-menu {
  position: fixed;
  top: 61px;
  right: 0px;
  z-index: 10;
  height: calc(100% - 61px);
  width: 100%;
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  overflow-y: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(243 237 230 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .header-menu {
    position: relative;
    top: 0px;
    z-index: 0;
    display: flex;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content;
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    overflow-y: visible;
    transition-property: none;
  }
}

.header-menu > li {
  position: relative;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(211 211 211 / var(--tw-border-opacity, 1));
}

@media (min-width: 768px) {
  .header-menu > li {
    margin-left: 1rem;
    margin-right: 1rem;
    border-bottom-width: 0px;
  }
}

@media (min-width: 1024px) {
  .header-menu > li {
    margin-left: 23px;
    margin-right: 23px;
  }
}

.header-menu > li > a {
  display: block;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  font-size: 16px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .header-menu > li > a {
    display: inline-block;
    padding: 0px;
    font-size: 16px;
  }
}

@media (min-width: 1024px) {
  .header-menu > li > a {
    font-size: 17px;
  }
}

.header-menu > li > a.current-menu {
  --tw-text-opacity: 1;
  color: rgb(247 59 32 / var(--tw-text-opacity, 1));
}

.header-menu > li > a[href="javascript:void(0);"] {
  pointer-events: none;
}

@media (min-width: 768px) {
  .header-menu > li > a[href="javascript:void(0);"] {
    pointer-events: auto;
  }
}

.header-menu > li > a:hover {
  --tw-text-opacity: 1;
  color: rgb(247 59 32 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .header-menu > li.submenu a:hover + button {
    --tw-text-opacity: 1;
    color: rgb(247 59 32 / var(--tw-text-opacity, 1));
  }
}

.header-menu > li a > svg {
  position: relative;
  margin-left: -0.25rem;
  display: inline-block;
}

@media (min-width: 768px) {
  .header-menu > li a > svg {
    margin-top: -1px;
  }
}

@media (min-width: 1024px) {
  .header-menu > li a > svg {
    margin-top: 0px;
  }
}

.header-menu > li.submenu > a {
  display: inline-block;
  width: 92%;
}

@media (min-width: 768px) {
  .header-menu > li.submenu > a {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.header-menu > li.submenu:has(.current-page),
    .header-menu > li.submenu:has(.current-page) > a {
  --tw-text-opacity: 1;
  color: rgb(247 59 32 / var(--tw-text-opacity, 1));
}

.header-menu > li:has(.current-menu),
    .header-menu > li.submenu:has(.current-page) {
  --tw-border-opacity: 1;
  border-color: rgb(247 59 32 / var(--tw-border-opacity, 1));
}

@media (min-width: 768px) {
  .header-menu > li:has(.current-menu),
    .header-menu > li.submenu:has(.current-page) {
    border-color: transparent;
  }
}

.header-menu > li.submenu .menuDropdown {
  margin-left: -0.25rem;
  margin-top: -1px;
  display: inline-block;
  vertical-align: middle;
  outline-width: 0px;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.header-menu > li.active-submenu .menuDropdown {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.header-menu .submenu-level {
  display: none;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px) {
  .header-menu .submenu-level {
    pointer-events: none;
    visibility: hidden;
    position: absolute;
    left: 0px;
    top: 189%;
    display: block;
    width: 219%;
    min-width: 150px;
    border-radius: 10px;
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
    padding-left: 0px;
    padding-right: 0px;
    opacity: 0;
    --tw-shadow: 0px 6px 10px rgba(4, 26, 57, 0.4);
    --tw-shadow-colored: 0px 6px 10px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-property: all;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media (min-width: 1024px) {
  .header-menu .submenu-level {
    top: 197%;
    width: 209%;
  }
}

@media (min-width: 1280px) {
  .header-menu .submenu-level {
    top: 300%;
  }
}

@media (min-width: 768px) {
  .header-menu .submenu-level::after {
    position: absolute;
    left: 0px;
    top: -50%;
    height: 60%;
    width: 60%;
    --tw-content: '';
    content: var(--tw-content);
  }

  .header-menu li.submenu:hover .submenu-level {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
  }
}

@media (min-width: 1280px) {
  .header-menu li.submenu:hover .submenu-level {
    top: 239%;
  }
}

.header-menu .submenu-level > li {
  margin-bottom: 0.625rem;
}

@media (min-width: 768px) {
  .header-menu .submenu-level > li {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

@media (min-width: 1280px) {
  .header-menu .submenu-level > li {
    border-radius: inherit;
  }
}

.header-menu .submenu-level > li:first-child {
  margin-top: 0px;
}

@media (min-width: 768px) {
  .header-menu .submenu-level > li:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
  }

  .header-menu .submenu-level > li:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
  }
}

.header-menu .submenu-level li a {
  display: block;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 14px;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px) {
  .header-menu .submenu-level li a {
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(96 96 96 / var(--tw-border-opacity, 1));
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 16px;
    --tw-text-opacity: 1;
    color: rgb(226 232 240 / var(--tw-text-opacity, 1));
  }

  .header-menu .submenu-level li a:hover {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(247 59 32 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

.header-menu .submenu-level li a.current-page {
  --tw-text-opacity: 1;
  color: rgb(247 59 32 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .header-menu .submenu-level li a.current-page {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }

  .header-menu .submenu-level > li:first-child a:hover,
    .header-menu .submenu-level > li:first-child a.current-page {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
  }

  .header-menu .submenu-level > li:last-child a:hover,
    .header-menu .submenu-level > li:last-child a.current-page {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
  }
}

.header-menu .submenu-level li:last-child a {
  border-bottom-width: 0px;
}

.header-main .header-right {
  margin-left: auto;
}

@media (min-width: 768px) {
  .header-main .header-right {
    margin-left: 0px;
  }
}

.fixed-header {
  position: fixed;
  z-index: 50;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  --tw-shadow-colored: 0 1px 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .fixed-header {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

@media (min-width: 1280px) {
  .fixed-header {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
}

.fixed-header .header-logo img {
  max-width: 100px;
}

@media (min-width: 768px) {
  .fixed-header .header-logo img {
    max-width: 120px;
  }
}

@media (min-width: 1280px) {
  .fixed-header .header-logo img {
    max-width: 150px;
  }
}

.fixed-header .header-menu li.submenu:hover .submenu-level {
  top: 150%;
}

@media (min-width: 768px) {
  .fixed-header .header-menu li.submenu:hover .submenu-level {
    top: 176%;
  }
}

@media (min-width: 1024px) {
  .fixed-header .header-menu li.submenu:hover .submenu-level {
    top: 181%;
  }
}

@media (min-width: 1280px) {
  .fixed-header .header-menu li.submenu:hover .submenu-level {
    top: 197%;
  }
}

.toggleMenu {
  position: relative;
  margin-left: 1.25rem;
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  outline-width: 0px;
}

@media (min-width: 768px) {
  .toggleMenu {
    display: none;
  }
}

.toggleMenu .bar {
  position: relative;
  left: 0px;
  height: 0.125rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

html:has(.menu-open) {
  overflow: hidden;
}

.menu-open .toggleMenu .mbar {
  opacity: 0;
}

.menu-open .toggleMenu .tbar {
  top: 7px;
  --tw-rotate: -45deg;
  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));
}

.menu-open .toggleMenu .bbar {
  top: -9px;
  --tw-rotate: 45deg;
  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));
}

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

.menu-open main {
  position: relative;
  z-index: -1;
}

.fixed-header .header-menu {
  top: 53px;
  height: calc(100% - 53px);
}

@media (min-width: 768px) {
  .fixed-header .header-menu {
    top: 0px;
    height: -moz-fit-content;
    height: fit-content;
  }
}

footer {
  --tw-bg-opacity: 1;
  background-color: rgb(243 237 230 / var(--tw-bg-opacity, 1));
}

.ftr-top {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .ftr-top {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .ftr-top {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 1280px) {
  .ftr-top {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 1536px) {
  .ftr-top {
    padding-top: 66px;
    padding-bottom: 66px;
  }
}

.ftr-top-view {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

@media (min-width: 1024px) {
  .ftr-top-view {
    flex-wrap: nowrap;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}

.ftr-top-view .ftr-about-col {
  width: 100%;
}

@media (min-width: 768px) {
  .ftr-top-view .ftr-about-col {
    width: 48.89%;
  }
}

@media (min-width: 1024px) {
  .ftr-top-view .ftr-about-col {
    width: 22%;
  }
}

@media (min-width: 1280px) {
  .ftr-top-view .ftr-about-col {
    width: 287px;
  }
}

.ftr-top-view .ftr-product-col {
  margin-top: 11px;
  width: 100%;
}

@media (min-width: 768px) {
  .ftr-top-view .ftr-product-col {
    order: 3;
    width: 31.85%;
  }
}

@media (min-width: 1024px) {
  .ftr-top-view .ftr-product-col {
    order: 2;
    width: 15%;
  }
}

@media (min-width: 1280px) {
  .ftr-top-view .ftr-product-col {
    width: 167px;
  }
}

.ftr-top-view .ftr-resources-col {
  margin-top: 11px;
  width: 100%;
}

@media (min-width: 768px) {
  .ftr-top-view .ftr-resources-col {
    order: 4;
    width: 31.85%;
  }
}

@media (min-width: 1024px) {
  .ftr-top-view .ftr-resources-col {
    order: 3;
    width: 20%;
  }
}

@media (min-width: 1280px) {
  .ftr-top-view .ftr-resources-col {
    width: 237px;
  }
}

.ftr-top-view .ftr-help-col {
  margin-top: 11px;
  width: 100%;
}

@media (min-width: 768px) {
  .ftr-top-view .ftr-help-col {
    order: 5;
    width: 31.85%;
  }
}

@media (min-width: 1024px) {
  .ftr-top-view .ftr-help-col {
    order: 4;
    width: 15%;
  }
}

@media (min-width: 1280px) {
  .ftr-top-view .ftr-help-col {
    width: 176px;
  }
}

.ftr-top-view .ftr-support-col {
  margin-top: 11px;
  width: -moz-fit-content;
  width: fit-content;
}

@media (min-width: 768px) {
  .ftr-top-view .ftr-support-col {
    order: 2;
    width: 48.89%;
  }
}

@media (min-width: 1024px) {
  .ftr-top-view .ftr-support-col {
    order: 5;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.ftr-top-view .ftr-top-col h4 {
  margin-bottom: 0.75rem;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.ftr-top-view .ftr-menu li {
  margin-top: 0.25rem;
}

@media (min-width: 768px) {
  .ftr-top-view .ftr-menu li {
    margin-top: 0px;
    margin-bottom: 0.25rem;
  }
}

.ftr-top-view .ftr-menu li a {
  font-size: 16px;
  line-height: 1;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ftr-top-view .ftr-menu li a:hover {
  --tw-text-opacity: 1;
  color: rgb(247 59 32 / var(--tw-text-opacity, 1));
}

.ftr-top-view .ftr-support-row {
  margin-bottom: 5px;
}

.ftr-top-view .ftr-support-row a {
  font-size: 16px;
  line-height: 1;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ftr-top-view .ftr-support-row a i {
  margin-right: 0.125rem;
  display: inline-block;
  vertical-align: middle;
}

.ftr-top-view .ftr-support-row a:hover {
  --tw-text-opacity: 1;
  color: rgb(247 59 32 / var(--tw-text-opacity, 1));
}

.ftr-top-view .ftr-support-row a:hover i svg,
    .ftr-top-view .ftr-support-row a:hover i svg g {
  fill: #f73b20;
}

.ftr-top-view .ftr-support-row:last-child a i {
  margin-top: -3px;
}

.ftr-middle {
  padding-top: 0px;
  padding-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .ftr-middle {
    padding-bottom: 1.5rem;
    padding-top: 0.5rem;
  }
}

@media (min-width: 1280px) {
  .ftr-middle {
    padding-bottom: 39px;
  }
}

.ftr-middle-view {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  row-gap: 1rem;
}

@media (min-width: 768px) {
  .ftr-middle-view {
    justify-content: flex-start;
    row-gap: 0px;
  }
}

.ftr-middle .mobile-store {
  display: flex;
  -moz-column-gap: 14px;
       column-gap: 14px;
}

.ftr-middle .ftr-social-media {
  margin-left: 0px;
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .ftr-middle .ftr-social-media {
    margin-left: auto;
    width: -moz-fit-content;
    width: fit-content;
    text-align: left;
  }
}

.ftr-middle .ftr-social-media li {
  margin-left: 3px;
  display: inline-block;
}

.ftr-middle .ftr-social-media li a {
  display: flex;
  height: 38px;
  width: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(3 12 26 / var(--tw-border-opacity, 1));
  font-size: 20px;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ftr-middle .ftr-social-media li a:hover {
  --tw-border-opacity: 1;
  border-color: rgb(247 59 32 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(247 59 32 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.ftr-bottom {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(152 149 174 / var(--tw-border-opacity, 1));
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

@media (min-width: 768px) {
  .ftr-bottom {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (min-width: 1280px) {
  .ftr-bottom {
    padding-top: 26px;
    padding-bottom: 26px;
  }
}

.ftr-bottom .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  row-gap: 0.625rem;
}

@media (min-width: 768px) {
  .ftr-bottom .container {
    flex-wrap: nowrap;
    justify-content: flex-start;
    row-gap: 0px;
  }
}

.ftr-bottom p {
  font-family: Geist, serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.ftr-bottom .ftr-btm-right {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .ftr-bottom .ftr-btm-right {
    margin-right: 0px;
    margin-left: auto;
  }
}

.ftr-bottom .ftr-btm-right {
  font-family: Geist, serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.ftr-bottom .ftr-btm-right li {
  position: relative;
  display: inline-block;
}

.ftr-bottom .ftr-btm-right li::before {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  display: inline-block;
  height: 11px;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  vertical-align: middle;
  --tw-content: '';
  content: var(--tw-content);
}

.ftr-bottom .ftr-btm-right li:first-child::before {
  display: none;
}

.ftr-bottom .ftr-btm-right li a:hover {
  --tw-text-opacity: 1;
  color: rgb(247 59 32 / var(--tw-text-opacity, 1));
}

html,
    body {
  overflow-x: hidden;
}

html:has(.user-guide-page),
    html:has(.app-release-guideline-page),
    .user-guide-page,
    .app-release-guideline-page {
  overflow-x: hidden;
}

@media (min-width: 768px) {
  html:has(.user-guide-page),
    html:has(.app-release-guideline-page),
    .user-guide-page,
    .app-release-guideline-page {
    overflow-x: visible;
  }
}

body {
  font-family: Poppins, sans-serif;
}

.container {
  max-width: 1218px;
}

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

.hide {
  display: none;
}

.start-now-btn {
  display: inline-block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(247 59 32 / var(--tw-bg-opacity, 1));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .start-now-btn {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 16px;
  }
}

@media (min-width: 1024px) {
  .start-now-btn {
    padding-left: 27px;
    padding-right: 27px;
    font-size: 18px;
  }
}

.start-now-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(1 13 10 / var(--tw-bg-opacity, 1));
}

.cmn-btn {
  display: inline-block;
  border-radius: 9999px;
  background-color: transparent;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .cmn-btn {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

@media (min-width: 1280px) {
  .cmn-btn {
    padding-left: 47px;
    padding-right: 47px;
    padding-top: 22px;
    padding-bottom: 22px;
  }
}

.free-trial-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(61 61 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.free-trial-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.view-demo-app {
  min-width: 222px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 97 254 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 42px;
  padding-right: 42px;
  --tw-text-opacity: 1;
  color: rgb(61 61 255 / var(--tw-text-opacity, 1));
}

.view-demo-app:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.book-demo-btn {
  min-width: 222px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(247 59 32 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 42px;
  padding-right: 42px;
  --tw-text-opacity: 1;
  color: rgb(247 59 32 / var(--tw-text-opacity, 1));
}

.book-demo-btn:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.section-header h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

@media (min-width: 768px) {
  .section-header h2 {
    font-size: 44px;
    line-height: 53px;
  }
}

@media (min-width: 1024px) {
  .section-header h2 {
    font-size: 50px;
    line-height: 59px;
  }
}

@media (min-width: 1280px) {
  .section-header h2 {
    font-size: 70px;
    line-height: 79px;
  }
}

@media (min-width: 1536px) {
  .section-header h2 {
    font-size: 74px;
    line-height: 83px;
  }
}

.section-header h2 span {
  --tw-text-opacity: 1;
  color: rgb(247 59 32 / var(--tw-text-opacity, 1));
}

.section-header p {
  font-size: 16px;
  line-height: 23px;
}

@media (min-width: 768px) {
  .section-header p {
    font-size: 19px;
    line-height: 27px;
  }
}

@media (min-width: 1024px) {
  .section-header p {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 1280px) {
  .section-header p {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (min-width: 1536px) {
  .section-header p {
    font-size: 23px;
    line-height: 32px;
  }
}

.mobile-store-btn {
  display: flex;
  align-items: center;
  -moz-column-gap: 9px;
       column-gap: 9px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(1 1 1 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .mobile-store-btn {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 17px;
    padding-bottom: 17px;
  }
}

.mobile-store-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.rounded-circle {
  margin-right: 0.125rem;
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
}

@media (min-width: 1280px) {
  .rounded-circle {
    height: 2.5rem;
    width: 2.5rem;
  }
}

.green-circle-right-top-arrow {
  --tw-bg-opacity: 1;
  background-color: rgb(19 185 117 / var(--tw-bg-opacity, 1));
}

.red-circle-bottom-left-arrow {
  --tw-bg-opacity: 1;
  background-color: rgb(214 72 23 / var(--tw-bg-opacity, 1));
}

.theme-star {
  --tw-text-opacity: 1;
  color: rgb(247 59 32 / var(--tw-text-opacity, 1));
}

form input,
    form textarea {
  display: block;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0px;
  border-width: 0px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-top: 0.125rem;
  padding-bottom: 0.25rem;
  font-size: 15px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(1 13 10 / var(--tw-text-opacity, 1));
  --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);
  outline: 2px solid transparent;
  outline-offset: 0px;
}

form input:focus,
    form textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

@media (min-width: 768px) {
  form input,
    form textarea {
    padding-bottom: 0.5rem;
    font-size: 18px;
  }
}

/* Additional fix for iOS-specific quirks */

form input[type="text"],
    form textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0px;
  --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);
}

form textarea {
  height: 38px;
  resize: none;
}

form select {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 0px;
  background-image: url('../images/selectDownArrow.svg');
  background-position: 81% center;
  background-repeat: no-repeat;
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-size: 15px;
  line-height: 1;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

form input[type="submit"] {
  display: flex;
  width: 100%;
  max-width: 158px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(61 61 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  font-size: 18px;
  text-transform: capitalize;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

form input[type="submit"]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(247 59 32 / var(--tw-bg-opacity, 1));
}

form #country-button {
  position: relative;
  display: flex;
  min-width: -moz-fit-content;
  min-width: fit-content;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  align-items: center;
  border-radius: 9999px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(221 232 250 / var(--tw-bg-opacity, 1));
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-left: 22px;
  padding-right: 35px;
  font-size: 15px;
  line-height: 1;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

form #country-button .countrydropDownArrow {
  position: absolute;
  right: 21px;
  top: 1rem;
}

form #country-list {
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 10;
  max-height: 15rem;
  width: 100%;
  overflow-y: auto;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-size: 13px;
  --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);
}

form #country-list li {
  cursor: pointer;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

form #country-list li:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity, 1));
}

form #country-list li.active {
  --tw-bg-opacity: 1;
  background-color: rgb(221 232 250 / var(--tw-bg-opacity, 1));
}

form #phone-input {
  display: block;
  width: 100%;
  border-width: 0px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-top: 0.125rem;
  padding-bottom: 0.5rem;
  font-size: 18px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(1 13 10 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

input:-webkit-autofill {
  --tw-shadow: inset 0 0 0 1000px white;
  --tw-shadow-colored: inset 0 0 0 1000px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  -webkit-transition-property: background-color;
  transition-property: background-color;
  transition-duration: 5000ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

#success-message {
  margin-top: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 0 / var(--tw-bg-opacity, 1));
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  text-align: center;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-video {
  position: absolute;
  inset: 0px;
  z-index: 10;
  margin: auto;
  display: flex;
  height: 83px;
  width: 83px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 5px 0 5px 0 rgba(0,0,0,.06);
  --tw-shadow-colored: 5px 0 5px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-video:before {
  position: absolute;
  inset: 0px;
  z-index: -1;
  margin: auto;
}

@keyframes pulseBorder {
  0% {
    transform: scale(0.8);
    opacity: 1;
  }

  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.btn-video:before {
  animation: pulseBorder 1.5s ease-out infinite;
  border-radius: 9999px;
  background-color: rgba(255,255,255,0.9);
  --tw-content: '';
  content: var(--tw-content);
}

.btn-video:after {
  position: absolute;
  height: 0px;
  width: 0px;
  border-top-width: 14px;
  border-bottom-width: 14px;
  border-left-width: 20px;
  border-color: transparent;
  --tw-border-opacity: 1;
  border-left-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

.video-modal-wrapp {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-modal-wrapp .video-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0,0,0,0.75);
  --tw-backdrop-blur: blur(20px);
  --tw-backdrop-saturate: saturate(180%);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.video-modal-wrapp .video-container {
  position: relative;
  z-index: 60;
  width: 80%;
  max-width: 900px;
}

.video-modal-wrapp .video-container > * {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.video-modal-wrapp .close-video {
  top: -15px;
  left: auto;
  bottom: auto;
  right: -15px;
  height: 35px;
  width: 35px;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0px;
}

.video-modal-wrapp .close-video span {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  height: 18px;
  width: 18px;
  --tw-rotate: 45deg;
  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));
}

.video-modal-wrapp .close-video span:before,
    .video-modal-wrapp .close-video span:after {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  height: 100%;
  width: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

.video-modal-wrapp .close-video span:after {
  height: 0.125rem;
  width: 100%;
}

.video-modal-wrapp .video-container:after {
  display: block;
  padding-top: 56.25%;
  --tw-content: '';
  content: var(--tw-content);
}

.user-guide-page main {
  overflow: visible;
}

.user-guide-page {
  --tw-bg-opacity: 1;
  background-color: rgb(243 237 230 / var(--tw-bg-opacity, 1));
}

.app-release-guideline-page main {
  overflow: visible;
}

.app-release-guideline-page {
  --tw-bg-opacity: 1;
  background-color: rgb(243 237 230 / var(--tw-bg-opacity, 1));
}

.inner-page-topbar {
  padding-top: 90px;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .inner-page-topbar {
    padding-top: 7rem;
    padding-top: 102px;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1024px) {
  .inner-page-topbar {
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 1280px) {
  .inner-page-topbar {
    padding-top: 9rem;
    padding-bottom: 88px;
  }
}

@media (min-width: 1536px) {
  .inner-page-topbar {
    padding-top: 166px;
    padding-bottom: 103px;
  }
}

.inner-page-topbar .topbar-content {
  text-align: center;
}

.inner-page-topbar .topbar-content h1 {
  margin-bottom: 0.625rem;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.081rem;
}

@media (min-width: 768px) {
  .inner-page-topbar .topbar-content h1 {
    font-size: 44px;
    line-height: 53px;
  }
}

@media (min-width: 1024px) {
  .inner-page-topbar .topbar-content h1 {
    font-size: 50px;
    line-height: 59px;
  }
}

@media (min-width: 1280px) {
  .inner-page-topbar .topbar-content h1 {
    margin-bottom: 1.25rem;
    font-size: 70px;
    line-height: 79px;
  }
}

@media (min-width: 1536px) {
  .inner-page-topbar .topbar-content h1 {
    font-size: 74px;
    line-height: 86px;
  }
}

.inner-page-topbar .topbar-content h1 span {
  --tw-text-opacity: 1;
  color: rgb(247 59 32 / var(--tw-text-opacity, 1));
}

.inner-page-topbar .topbar-content p {
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(1 13 10 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .inner-page-topbar .topbar-content p {
    font-size: 19px;
    line-height: 27px;
  }
}

@media (min-width: 1024px) {
  .inner-page-topbar .topbar-content p {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 1280px) {
  .inner-page-topbar .topbar-content p {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (min-width: 1536px) {
  .inner-page-topbar .topbar-content p {
    font-size: 23px;
    line-height: 32px;
  }
}

.user-guide,
    .app-release-guideline {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 2rem;
  padding-bottom: 2.75rem;
}

@media (min-width: 768px) {
  .user-guide,
    .app-release-guideline {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1024px) {
  .user-guide,
    .app-release-guideline {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1280px) {
  .user-guide,
    .app-release-guideline {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.user-guide-inner,
    .app-release-guideline-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

@media (min-width: 768px) {
  .user-guide-inner,
    .app-release-guideline-inner {
    flex-wrap: nowrap;
  }
}

.user-guide-sidebar-view .sidebar-view,
    .app-release-guideline-sidebar-view .sidebar-view {
  display: none;
}

@media (min-width: 768px) {
  .user-guide-sidebar-view .sidebar-view,
    .app-release-guideline-sidebar-view .sidebar-view {
    margin-left: 0px;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.user-guide-inner .user-guide-sidebar-view,
    .app-release-guideline-inner .app-release-guideline-sidebar-view {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  .user-guide-inner .user-guide-sidebar-view,
    .app-release-guideline-inner .app-release-guideline-sidebar-view {
    position: sticky;
    top: 100px;
    z-index: 40;
    width: 28%;
    border-right-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(177 177 177 / var(--tw-border-opacity, 1));
    background-color: transparent;
    padding-right: 1rem;
  }
}

@media (min-width: 1024px) {
  .user-guide-inner .user-guide-sidebar-view,
    .app-release-guideline-inner .app-release-guideline-sidebar-view {
    width: 26%;
    padding-right: 1.25rem;
  }
}

.pdtfiltertoggle {
  display: flex;
  height: auto;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .pdtfiltertoggle {
    display: none;
  }
}

.pdtfiltertoggle .filter-icon {
  margin-left: 0.375rem;
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='22' viewBox='0 0 24 22' fill='none'%3E%3Cpath d='M9.55556 17.6111C9.27941 17.6111 9.05556 17.835 9.05556 18.1111C9.05556 18.3873 9.27941 18.6111 9.55556 18.6111H23C23.2761 18.6111 23.5 18.3873 23.5 18.1111C23.5 17.835 23.2761 17.6111 23 17.6111H9.55556ZM1 17.6111C0.723858 17.6111 0.5 17.835 0.5 18.1111C0.5 18.3873 0.723858 18.6111 1 18.6111H4.16667V20.5556C4.16667 20.8317 4.39052 21.0556 4.66667 21.0556C4.94281 21.0556 5.16667 20.8317 5.16667 20.5556V18.1111V15.6667C5.16667 15.3905 4.94281 15.1667 4.66667 15.1667C4.39052 15.1667 4.16667 15.3905 4.16667 15.6667V17.6111H1ZM21.7778 10.2778C21.5016 10.2778 21.2778 10.5016 21.2778 10.7778C21.2778 11.0539 21.5016 11.2778 21.7778 11.2778H23C23.2761 11.2778 23.5 11.0539 23.5 10.7778C23.5 10.5016 23.2761 10.2778 23 10.2778H21.7778ZM1 10.2778C0.723858 10.2778 0.5 10.5016 0.5 10.7778C0.5 11.0539 0.723858 11.2778 1 11.2778H16.3889V13.2222C16.3889 13.4984 16.6127 13.7222 16.8889 13.7222C17.165 13.7222 17.3889 13.4984 17.3889 13.2222V10.7778V8.33333C17.3889 8.05719 17.165 7.83333 16.8889 7.83333C16.6127 7.83333 16.3889 8.05719 16.3889 8.33333V10.2778H1ZM14.4444 2.94444C14.1683 2.94444 13.9444 3.1683 13.9444 3.44444C13.9444 3.72059 14.1683 3.94444 14.4444 3.94444H23C23.2761 3.94444 23.5 3.72059 23.5 3.44444C23.5 3.1683 23.2761 2.94444 23 2.94444H14.4444ZM1 2.94444C0.723858 2.94444 0.5 3.1683 0.5 3.44444C0.5 3.72059 0.723858 3.94444 1 3.94444H9.05556V5.88889C9.05556 6.16503 9.27941 6.38889 9.55556 6.38889C9.8317 6.38889 10.0556 6.16503 10.0556 5.88889V3.44444V1C10.0556 0.723858 9.8317 0.5 9.55556 0.5C9.27941 0.5 9.05556 0.723858 9.05556 1V2.94444H1Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.user-guide-inner .sidebar-view li a,
    .app-release-guideline-inner .sidebar-view li a {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 14px;
}

@media (min-width: 768px) {
  .user-guide-inner .sidebar-view li a,
    .app-release-guideline-inner .sidebar-view li a {
    gap: 0.75rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media (min-width: 1024px) {
  .user-guide-inner .sidebar-view li a,
    .app-release-guideline-inner .sidebar-view li a {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 16px;
  }
}

@media (min-width: 1280px) {
  .user-guide-inner .sidebar-view li a,
    .app-release-guideline-inner .sidebar-view li a {
    gap: 15px;
    padding-right: 26px;
    padding-left: 15px;
  }
}

.user-guide-inner .sidebar-view li img,
    .app-release-guideline-inner .sidebar-view li img {
  margin-top: 1px;
  height: 1.25rem;
  width: 1.25rem;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px) {
  .user-guide-inner .sidebar-view li img,
    .app-release-guideline-inner .sidebar-view li img {
    margin-top: 0.125rem;
  }
}

@media (min-width: 1280px) {
  .user-guide-inner .sidebar-view li img,
    .app-release-guideline-inner .sidebar-view li img {
    margin-top: 0px;
    height: 22px;
    width: 22px;
  }
}

.user-guide-inner .sidebar-view li .tab-title-view,
    .app-release-guideline-inner .sidebar-view li .tab-title-view {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.sidebar-view li.active img {
  --tw-brightness: brightness(0);
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.user-guide-inner .sidebar-view li.active a,
    .app-release-guideline-inner .sidebar-view li.active a {
  --tw-bg-opacity: 1;
  background-color: rgb(61 61 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.user-guide-inner .sidebar-view li.active .tab-title-view,
    .app-release-guideline-inner .sidebar-view li.active .tab-title-view {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.user-guide-inner .user-guide-detail-view,
    .app-release-guideline-inner .app-release-guideline-view {
  margin-left: auto;
  width: 100%;
}

@media (min-width: 768px) {
  .user-guide-inner .user-guide-detail-view,
    .app-release-guideline-inner .app-release-guideline-view {
    width: calc(72% - 24px);
  }
}

@media (min-width: 1024px) {
  .user-guide-inner .user-guide-detail-view,
    .app-release-guideline-inner .app-release-guideline-view {
    width: calc(73% - 24px);
  }
}

@media (min-width: 1280px) {
  .user-guide-inner .user-guide-detail-view,
    .app-release-guideline-inner .app-release-guideline-view {
    width: calc(68% - 24px);
  }
}

.user-guide-detail-view .user-guide-main-title-view,
    .app-release-guideline-view .app-release-guideline-main-title-view {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0.625rem;
  margin-bottom: 30px;
}

.user-guide-detail-view .user-guide-main-title-view h2,
    .app-release-guideline-view .app-release-guideline-main-title-view h2 {
  margin-bottom: 0.5rem;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .user-guide-detail-view .user-guide-main-title-view h2,
    .app-release-guideline-view .app-release-guideline-main-title-view h2 {
    margin-bottom: 0.5rem;
    font-size: 28px;
  }
}

@media (min-width: 1280px) {
  .user-guide-detail-view .user-guide-main-title-view h2,
    .app-release-guideline-view .app-release-guideline-main-title-view h2 {
    margin-bottom: 1.25rem;
    font-size: 30px;
  }
}

.user-guide-detail-view .user-guide-main-title-view p,
    .app-release-guideline-view .app-release-guideline-main-title-view p {
  margin-bottom: 0.625rem;
  text-align: justify;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}

@media (min-width: 1280px) {
  .user-guide-detail-view .user-guide-main-title-view p,
    .app-release-guideline-view .app-release-guideline-main-title-view p {
    font-size: 16px;
    line-height: 24px;
  }
}

.user-guide-main-content-view .user-guide-content-view,
    .app-release-guideline-main-content-view .app-release-guideline-content-view {
  margin-top: 1.75rem;
}

@media (min-width: 768px) {
  .user-guide-main-content-view .user-guide-content-view,
    .app-release-guideline-main-content-view .app-release-guideline-content-view {
    margin-top: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .user-guide-main-content-view .user-guide-content-view,
    .app-release-guideline-main-content-view .app-release-guideline-content-view {
    margin-top: 60px;
  }
}

.user-guide-content-view h3,
    .app-release-guideline-content-view h3 {
  position: relative;
  margin-bottom: 1rem;
  font-size: 23px;
  font-weight: 700;
  line-height: 27px;
}

@media (min-width: 768px) {
  .user-guide-content-view h3,
    .app-release-guideline-content-view h3 {
    margin-bottom: 1rem;
    font-size: 24px;
    line-height: 26px;
  }
}

@media (min-width: 1280px) {
  .user-guide-content-view h3,
    .app-release-guideline-content-view h3 {
    margin-bottom: 1.75rem;
    font-size: 26px;
    line-height: 24px;
  }
}

.user-guide-content-view h4,
    .app-release-guideline-content-view h4 {
  position: relative;
  margin-bottom: 1rem;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

@media (min-width: 768px) {
  .user-guide-content-view h4,
    .app-release-guideline-content-view h4 {
    margin-bottom: 1rem;
    font-size: 22px;
    line-height: 26px;
  }
}

@media (min-width: 1280px) {
  .user-guide-content-view h4,
    .app-release-guideline-content-view h4 {
    margin-bottom: 1.75rem;
    font-size: 24px;
    line-height: 22px;
  }
}

.user-guide-content-view h5,
    .app-release-guideline-content-view h5 {
  position: relative;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

@media (min-width: 768px) {
  .user-guide-content-view h5,
    .app-release-guideline-content-view h5 {
    margin-bottom: 1rem;
    font-size: 20px;
    line-height: 24px;
  }
}

@media (min-width: 1280px) {
  .user-guide-content-view h5,
    .app-release-guideline-content-view h5 {
    margin-bottom: 1.75rem;
    font-size: 22px;
    line-height: 20px;
  }
}

.user-guide-content-view p,
    .app-release-guideline-content-view p {
  margin-bottom: 15px;
  text-align: justify;
}

.user-guide-content-view p a,
    .app-release-guideline-content-view p a {
  display: inline-block;
  word-break: break-all;
  --tw-text-opacity: 1;
  color: rgb(247 59 32 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  text-underline-offset: 4px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.user-guide-step {
  margin-bottom: 60px;
}

.user-guide-step li,
    .app-release-guideline-step li {
  margin-bottom: 22px;
  gap: 0.5rem;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(177 177 177 / var(--tw-border-opacity, 1));
  padding: 1rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

@media (min-width: 768px) {
  .user-guide-step li,
    .app-release-guideline-step li {
    padding: 1rem;
  }
}

@media (min-width: 1280px) {
  .user-guide-step li,
    .app-release-guideline-step li {
    padding: 18px;
  }
}

.user-guide-step > li,
    .app-release-guideline-step > li {
  position: relative;
  padding-left: 5rem;
}

@media (min-width: 768px) {
  .user-guide-step > li,
    .app-release-guideline-step > li {
    padding-left: 85px;
  }
}

.user-guide-step > li a,
    .app-release-guideline-step > li a {
  display: inline-block;
  word-break: break-all;
  --tw-text-opacity: 1;
  color: rgb(247 59 32 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

.user-guide-step > li.note,
    .app-release-guideline-step > li.note {
  padding-left: 17px;
}

.user-guide-step li strong,
    .app-release-guideline-step li strong {
  width: 100%;
  max-width: 4rem;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 24px;
}

.user-guide-step > li .ug-step,
    .app-release-guideline-step > li .ug-step {
  position: absolute;
  left: 17px;
  top: 17px;
}

@media (min-width: 768px) {
  .user-guide-step > li .ug-step,
    .app-release-guideline-step > li .ug-step {
    top: 17px;
  }
}

@media (min-width: 1280px) {
  .user-guide-step > li .ug-step,
    .app-release-guideline-step > li .ug-step {
    top: 19px;
  }
}

.user-guide-step li br,
    .app-release-guideline-step li br {
  display: none;
}

.user-guide-content-view .user-guide-step.step-br li br,
    .app-release-guideline-step .user-guide-step.step-br li br {
  display: block;
}

.user-guide-step li .guide-icon,
    .app-release-guideline-step li .guide-icon {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

.user-guide-step li svg,
    .app-release-guideline-step li svg {
  display: inline-block;
}

.user-guide-step.push-notification-step > li ul li,
    .user-guide-step.color-swatch > li ul li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  border-width: 0px;
  padding: 0px;
}

.user-guide-main-content-view .guide-inner-step,
    .app-release-guideline-main-content-view .guide-inner-step {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.poster-image-view {
  position: relative;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(177 177 177 / var(--tw-border-opacity, 1));
}

.poster-image-view img {
  border-radius: 0.375rem;
}

.app-release-guideline-content-view .poster-image-view {
  position: relative;
  border-radius: 0px;
  border-width: 0px;
  padding: 0.625rem;
  box-shadow: 0 0 15px rgba(0,0,0,0.08);
}

.app-release-guideline-content-view .poster-image-view img {
  border-radius: 0px;
}

.user-guide-step.push-notification-step li.note p {
  margin-bottom: 0.5rem;
}

.user-guide-step.push-notification-step li.note, 
    .user-guide-step.publish-app li.note, 
    .user-guide-step.color-swatch li.note {
  display: inherit;
}

.user-guide-step.push-notification-step li.note ul li strong,
    .user-guide-step.color-swatch li.note ul li strong {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0.75rem;
  padding-right: 0.25rem;
}

.user-guide-step li.note strong,
    .app-release-guideline-step li.note strong {
  max-width: 20px;
}

.user-guide-sidebar-view .common-list,
    .app-release-guideline-view .common-list {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
}

.user-guide-sidebar-view .common-list li,
    .app-release-guideline-view .common-list li {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  list-style-type: disc;
  line-height: normal;
}

.user-guide-sidebar-view .common-list li a,
    .app-release-guideline-view .common-list li a {
  display: inline-block;
  word-break: break-all;
  --tw-text-opacity: 1;
  color: rgb(247 59 32 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  text-underline-offset: 4px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.user-guide-sidebar-view .common-list li a:hover,
    .app-release-guideline-view .common-list li a:hover {
  text-decoration-line: none;
}

html:has(.open-sidebar) {
  overflow: hidden;
}

.open-sidebar .user-guide-sidebar-view,
    .open-sidebar .app-release-guideline-sidebar-view {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 61px;
  z-index: 10;
  height: calc(100vh - 52px);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.open-sidebar .user-guide-sidebar-view .sidebar-view,
    .open-sidebar .app-release-guideline-sidebar-view .sidebar-view {
  display: block;
  height: calc(100% - 105px);
  overflow-y: auto;
}

.open-sidebar:has(.fixed-header) .user-guide-sidebar-view,
    .open-sidebar:has(.fixed-header) .app-release-guideline-sidebar-view {
  top: 52px;
}

.open-sidebar:has(.fixed-header) .user-guide-sidebar-view .sidebar-view,
    .open-sidebar:has(.fixed-header) .app-release-guideline-sidebar-view .sidebar-view {
  height: calc(100vh - 96px);
}

.demo-store-view {
  padding-top: 88px;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .demo-store-view {
    padding-top: 7rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1024px) {
  .demo-store-view {
    padding-top: 7rem;
    padding-bottom: 68px;
  }
}

@media (min-width: 1280px) {
  .demo-store-view {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }
}

@media (min-width: 1536px) {
  .demo-store-view {
    padding-top: 169px;
    padding-bottom: 189px;
  }
}

.demo-store-view .section-header {
  text-align: center;
}

.demo-store-view .section-header h2 {
  margin-bottom: 0.5rem;
  font-weight: 700;
  letter-spacing: -0.003rem;
}

@media (min-width: 768px) {
  .demo-store-view .section-header h2 {
    margin-bottom: 0.75rem;
    letter-spacing: -0.091rem;
  }
}

@media (min-width: 1280px) {
  .demo-store-view .section-header h2 {
    margin-bottom: 1rem;
  }
}

@media (min-width: 1536px) {
  .demo-store-view .section-header h2 {
    margin-bottom: 21px;
  }
}

.demo-store-inner {
  margin-top: 2rem;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  row-gap: 2rem;
}

@media (min-width: 768px) {
  .demo-store-inner {
    margin-top: 2.5rem;
    flex-wrap: nowrap;
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 0px;
  }
}

@media (min-width: 1024px) {
  .demo-store-inner {
    margin-top: 2.75rem;
  }
}

@media (min-width: 1280px) {
  .demo-store-inner {
    margin-top: 4rem;
  }
}

@media (min-width: 1536px) {
  .demo-store-inner {
    margin-top: 94px;
  }
}

.demo-store-inner .item {
  width: 100%;
}

@media (min-width: 768px) {
  .demo-store-inner .item {
    width: 50%;
  }
}

.demo-store-inner .item .demo-store-icon {
  margin-bottom: 1.25rem;
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .demo-store-inner .item .demo-store-icon {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .demo-store-inner .item .demo-store-icon {
    margin-bottom: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .demo-store-inner .item .demo-store-icon {
    margin-bottom: 37px;
  }
}

.demo-store-inner .item .item-inner {
  border-radius: 22px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 198 186 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(1 0 15 / var(--tw-text-opacity, 1));
}

.demo-store-inner .item .item-inner .store-bottom {
  display: flex;
  align-items: center;
  padding: 1.25rem;
}

@media (min-width: 768px) {
  .demo-store-inner .item .item-inner .store-bottom {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 1280px) {
  .demo-store-inner .item .item-inner .store-bottom {
    padding: 26px;
  }
}

.demo-store-inner .item .item-inner > img {
  width: 100%;
}

@media (min-width: 768px) {
  .demo-store-inner .item .item-inner > img {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.demo-store-inner .item-inner .demo-store-links {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}

@media (min-width: 1024px) {
  .demo-store-inner .item-inner .demo-store-links {
    flex-wrap: nowrap;
  }
}

@media (min-width: 1280px) {
  .demo-store-inner .item-inner .demo-store-links {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }
}

.demo-store-inner .item-inner .demo-store-links li {
  width: 100%;
}

@media (min-width: 1024px) {
  .demo-store-inner .item-inner .demo-store-links li {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.demo-store-inner .demo-store-links .item-link {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 9px;
       column-gap: 9px;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(1 1 1 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .demo-store-inner .demo-store-links .item-link {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (min-width: 1024px) {
  .demo-store-inner .demo-store-links .item-link {
    width: -moz-fit-content;
    width: fit-content;
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }
}

@media (min-width: 1280px) {
  .demo-store-inner .demo-store-links .item-link {
    -moz-column-gap: 9px;
         column-gap: 9px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 17px;
    padding-bottom: 17px;
  }
}

.demo-store-inner .demo-store-links .item-link:hover {
  --tw-border-opacity: 1;
  border-color: rgb(61 61 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(61 61 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media only screen and (max-width: 374px) {
  .demo-store-inner .item h3 {
    font-size: 17px;
  }

  .demo-store-inner .item .right-links {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }
}

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.-bottom-px {
  bottom: -1px;
}

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

.-top-9 {
  top: -2.25rem;
}

.-top-px {
  top: -1px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-2\.5 {
  bottom: 0.625rem;
}

.bottom-32 {
  bottom: 8rem;
}

.bottom-5 {
  bottom: 1.25rem;
}

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

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

.bottom-auto {
  bottom: auto;
}

.left-0 {
  left: 0px;
}

.left-1\.5 {
  left: 0.375rem;
}

.left-2 {
  left: 0.5rem;
}

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

.left-\[-163px\] {
  left: -163px;
}

.left-\[-253px\] {
  left: -253px;
}

.left-\[-33px\] {
  left: -33px;
}

.left-\[-3px\] {
  left: -3px;
}

.left-\[17px\] {
  left: 17px;
}

.left-auto {
  left: auto;
}

.right-0 {
  right: 0px;
}

.right-10 {
  right: 2.5rem;
}

.right-2\.5 {
  right: 0.625rem;
}

.right-5 {
  right: 1.25rem;
}

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

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

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

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

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

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

.top-0 {
  top: 0px;
}

.top-2\.5 {
  top: 0.625rem;
}

.top-3\.5 {
  top: 0.875rem;
}

.top-5 {
  top: 1.25rem;
}

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

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

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

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

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

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

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

.top-\[150\%\] {
  top: 150%;
}

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

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

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

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

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

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

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

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

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

.top-full {
  top: 100%;
}

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

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

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.m-auto {
  margin: auto;
}

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

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-\[-24px\] {
  margin-left: -24px;
  margin-right: -24px;
}

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

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

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

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

.-ml-1 {
  margin-left: -0.25rem;
}

.-mr-10 {
  margin-right: -2.5rem;
}

.-mr-px {
  margin-right: -1px;
}

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

.-mt-2\.5 {
  margin-top: -0.625rem;
}

.-mt-px {
  margin-top: -1px;
}

.mb-0\.5 {
  margin-bottom: 0.125rem;
}

.mb-1\.5 {
  margin-bottom: 0.375rem;
}

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

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

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

.mb-3\.5 {
  margin-bottom: 0.875rem;
}

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

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

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

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

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

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

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

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

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

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

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

.ml-0 {
  margin-left: 0px;
}

.ml-1\.5 {
  margin-left: 0.375rem;
}

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

.ml-6 {
  margin-left: 1.5rem;
}

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

.ml-auto {
  margin-left: auto;
}

.ml-px {
  margin-left: 1px;
}

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

.mr-0\.5 {
  margin-right: 0.125rem;
}

.mr-auto {
  margin-right: auto;
}

.mt-0 {
  margin-top: 0px;
}

.mt-0\.5 {
  margin-top: 0.125rem;
}

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

.mt-1\.5 {
  margin-top: 0.375rem;
}

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

.mt-11 {
  margin-top: 2.75rem;
}

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

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

.mt-2\.5 {
  margin-top: 0.625rem;
}

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

.mt-3\.5 {
  margin-top: 0.875rem;
}

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

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-9 {
  margin-top: 2.25rem;
}

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

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

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

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

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

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

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

.mt-px {
  margin-top: 1px;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-0 {
  height: 0px;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-1\.5 {
  height: 0.375rem;
}

.h-14 {
  height: 3.5rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-\[calc\(100\%-105px\)\] {
  height: calc(100% - 105px);
}

.h-\[calc\(100vh-52px\)\] {
  height: calc(100vh - 52px);
}

.h-\[calc\(100vh-96px\)\] {
  height: calc(100vh - 96px);
}

.h-auto {
  height: auto;
}

.h-calc-minus-53 {
  height: calc(100% - 53px);
}

.h-calc-minus-61 {
  height: calc(100% - 61px);
}

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

.h-full {
  height: 100%;
}

.max-h-60 {
  max-height: 15rem;
}

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

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

.w-0 {
  width: 0px;
}

.w-0\.5 {
  width: 0.125rem;
}

.w-1\.5 {
  width: 0.375rem;
}

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

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-4\/5 {
  width: 80%;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[99\.70\%\] {
  width: 99.70%;
}

.w-auto {
  width: auto;
}

.w-calc-plus-48 {
  width: calc(100% + 48px);
}

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

.w-full {
  width: 100%;
}

.w-px {
  width: 1px;
}

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

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

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

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

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

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

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

.max-w-16 {
  max-width: 4rem;
}

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

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

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

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

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

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

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

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

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

@keyframes pulseBorder {
  0% {
    transform: scale(0.8);
    opacity: 1;
  }

  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.animate-pulseBorder {
  animation: pulseBorder 1.5s ease-out infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.resize-none {
  resize: none;
}

.list-disc {
  list-style-type: disc;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

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

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

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

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

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

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

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

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

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-x-1\.5 {
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}

.gap-x-2\.5 {
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}

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

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

.gap-x-\[14px\] {
  -moz-column-gap: 14px;
       column-gap: 14px;
}

.gap-x-\[9px\] {
  -moz-column-gap: 9px;
       column-gap: 9px;
}

.gap-y-2\.5 {
  row-gap: 0.625rem;
}

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

.gap-y-5 {
  row-gap: 1.25rem;
}

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

.gap-y-7 {
  row-gap: 1.75rem;
}

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

.gap-y-9 {
  row-gap: 2.25rem;
}

.gap-y-\[22px\] {
  row-gap: 22px;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-circle {
  border-radius: 50%;
}

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

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

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

.rounded-t-\[20px\] {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.rounded-t-none {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

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

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

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

.border-l {
  border-left-width: 1px;
}

.border-l-\[20px\] {
  border-left-width: 20px;
}

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

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

.border-t-\[14px\] {
  border-top-width: 14px;
}

.border-\[\#0061fe\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 97 254 / var(--tw-border-opacity, 1));
}

.border-\[\#0d0d51\] {
  --tw-border-opacity: 1;
  border-color: rgb(13 13 81 / var(--tw-border-opacity, 1));
}

.border-\[\#6e6d6b\] {
  --tw-border-opacity: 1;
  border-color: rgb(110 109 107 / var(--tw-border-opacity, 1));
}

.border-\[\#9895ae\] {
  --tw-border-opacity: 1;
  border-color: rgb(152 149 174 / var(--tw-border-opacity, 1));
}

.border-\[\#b0a79d\] {
  --tw-border-opacity: 1;
  border-color: rgb(176 167 157 / var(--tw-border-opacity, 1));
}

.border-\[\#b1b1b1\] {
  --tw-border-opacity: 1;
  border-color: rgb(177 177 177 / var(--tw-border-opacity, 1));
}

.border-\[\#b6b6d6\] {
  --tw-border-opacity: 1;
  border-color: rgb(182 182 214 / var(--tw-border-opacity, 1));
}

.border-\[\#c9c2b9\] {
  --tw-border-opacity: 1;
  border-color: rgb(201 194 185 / var(--tw-border-opacity, 1));
}

.border-\[\#cac3bb\] {
  --tw-border-opacity: 1;
  border-color: rgb(202 195 187 / var(--tw-border-opacity, 1));
}

.border-\[\#d1c6ba\] {
  --tw-border-opacity: 1;
  border-color: rgb(209 198 186 / var(--tw-border-opacity, 1));
}

.border-\[\#d3d3d3\] {
  --tw-border-opacity: 1;
  border-color: rgb(211 211 211 / var(--tw-border-opacity, 1));
}

.border-\[\#dde8fa\] {
  --tw-border-opacity: 1;
  border-color: rgb(221 232 250 / var(--tw-border-opacity, 1));
}

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

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

.border-lightCreem {
  border-color: #382d2033;
}

.border-lightOffBlack {
  --tw-border-opacity: 1;
  border-color: rgb(3 12 26 / var(--tw-border-opacity, 1));
}

.border-offWhiteCreem {
  --tw-border-opacity: 1;
  border-color: rgb(243 237 230 / var(--tw-border-opacity, 1));
}

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

.border-themeOrange {
  --tw-border-opacity: 1;
  border-color: rgb(247 59 32 / var(--tw-border-opacity, 1));
}

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

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

.bg-\[\#002e25\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 46 37 / var(--tw-bg-opacity, 1));
}

.bg-\[\#009655\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 150 85 / var(--tw-bg-opacity, 1));
}

.bg-\[\#d0e2ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(208 226 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#dde8fa\] {
  --tw-bg-opacity: 1;
  background-color: rgb(221 232 250 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#ece4db\] {
  --tw-bg-opacity: 1;
  background-color: rgb(236 228 219 / var(--tw-bg-opacity, 1));
}

.bg-\[green\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 0 / var(--tw-bg-opacity, 1));
}

.bg-\[rgba\(0\2c 0\2c 0\2c 0\.75\)\] {
  background-color: rgba(0,0,0,0.75);
}

.bg-\[rgba\(255\2c 255\2c 255\2c 0\.9\)\] {
  background-color: rgba(255,255,255,0.9);
}

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

.bg-lightOffBlack {
  --tw-bg-opacity: 1;
  background-color: rgb(3 12 26 / var(--tw-bg-opacity, 1));
}

.bg-offWhiteCreem {
  --tw-bg-opacity: 1;
  background-color: rgb(243 237 230 / var(--tw-bg-opacity, 1));
}

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

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

.bg-themeOrange {
  --tw-bg-opacity: 1;
  background-color: rgb(247 59 32 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: transparent;
}

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

.bg-ovalOrange {
  background-image: url('../images/ovel-orange.png');
}

.bg-selectDownArrow {
  background-image: url('../images/selectDownArrow.svg');
}

.bg-stepDirectionArrow {
  background-image: url('../images/step-direction-arrow.png');
}

.bg-toggleFilter {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='22' viewBox='0 0 24 22' fill='none'%3E%3Cpath d='M9.55556 17.6111C9.27941 17.6111 9.05556 17.835 9.05556 18.1111C9.05556 18.3873 9.27941 18.6111 9.55556 18.6111H23C23.2761 18.6111 23.5 18.3873 23.5 18.1111C23.5 17.835 23.2761 17.6111 23 17.6111H9.55556ZM1 17.6111C0.723858 17.6111 0.5 17.835 0.5 18.1111C0.5 18.3873 0.723858 18.6111 1 18.6111H4.16667V20.5556C4.16667 20.8317 4.39052 21.0556 4.66667 21.0556C4.94281 21.0556 5.16667 20.8317 5.16667 20.5556V18.1111V15.6667C5.16667 15.3905 4.94281 15.1667 4.66667 15.1667C4.39052 15.1667 4.16667 15.3905 4.16667 15.6667V17.6111H1ZM21.7778 10.2778C21.5016 10.2778 21.2778 10.5016 21.2778 10.7778C21.2778 11.0539 21.5016 11.2778 21.7778 11.2778H23C23.2761 11.2778 23.5 11.0539 23.5 10.7778C23.5 10.5016 23.2761 10.2778 23 10.2778H21.7778ZM1 10.2778C0.723858 10.2778 0.5 10.5016 0.5 10.7778C0.5 11.0539 0.723858 11.2778 1 11.2778H16.3889V13.2222C16.3889 13.4984 16.6127 13.7222 16.8889 13.7222C17.165 13.7222 17.3889 13.4984 17.3889 13.2222V10.7778V8.33333C17.3889 8.05719 17.165 7.83333 16.8889 7.83333C16.6127 7.83333 16.3889 8.05719 16.3889 8.33333V10.2778H1ZM14.4444 2.94444C14.1683 2.94444 13.9444 3.1683 13.9444 3.44444C13.9444 3.72059 14.1683 3.94444 14.4444 3.94444H23C23.2761 3.94444 23.5 3.72059 23.5 3.44444C23.5 3.1683 23.2761 2.94444 23 2.94444H14.4444ZM1 2.94444C0.723858 2.94444 0.5 3.1683 0.5 3.44444C0.5 3.72059 0.723858 3.94444 1 3.94444H9.05556V5.88889C9.05556 6.16503 9.27941 6.38889 9.55556 6.38889C9.8317 6.38889 10.0556 6.16503 10.0556 5.88889V3.44444V1C10.0556 0.723858 9.8317 0.5 9.55556 0.5C9.27941 0.5 9.05556 0.723858 9.05556 1V2.94444H1Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

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

.bg-\[81\%_center\] {
  background-position: 81% center;
}

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

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

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

.p-0 {
  padding: 0px;
}

.p-1\.5 {
  padding: 0.375rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

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

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

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

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

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

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

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

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

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

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

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

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

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

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

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

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

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

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

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

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

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

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

.pb-1\.5 {
  padding-bottom: 0.375rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-11 {
  padding-bottom: 2.75rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-2\.5 {
  padding-bottom: 0.625rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

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

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

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

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

.pl-0 {
  padding-left: 0px;
}

.pl-10 {
  padding-left: 2.5rem;
}

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

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

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

.pl-8 {
  padding-left: 2rem;
}

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

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

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

.pr-3\.5 {
  padding-right: 0.875rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

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

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

.pt-0 {
  padding-top: 0px;
}

.pt-0\.5 {
  padding-top: 0.125rem;
}

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

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

.pt-14 {
  padding-top: 3.5rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-28 {
  padding-top: 7rem;
}

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

.pt-3\.5 {
  padding-top: 0.875rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

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

.pt-\[56\.25\%\] {
  padding-top: 56.25%;
}

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

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

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

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

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

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

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

.align-middle {
  vertical-align: middle;
}

.font-Geist {
  font-family: Geist, serif;
}

.text-13-pixel {
  font-size: 13px;
}

.text-14-pixel {
  font-size: 14px;
}

.text-15-pixel {
  font-size: 15px;
}

.text-16-pixel {
  font-size: 16px;
}

.text-17-pixel {
  font-size: 17px;
}

.text-18-pixel {
  font-size: 18px;
}

.text-19-pixel {
  font-size: 19px;
}

.text-20-pixel {
  font-size: 20px;
}

.text-22-pixel {
  font-size: 22px;
}

.text-23-pixel {
  font-size: 23px;
}

.text-24-pixel {
  font-size: 24px;
}

.text-26-pixel {
  font-size: 26px;
}

.text-28-pixel {
  font-size: 28px;
}

.text-30-pixel {
  font-size: 30px;
}

.text-32-pixel {
  font-size: 32px;
}

.text-34-pixel {
  font-size: 34px;
}

.text-38-pixel {
  font-size: 38px;
}

.text-42-pixel {
  font-size: 42px;
}

.text-50-pixel {
  font-size: 50px;
}

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

.font-light {
  font-weight: 300;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

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

.leading-\[0\.95\] {
  line-height: 0.95;
}

.leading-\[1\.17\] {
  line-height: 1.17;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tracking-\[-0\.003rem\] {
  letter-spacing: -0.003rem;
}

.tracking-\[-0\.006rem\] {
  letter-spacing: -0.006rem;
}

.tracking-\[-0\.013rem\] {
  letter-spacing: -0.013rem;
}

.tracking-\[-0\.019rem\] {
  letter-spacing: -0.019rem;
}

.tracking-\[-0\.02rem\] {
  letter-spacing: -0.02rem;
}

.tracking-\[-0\.056rem\] {
  letter-spacing: -0.056rem;
}

.tracking-\[-0\.05rem\] {
  letter-spacing: -0.05rem;
}

.tracking-\[-0\.069rem\] {
  letter-spacing: -0.069rem;
}

.tracking-\[-0\.081rem\] {
  letter-spacing: -0.081rem;
}

.tracking-\[-0\.088rem\] {
  letter-spacing: -0.088rem;
}

.tracking-\[-0\.094rem\] {
  letter-spacing: -0.094rem;
}

.tracking-\[0\.025rem\] {
  letter-spacing: 0.025rem;
}

.tracking-\[0\.031rem\] {
  letter-spacing: 0.031rem;
}

.tracking-\[0\.044rem\] {
  letter-spacing: 0.044rem;
}

.text-\[\#0061ff\] {
  --tw-text-opacity: 1;
  color: rgb(0 97 255 / var(--tw-text-opacity, 1));
}

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

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

.text-dullBlack {
  --tw-text-opacity: 1;
  color: rgb(1 13 10 / var(--tw-text-opacity, 1));
}

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

.text-lightPurple {
  --tw-text-opacity: 1;
  color: rgb(95 95 134 / var(--tw-text-opacity, 1));
}

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

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(1 13 10 / var(--tw-text-opacity, 1));
}

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

.text-themeOrange {
  --tw-text-opacity: 1;
  color: rgb(247 59 32 / var(--tw-text-opacity, 1));
}

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

.underline {
  text-decoration-line: underline;
}

.underline-offset-4 {
  text-underline-offset: 4px;
}

.shadow-\[5px_0_5px_0_rgba\(0\2c 0\2c 0\2c \.06\)\] {
  --tw-shadow: 5px 0 5px 0 rgba(0,0,0,.06);
  --tw-shadow-colored: 5px 0 5px 0 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-\[inset_0_0_0_1000px_white\] {
  --tw-shadow: inset 0 0 0 1000px white;
  --tw-shadow-colored: inset 0 0 0 1000px 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-dullBlueShadow {
  --tw-shadow: 5px 5px 0px rgba(13, 13, 81, 1);
  --tw-shadow-colored: 5px 5px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-dullGrayShadow {
  --tw-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  --tw-shadow-colored: 0 1px 3px 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-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);
}

.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);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline-0 {
  outline-width: 0px;
}

.outline-offset-0 {
  outline-offset: 0px;
}

.brightness-0 {
  --tw-brightness: brightness(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.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);
}

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

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

.transition-\[background-color\] {
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

.duration-\[5000ms\] {
  transition-duration: 5000ms;
}

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

.content-\[\'\'\] {
  --tw-content: '';
  content: var(--tw-content);
}

.\[box-shadow\:0_0_15px_rgba\(0\2c 0\2c 0\2c 0\.08\)\] {
  box-shadow: 0 0 15px rgba(0,0,0,0.08);
}

/* Custom styles for homepage */

#country-list {
  scrollbar-width: thin;
  scrollbar-color: #cbd5e0 #f7fafc;
}

#country-list::-webkit-scrollbar {
  width: 8px;
}

#country-list::-webkit-scrollbar-thumb {
  background-color: #cbd5e0;
  border-radius: 4px;
}

#country-list::-webkit-scrollbar-track {
  background-color: #f7fafc;
}

.homepage {
  --tw-bg-opacity: 1;
  background-color: rgb(243 237 230 / var(--tw-bg-opacity, 1));
}

.topbar {
  padding-top: 5rem;
}

@media (min-width: 768px) {
  .topbar {
    padding-top: 5rem;
  }
}

@media (min-width: 1024px) {
  .topbar {
    padding-top: 7rem;
  }
}

@media (min-width: 1280px) {
  .topbar {
    padding-top: 9rem;
  }
}

@media (min-width: 1536px) {
  .topbar {
    padding-top: 165px;
  }
}

.topbar .topbar-caption {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media (min-width: 768px) {
  .topbar .topbar-caption {
    max-width: 90%;
  }
}

@media (min-width: 1280px) {
  .topbar .topbar-caption {
    max-width: 92%;
  }
}

@media (min-width: 1536px) {
  .topbar .topbar-caption {
    max-width: 95%;
  }
}

.topbar-caption h1 {
  font-size: 34px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: -0.094rem;
  --tw-text-opacity: 1;
  color: rgb(1 0 15 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .topbar-caption h1 {
    font-size: 50px;
    line-height: 62px;
  }
}

@media (min-width: 1024px) {
  .topbar-caption h1 {
    font-size: 60px;
    line-height: 72px;
  }
}

@media (min-width: 1280px) {
  .topbar-caption h1 {
    font-size: 70px;
    line-height: 82px;
  }
}

@media (min-width: 1536px) {
  .topbar-caption h1 {
    font-size: 74px;
    line-height: 86px;
  }
}

.topbar .topbar-caption h1 i {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .topbar .topbar-caption h1 i {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.topbar .topbar-caption h1 i img {
  margin-left: auto;
  margin-right: auto;
  max-width: 30%;
}

@media (min-width: 768px) {
  .topbar .topbar-caption h1 i img {
    margin-left: 0px;
    margin-right: 0px;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

.topbar .topbar-caption h1 span {
  --tw-text-opacity: 1;
  color: rgb(247 59 32 / var(--tw-text-opacity, 1));
}

.topbar .topbar-caption h1 span.oval {
  position: relative;
  z-index: 0;
  display: inline-block;
}

.topbar .topbar-caption h1 span.oval::before {
  position: absolute;
  left: -3px;
  top: 0.625rem;
  z-index: -1;
  height: 31px;
  width: 3rem;
  background-image: url('../images/ovel-orange.png');
  background-size: contain;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 768px) {
  .topbar .topbar-caption h1 span.oval::before {
    left: -0.25rem;
    top: 0.625rem;
    height: 46px;
    width: 74px;
  }
}

@media (min-width: 1024px) {
  .topbar .topbar-caption h1 span.oval::before {
    height: 56px;
    width: 94px;
  }
}

@media (min-width: 1280px) {
  .topbar .topbar-caption h1 span.oval::before {
    left: -5px;
    top: 13px;
    height: 60px;
    width: 98px;
  }
}

@media (min-width: 1536px) {
  .topbar .topbar-caption h1 span.oval::before {
    top: 0.625rem;
    height: 70px;
    width: 108px;
  }
}

.topbar-caption .btn-group {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 1rem;
}

@media (min-width: 768px) {
  .topbar-caption .btn-group {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5rem;
    width: 80%;
    flex-direction: row;
    gap: 18px;
  }
}

@media (min-width: 1024px) {
  .topbar-caption .btn-group {
    margin-top: 2.25rem;
    width: 60%;
  }
}

@media (min-width: 1280px) {
  .topbar-caption .btn-group {
    margin-top: 2.75rem;
    width: 45%;
    gap: 21px;
  }
}

@media (min-width: 1536px) {
  .topbar-caption .btn-group {
    margin-top: 54px;
  }
}

.topbar .topbar-slider {
  margin-top: 2.5rem;
}

@media (min-width: 768px) {
  .topbar .topbar-slider {
    margin-top: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .topbar .topbar-slider {
    margin-top: 4rem;
  }
}

@media (min-width: 1280px) {
  .topbar .topbar-slider {
    margin-top: 91px;
  }
}

@media (min-width: 1536px) {
  .topbar .topbar-slider {
    margin-top: 121px;
  }
}

.topbar .topbar-slider.splide,
.topbar .topbar-slider.is-initialized {
  visibility: visible;
}

.topbar .topbar-slider.is-initialized .splide__track--draggable {
  overflow: visible;
}

.easy-step {
  padding-top: 2.5rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .easy-step {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .easy-step {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1280px) {
  .easy-step {
    padding-top: 5rem;
    padding-bottom: 88px;
  }
}

@media (min-width: 1536px) {
  .easy-step {
    padding-top: 94px;
    padding-bottom: 102px;
  }
}

.easy-step .section-header {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media (min-width: 768px) {
  .easy-step .section-header {
    max-width: 50%;
  }
}

@media (min-width: 1280px) {
  .easy-step .section-header {
    max-width: 54%;
  }
}

@media (min-width: 1536px) {
  .easy-step .section-header {
    max-width: 55%;
  }
}

.easy-step .section-header h2 {
  font-size: 32px;
  line-height: 42px;
  letter-spacing: -0.069rem;
}

@media (min-width: 768px) {
  .easy-step .section-header h2 {
    font-size: 40px;
    line-height: 49px;
  }
}

@media (min-width: 1024px) {
  .easy-step .section-header h2 {
    font-size: 50px;
    line-height: 59px;
  }
}

@media (min-width: 1280px) {
  .easy-step .section-header h2 {
    font-size: 70px;
    line-height: 79px;
  }
}

@media (min-width: 1536px) {
  .easy-step .section-header h2 {
    font-size: 74px;
    line-height: 83px;
  }
}

.easy-step-view {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .easy-step-view {
    margin-top: 1.75rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .easy-step-view {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -moz-column-gap: 29px;
         column-gap: 29px;
    row-gap: 0px;
  }
}

@media (min-width: 1280px) {
  .easy-step-view {
    margin-top: 52px;
  }
}

@media (min-width: 1536px) {
  .easy-step-view {
    margin-top: 59px;
  }
}

.easy-step-view .item {
  position: relative;
  display: flex;
  min-height: 300px;
  flex-direction: column;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
}

@media (min-width: 768px) {
  .easy-step-view .item {
    min-height: 350px;
    width: 48.60%;
    padding: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .easy-step-view .item {
    width: -moz-fit-content;
    width: fit-content;
    padding: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .easy-step-view .item {
    min-height: 397px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 26px;
    padding-right: 26px;
  }
}

@media (min-width: 1536px) {
  .easy-step-view .item {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 42px;
    padding-right: 42px;
  }
}

.easy-step-view .item span {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .easy-step-view .item span {
    font-size: 18px;
  }
}

@media (min-width: 1280px) {
  .easy-step-view .item span {
    font-size: 19px;
  }
}

.easy-step-view .item .theme-star {
  --tw-text-opacity: 1;
  color: rgb(247 59 32 / var(--tw-text-opacity, 1));
}

.easy-step-view .item strong {
  margin-top: 0.875rem;
  margin-bottom: 0.625rem;
  font-size: 22px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(61 61 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .easy-step-view .item strong {
    margin-top: 1rem;
    margin-bottom: 0.75rem;
    font-size: 24px;
  }
}

@media (min-width: 1024px) {
  .easy-step-view .item strong {
    font-size: 28px;
  }
}

@media (min-width: 1280px) {
  .easy-step-view .item strong {
    margin-top: 19px;
    margin-bottom: 0.875rem;
    font-size: 30px;
  }
}

.easy-step-view .item p {
  font-size: 16px;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(1 13 10 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .easy-step-view .item p {
    font-size: 17px;
    line-height: 27px;
  }
}

@media (min-width: 1280px) {
  .easy-step-view .item p {
    font-size: 18px;
    line-height: 28px;
  }
}

.easy-step-view .item i {
  position: absolute;
  left: 0px;
}

.easy-step-view .item i img {
  -o-object-fit: cover;
     object-fit: cover;
}

.easy-step-view .item i.connect-step {
  bottom: 1.25rem;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}

@media (min-width: 768px) {
  .easy-step-view .item i.connect-step {
    bottom: 1.5rem;
    width: 85%;
  }
}

@media (min-width: 1280px) {
  .easy-step-view .item i.connect-step {
    bottom: 30px;
    height: 103px;
    width: 311px;
  }
}

.easy-step-view .item i.customize-step {
  bottom: 1.25rem;
  height: -moz-fit-content;
  height: fit-content;
}

@media (min-width: 768px) {
  .easy-step-view .item i.customize-step {
    bottom: 2.75rem;
    width: 85%;
  }
}

@media (min-width: 1280px) {
  .easy-step-view .item i.customize-step {
    bottom: 53px;
    height: 87px;
    width: 312px;
  }
}

.easy-step-view .item i.launch-step {
  bottom: 1.25rem;
  height: -moz-fit-content;
  height: fit-content;
}

@media (min-width: 768px) {
  .easy-step-view .item i.launch-step {
    bottom: 1.5rem;
    width: 85%;
  }
}

@media (min-width: 1280px) {
  .easy-step-view .item i.launch-step {
    bottom: 21px;
    height: 119px;
    width: 313px;
  }
}

.without-code {
  --tw-bg-opacity: 1;
  background-color: rgb(61 61 255 / var(--tw-bg-opacity, 1));
  padding-top: 2rem;
  padding-bottom: 1px;
}

@media (min-width: 768px) {
  .without-code {
    padding-top: 2.75rem;
  }
}

@media (min-width: 1024px) {
  .without-code {
    padding-top: 3rem;
  }
}

@media (min-width: 1280px) {
  .without-code {
    padding-top: 70px;
  }
}

@media (min-width: 1536px) {
  .without-code {
    padding-top: 85px;
  }
}

.without-code .container {
  max-width: 1469px;
}

.without-code .section-header {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .without-code .section-header {
    max-width: 90%;
  }
}

@media (min-width: 1024px) {
  .without-code .section-header {
    max-width: 84%;
  }
}

@media (min-width: 1280px) {
  .without-code .section-header {
    max-width: 77%;
  }
}

@media (min-width: 1536px) {
  .without-code .section-header {
    max-width: 76%;
  }
}

.without-code .section-header h2 {
  margin-bottom: 0.75rem;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: -0.088rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .without-code .section-header h2 {
    margin-bottom: 0.75rem;
    font-size: 44px;
    line-height: 53px;
  }
}

@media (min-width: 1024px) {
  .without-code .section-header h2 {
    font-size: 50px;
    line-height: 59px;
  }
}

@media (min-width: 1280px) {
  .without-code .section-header h2 {
    margin-bottom: 19px;
    font-size: 70px;
    line-height: 79px;
  }
}

@media (min-width: 1536px) {
  .without-code .section-header h2 {
    font-size: 75px;
    line-height: 83px;
  }
}

.without-code .section-header p {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .without-code .section-header p {
    font-size: 19px;
    line-height: 27px;
  }
}

@media (min-width: 1024px) {
  .without-code .section-header p {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 1280px) {
  .without-code .section-header p {
    max-width: 96%;
    font-size: 22px;
    line-height: 30px;
  }
}

@media (min-width: 1536px) {
  .without-code .section-header p {
    max-width: 87%;
    font-size: 23px;
    line-height: 32px;
  }
}

.without-code .without-code-hero {
  margin-top: 2rem;
  margin-bottom: -1rem;
}

@media (min-width: 768px) {
  .without-code .without-code-hero {
    margin-top: 2.25rem;
    margin-bottom: -2rem;
  }
}

@media (min-width: 1024px) {
  .without-code .without-code-hero {
    margin-top: 2.5rem;
    margin-bottom: -2.25rem;
  }
}

@media (min-width: 1280px) {
  .without-code .without-code-hero {
    margin-top: 54px;
    margin-bottom: -41px;
  }
}

@media (min-width: 1536px) {
  .without-code .without-code-hero {
    margin-top: 65px;
    margin-bottom: -51px;
  }
}

.your-way {
  padding-top: 3.5rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .your-way {
    padding-top: 5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .your-way {
    padding-top: 6rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .your-way {
    padding-top: 8rem;
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 1536px) {
  .your-way {
    padding-top: 155px;
    padding-bottom: 4rem;
  }
}

.your-way-tabs {
  margin-left: -24px;
  margin-right: -24px;
  display: flex;
  width: calc(100% + 48px);
  flex-wrap: nowrap;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  overflow: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 5px;
}

@media (min-width: 768px) {
  .your-way-tabs {
    margin-left: 0px;
    margin-right: 0px;
    display: grid;
    width: auto;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    -moz-column-gap: 30px;
         column-gap: 30px;
    overflow: hidden;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
  }
}

.your-way-tabs li {
  position: relative;
  width: 100%;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .your-way-tabs li {
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .your-way-tabs li {
    padding-bottom: 27px;
  }
}

.your-way-tabs li.active::after {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -1px;
  margin-left: auto;
  margin-right: auto;
  height: 3px;
  width: 55px;
  --tw-bg-opacity: 1;
  background-color: rgb(61 61 255 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

.your-way-tabs li span {
  display: block;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(182 182 214 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(95 95 134 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .your-way-tabs li span {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .your-way-tabs li span {
    font-size: 20px;
  }
}

@media (min-width: 1280px) {
  .your-way-tabs li span {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 25px;
  }
}

.your-way-tabs li.active span {
  --tw-border-opacity: 1;
  border-color: rgb(61 61 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(61 61 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.your-way-tab-content .tab-content {
  display: none;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
}

@media (min-width: 768px) {
  .your-way-tab-content .tab-content {
    overflow: hidden;
    border-radius: 30px;
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .your-way-tab-content .tab-content {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 1280px) {
  .your-way-tab-content .tab-content {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (min-width: 1536px) {
  .your-way-tab-content .tab-content {
    padding-top: 55px;
    padding-bottom: 55px;
    padding-left: 62px;
    padding-right: 62px;
  }
}

.your-way-tab-content .tab-content-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 1.75rem;
}

@media (min-width: 768px) {
  .your-way-tab-content .tab-content-inner {
    position: static;
    min-height: 163px;
    flex-wrap: nowrap;
    row-gap: 0px;
  }
}

@media (min-width: 1024px) {
  .your-way-tab-content .tab-content-inner {
    min-height: 270px;
  }
}

@media (min-width: 1280px) {
  .your-way-tab-content .tab-content-inner {
    min-height: 297px;
  }
}

.your-way-tab-content .tab-content-inner .left-view {
  width: 100%;
}

@media (min-width: 768px) {
  .your-way-tab-content .tab-content-inner .left-view {
    width: 66.666667%;
  }
}

@media (min-width: 1024px) {
  .your-way-tab-content .tab-content-inner .left-view {
    width: 60%;
  }
}

.your-way-tab-content .tab-content-inner .left-view strong {
  margin-top: -0.625rem;
  display: block;
  font-size: 24px;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgb(1 13 10 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .your-way-tab-content .tab-content-inner .left-view strong {
    font-size: 22px;
    line-height: 28px;
  }
}

@media (min-width: 1024px) {
  .your-way-tab-content .tab-content-inner .left-view strong {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (min-width: 1280px) {
  .your-way-tab-content .tab-content-inner .left-view strong {
    font-size: 33px;
    line-height: 39px;
  }
}

.your-way-tab-content .tab-content-inner .left-view strong br {
  display: none;
}

@media (min-width: 1280px) {
  .your-way-tab-content .tab-content-inner .left-view strong br {
    display: block;
  }
}

.your-way-tab-content .tab-content-inner .left-view p {
  margin-top: 0.75rem;
  font-size: 16px;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(1 13 10 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .your-way-tab-content .tab-content-inner .left-view p {
    margin-top: 0.5rem;
    font-size: 14px;
    line-height: 24px;
  }
}

@media (min-width: 1024px) {
  .your-way-tab-content .tab-content-inner .left-view p {
    margin-top: 1.25rem;
    font-size: 17px;
    line-height: 27px;
  }
}

@media (min-width: 1280px) {
  .your-way-tab-content .tab-content-inner .left-view p {
    margin-top: 25px;
    font-size: 18px;
    line-height: 28px;
  }
}

.your-way-tab-content .tab-content-inner .left-view p br {
  display: none;
}

@media (min-width: 1280px) {
  .your-way-tab-content .tab-content-inner .left-view p br {
    display: block;
  }
}

.your-way-tab-content .tab-content-inner .right-view {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (min-width: 768px) {
  .your-way-tab-content .tab-content-inner .right-view {
    position: absolute;
    right: 0px;
    right: 2.5rem;
    margin-left: auto;
    margin-right: 0px;
    width: 25%;
  }
}

@media (min-width: 1024px) {
  .your-way-tab-content .tab-content-inner .right-view {
    right: 3rem;
    height: 80%;
    width: 30%;
  }
}

@media (min-width: 1280px) {
  .your-way-tab-content .tab-content-inner .right-view {
    right: 62px;
    width: 35.60%;
  }
}

@media (min-width: 768px) {
  .your-way-tab-content .tab-content-inner .right-view img {
    margin-left: auto;
  }
}

@media (min-width: 1024px) {
  .your-way-tab-content .tab-content-inner .right-view img {
    margin-left: 0px;
    height: auto;
  }
}

@media (min-width: 1280px) {
  .your-way-tab-content .tab-content-inner .right-view img {
    height: -moz-fit-content;
    height: fit-content;
  }
}

.your-way-tab-content .tab-content:nth-child(1) .tab-content-inner .right-view {
  position: static;
}

@media (min-width: 768px) {
  .your-way-tab-content .tab-content:nth-child(1) .tab-content-inner .right-view {
    top: -0.375rem;
  }
}

@media (min-width: 1024px) {
  .your-way-tab-content .tab-content:nth-child(1) .tab-content-inner .right-view {
    top: 9px;
    right: 0px;
  }
}

.your-way-tab-content .tab-content:nth-child(2) .tab-content-inner .right-view {
  top: 1.25rem;
}

@media (min-width: 768px) {
  .your-way-tab-content .tab-content:nth-child(2) .tab-content-inner .right-view {
    top: auto;
    bottom: 0px;
    display: flex;
    align-items: flex-end;
  }
}

.your-way-tab-content .tab-content:nth-child(3) .tab-content-inner .right-view {
  top: 1.25rem;
}

@media (min-width: 768px) {
  .your-way-tab-content .tab-content:nth-child(3) .tab-content-inner .right-view {
    top: auto;
    bottom: 0px;
    display: flex;
    align-items: flex-end;
  }
}

.your-way-tab-content .tab-content:nth-child(4) .tab-content-inner .right-view {
  top: 1.25rem;
}

@media (min-width: 768px) {
  .your-way-tab-content .tab-content:nth-child(4) .tab-content-inner .right-view {
    top: auto;
    bottom: 0px;
    display: flex;
    align-items: flex-end;
  }
}

.maximize-roi {
  padding-top: 0px;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .maximize-roi {
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .maximize-roi {
    padding-bottom: 70px;
    padding-top: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .maximize-roi {
    padding-bottom: 90px;
  }
}

@media (min-width: 1536px) {
  .maximize-roi {
    padding-bottom: 101px;
  }
}

.maximize-roi .section-header {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  text-align: center;
}

@media (min-width: 1024px) {
  .maximize-roi .section-header {
    max-width: 81%;
  }
}

@media (min-width: 1280px) {
  .maximize-roi .section-header {
    max-width: 85%;
  }
}

@media (min-width: 1536px) {
  .maximize-roi .section-header {
    max-width: 91%;
  }
}

.maximize-roi .section-header h2 {
  margin-bottom: 0.625rem;
  font-size: 32px;
  line-height: 42px;
  --tw-text-opacity: 1;
  color: rgb(1 13 10 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .maximize-roi .section-header h2 {
    margin-bottom: 0.75rem;
    font-size: 44px;
    line-height: 53px;
  }
}

@media (min-width: 1024px) {
  .maximize-roi .section-header h2 {
    font-size: 50px;
    line-height: 59px;
  }
}

@media (min-width: 1280px) {
  .maximize-roi .section-header h2 {
    margin-bottom: 1rem;
    font-size: 70px;
    line-height: 79px;
  }
}

@media (min-width: 1536px) {
  .maximize-roi .section-header h2 {
    font-size: 75px;
    line-height: 83px;
  }
}

.maximize-roi .section-header p {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  font-size: 18px;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(1 13 10 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .maximize-roi .section-header p {
    font-size: 19px;
    line-height: 27px;
  }
}

@media (min-width: 1024px) {
  .maximize-roi .section-header p {
    max-width: 88%;
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 1280px) {
  .maximize-roi .section-header p {
    max-width: 78%;
    font-size: 22px;
    line-height: 30px;
  }
}

@media (min-width: 1536px) {
  .maximize-roi .section-header p {
    max-width: 75%;
    font-size: 23px;
    line-height: 32px;
  }
}

.maximize-roi .maximize-roi-view {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .maximize-roi .maximize-roi-view {
    margin-top: 2.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .maximize-roi .maximize-roi-view {
    margin-top: 3.5rem;
  }
}

@media (min-width: 1280px) {
  .maximize-roi .maximize-roi-view {
    margin-top: 60px;
    -moz-column-gap: 29px;
         column-gap: 29px;
    row-gap: 2rem;
  }
}

@media (min-width: 1536px) {
  .maximize-roi .maximize-roi-view {
    margin-top: 68px;
  }
}

.maximize-roi-view .item {
  border-radius: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
}

@media (min-width: 768px) {
  .maximize-roi-view .item {
    padding: 2rem;
  }
}

@media (min-width: 1024px) {
  .maximize-roi-view .item {
    padding: 2.75rem;
  }
}

@media (min-width: 1280px) {
  .maximize-roi-view .item {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    padding-top: 60px;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1536px) {
  .maximize-roi-view .item {
    padding-left: 61px;
    padding-right: 61px;
    padding-top: 69px;
    padding-bottom: 3.5rem;
  }
}

.maximize-roi-view .item strong {
  margin-bottom: 0.75rem;
  display: block;
  font-size: 24px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(1 13 10 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .maximize-roi-view .item strong {
    margin-bottom: 1rem;
    font-size: 26px;
  }
}

@media (min-width: 1280px) {
  .maximize-roi-view .item strong {
    margin-bottom: 1.25rem;
    font-size: 30px;
  }
}

.maximize-roi-view .item p {
  font-size: 16px;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(1 13 10 / var(--tw-text-opacity, 1));
}

@media (min-width: 1280px) {
  .maximize-roi-view .item p {
    font-size: 18px;
    line-height: 28px;
  }
}

.maximize-roi-view .item .img-view {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .maximize-roi-view .item .img-view {
    margin-top: 61px;
  }
}

.maximize-roi .cmn-btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  width: -moz-fit-content;
  width: fit-content;
}

@media (min-width: 768px) {
  .maximize-roi .cmn-btn {
    margin-top: 2.25rem;
  }
}

@media (min-width: 1024px) {
  .maximize-roi .cmn-btn {
    margin-top: 3rem;
  }
}

@media (min-width: 1280px) {
  .maximize-roi .cmn-btn {
    margin-top: 3.5rem;
  }
}

@media (min-width: 1536px) {
  .maximize-roi .cmn-btn {
    margin-top: 60px;
  }
}

.need-mobile-app {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-top: 2.5rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .need-mobile-app {
    padding-top: 2.5rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1024px) {
  .need-mobile-app {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1280px) {
  .need-mobile-app {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (min-width: 1536px) {
  .need-mobile-app {
    padding-top: 85px;
    padding-bottom: 85px;
  }
}

.need-mobile-app .container {
  max-width: 1255px;
}

.need-mobile-app .section-header {
  text-align: center;
}

.need-mobile-app .section-header h2 {
  margin-bottom: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .need-mobile-app .section-header h2 {
    margin-bottom: 1rem;
  }
}

@media (min-width: 1024px) {
  .need-mobile-app .section-header h2 {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .need-mobile-app .section-header h2 {
    margin-bottom: 2rem;
  }
}

@media (min-width: 1536px) {
  .need-mobile-app .section-header h2 {
    margin-bottom: 35px;
  }
}

.need-mobile-app .section-header p {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .need-mobile-app .section-header p {
    max-width: 85%;
  }
}

@media (min-width: 1280px) {
  .need-mobile-app .section-header p {
    max-width: 67%;
  }
}

@media (min-width: 1536px) {
  .need-mobile-app .section-header p {
    max-width: 70%;
  }
}

.need-mobile-app-view {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.25rem;
}

@media (min-width: 768px) {
  .need-mobile-app-view {
    margin-top: 2.25rem;
    flex-wrap: nowrap;
    -moz-column-gap: 23px;
         column-gap: 23px;
    row-gap: 0px;
  }
}

@media (min-width: 1024px) {
  .need-mobile-app-view {
    margin-top: 3rem;
  }
}

@media (min-width: 1280px) {
  .need-mobile-app-view {
    margin-top: 5rem;
    -moz-column-gap: 33px;
         column-gap: 33px;
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media (min-width: 1536px) {
  .need-mobile-app-view {
    margin-top: 89px;
  }
}

.need-mobile-app-view .left-view {
  width: 100%;
  border-radius: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 239 57 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
}

@media (min-width: 768px) {
  .need-mobile-app-view .left-view {
    min-height: 270px;
    width: 97%;
    padding: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .need-mobile-app-view .left-view {
    min-height: 350px;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
}

@media (min-width: 1280px) {
  .need-mobile-app-view .left-view {
    min-height: 400px;
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 1536px) {
  .need-mobile-app-view .left-view {
    min-height: 431px;
    padding-top: 53px;
    padding-bottom: 53px;
    padding-left: 59px;
    padding-right: 59px;
  }
}

.need-mobile-app-view .left-view span {
  display: inline-block;
  min-width: -moz-fit-content;
  min-width: fit-content;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .need-mobile-app-view .left-view span {
    padding: 0.875rem;
    font-size: 16px;
  }
}

@media (min-width: 1024px) {
  .need-mobile-app-view .left-view span {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 18px;
  }
}

@media (min-width: 1280px) {
  .need-mobile-app-view .left-view span {
    min-width: 190px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 20px;
  }
}

.need-mobile-app-view .left-view strong {
  margin-top: 1rem;
  display: block;
  font-size: 30px;
  line-height: 37px;
  letter-spacing: -0.05rem;
}

@media (min-width: 768px) {
  .need-mobile-app-view .left-view strong {
    margin-top: 1.75rem;
    font-size: 36px;
    line-height: 41px;
  }
}

@media (min-width: 1024px) {
  .need-mobile-app-view .left-view strong {
    margin-top: 2rem;
    font-size: 44px;
    line-height: 49px;
  }
}

@media (min-width: 1280px) {
  .need-mobile-app-view .left-view strong {
    margin-top: 2.25rem;
    font-size: 52px;
    line-height: 59px;
  }
}

@media (min-width: 1536px) {
  .need-mobile-app-view .left-view strong {
    margin-top: 42px;
    font-size: 62px;
    line-height: 69px;
  }
}

.need-mobile-app-view .right-view {
  width: 100%;
  border-radius: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(61 61 255 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
}

@media (min-width: 768px) {
  .need-mobile-app-view .right-view {
    width: -moz-fit-content;
    width: fit-content;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .need-mobile-app-view .right-view {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1280px) {
  .need-mobile-app-view .right-view {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1536px) {
  .need-mobile-app-view .right-view {
    padding-top: 42px;
    padding-bottom: 42px;
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
}

.need-mobile-app-view .right-view i {
  display: flex;
  justify-content: flex-end;
}

.need-mobile-app-view .right-view .right-view-inner {
  margin-top: 1rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 768px) {
  .need-mobile-app-view .right-view .right-view-inner {
    margin-top: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .need-mobile-app-view .right-view .right-view-inner {
    margin-top: 3rem;
  }
}

@media (min-width: 1280px) {
  .need-mobile-app-view .right-view .right-view-inner {
    margin-top: 3.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 1536px) {
  .need-mobile-app-view .right-view .right-view-inner {
    margin-top: 4rem;
    padding-left: 21px;
    padding-right: 21px;
  }
}

.need-mobile-app-view .right-view .right-view-inner strong {
  display: block;
  font-size: 42px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .need-mobile-app-view .right-view .right-view-inner strong {
    font-size: 50px;
  }
}

@media (min-width: 1024px) {
  .need-mobile-app-view .right-view .right-view-inner strong {
    font-size: 60px;
    line-height: 40px;
  }
}

@media (min-width: 1280px) {
  .need-mobile-app-view .right-view .right-view-inner strong {
    font-size: 80px;
    line-height: 50px;
  }
}

@media (min-width: 1536px) {
  .need-mobile-app-view .right-view .right-view-inner strong {
    font-size: 100px;
    line-height: 70px;
  }
}

.need-mobile-app-view .right-view .right-view-inner p {
  margin-top: 0.75rem;
  max-width: 100%;
  font-size: 20px;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .need-mobile-app-view .right-view .right-view-inner p {
    margin-top: 0.875rem;
    max-width: 95%;
    font-size: 20px;
    line-height: 25px;
  }
}

@media (min-width: 1024px) {
  .need-mobile-app-view .right-view .right-view-inner p {
    margin-top: 1rem;
    font-size: 21px;
    line-height: 27px;
  }
}

@media (min-width: 1280px) {
  .need-mobile-app-view .right-view .right-view-inner p {
    margin-top: 21px;
    font-size: 22px;
    line-height: 29px;
  }
}

.need-mobile-app-bottom {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 2rem;
  padding-left: 18px;
  padding-right: 18px;
}

@media (min-width: 768px) {
  .need-mobile-app-bottom {
    margin-top: 2.5rem;
    flex-wrap: nowrap;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
    row-gap: 0px;
  }
}

@media (min-width: 1024px) {
  .need-mobile-app-bottom {
    margin-top: 3.5rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }
}

@media (min-width: 1280px) {
  .need-mobile-app-bottom {
    margin-top: 5rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }
}

@media (min-width: 1536px) {
  .need-mobile-app-bottom {
    margin-top: 93px;
    -moz-column-gap: 146px;
         column-gap: 146px;
  }
}

.need-mobile-app-bottom .item {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  flex-direction: column;
  text-align: center;
}

.need-mobile-app-bottom .item:first-child {
  width: 100%;
}

@media (min-width: 768px) {
  .need-mobile-app-bottom .item:first-child {
    width: 28%;
  }
}

@media (min-width: 1024px) {
  .need-mobile-app-bottom .item:first-child {
    width: 21%;
  }
}

@media (min-width: 1280px) {
  .need-mobile-app-bottom .item:first-child {
    width: 17%;
  }
}

@media (min-width: 1536px) {
  .need-mobile-app-bottom .item:first-child {
    width: 20%;
  }
}

.need-mobile-app-bottom .item:nth-child(2) {
  width: 100%;
}

@media (min-width: 768px) {
  .need-mobile-app-bottom .item:nth-child(2) {
    width: 33%;
  }
}

@media (min-width: 1024px) {
  .need-mobile-app-bottom .item:nth-child(2) {
    width: 30%;
  }
}

@media (min-width: 1280px) {
  .need-mobile-app-bottom .item:nth-child(2) {
    width: 25%;
  }
}

@media (min-width: 1536px) {
  .need-mobile-app-bottom .item:nth-child(2) {
    width: 27%;
  }
}

.need-mobile-app-bottom .item:last-child {
  width: 100%;
}

@media (min-width: 768px) {
  .need-mobile-app-bottom .item:last-child {
    width: 30%;
  }
}

@media (min-width: 1024px) {
  .need-mobile-app-bottom .item:last-child {
    width: 23%;
  }
}

@media (min-width: 1280px) {
  .need-mobile-app-bottom .item:last-child {
    width: 20%;
  }
}

.need-mobile-app-bottom .rounded-circle {
  margin-left: auto;
}

.need-mobile-app-bottom .item strong {
  margin-top: 0.875rem;
  font-size: 50px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .need-mobile-app-bottom .item strong {
    margin-top: 1.25rem;
    font-size: 60px;
    line-height: 1;
  }
}

@media (min-width: 1024px) {
  .need-mobile-app-bottom .item strong {
    font-size: 70px;
    line-height: 30px;
  }
}

@media (min-width: 1280px) {
  .need-mobile-app-bottom .item strong {
    margin-top: 23px;
    font-size: 80px;
    line-height: 50px;
  }
}

@media (min-width: 1536px) {
  .need-mobile-app-bottom .item strong {
    font-size: 100px;
    line-height: 70px;
  }
}

.need-mobile-app-bottom .item p {
  margin-top: 0.625rem;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.025rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .need-mobile-app-bottom .item p {
    margin-top: 1rem;
    font-size: 20px;
    line-height: 27px;
  }
}

@media (min-width: 1280px) {
  .need-mobile-app-bottom .item p {
    margin-top: 21px;
    font-size: 21px;
    line-height: 28px;
  }
}

@media (min-width: 1536px) {
  .need-mobile-app-bottom .item p {
    font-size: 22px;
    line-height: 29px;
  }
}

.must-try {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .must-try {
    padding-top: 2.5rem;
    padding-bottom: 2.75rem;
  }
}

@media (min-width: 1024px) {
  .must-try {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1280px) {
  .must-try {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1536px) {
  .must-try {
    padding-top: 89px;
    padding-bottom: 89px;
  }
}

.must-try .section-header {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  text-align: center;
}

@media (min-width: 1280px) {
  .must-try .section-header {
    max-width: 80%;
  }
}

.must-try .section-header h2 {
  margin-bottom: 0.75rem;
}

@media (min-width: 768px) {
  .must-try .section-header h2 {
    margin-bottom: 0.75rem;
  }
}

@media (min-width: 1280px) {
  .must-try .section-header h2 {
    margin-bottom: 17px;
  }
}

.must-try .section-header p {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  letter-spacing: -0.006rem;
}

@media (min-width: 1024px) {
  .must-try .section-header p {
    max-width: 81%;
  }
}

@media (min-width: 1280px) {
  .must-try .section-header p {
    max-width: 72%;
  }
}

@media (min-width: 1536px) {
  .must-try .section-header p {
    max-width: 78%;
  }
}

.must-try-reasons {
  margin-top: 1.75rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

@media (min-width: 768px) {
  .must-try-reasons {
    margin-top: 1.5rem;
    -moz-column-gap: 22px;
         column-gap: 22px;
    row-gap: 23px;
  }
}

@media (min-width: 1024px) {
  .must-try-reasons {
    margin-top: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .must-try-reasons {
    margin-top: 4rem;
    -moz-column-gap: 29px;
         column-gap: 29px;
    row-gap: 33px;
  }
}

@media (min-width: 1536px) {
  .must-try-reasons {
    margin-top: 68px;
  }
}

.must-try-reasons .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
  text-align: center;
}

@media (min-width: 768px) {
  .must-try-reasons .item {
    display: inline-block;
    width: 48.47%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .must-try-reasons .item {
    width: 30.35%;
  }
}

@media (min-width: 1280px) {
  .must-try-reasons .item {
    width: 31.68%;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    padding-left: 35px;
    padding-right: 34px;
  }
}

.must-try-reasons .item i {
  display: flex;
  height: 1.75rem;
  width: 1.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(221 232 250 / var(--tw-bg-opacity, 1));
  font-family: Geist, serif;
  font-size: 14px;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(61 61 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .must-try-reasons .item i {
    font-size: 14px;
  }
}

@media (min-width: 1280px) {
  .must-try-reasons .item i {
    font-size: 15px;
  }
}

.must-try-reasons .item p {
  margin-top: 0.75rem;
  font-size: 17px;
  line-height: 21px;
}

@media (min-width: 768px) {
  .must-try-reasons .item p {
    margin-top: 0.75rem;
    font-size: 18px;
    line-height: 22px;
  }
}

@media (min-width: 1280px) {
  .must-try-reasons .item p {
    margin-top: 13px;
    font-size: 20px;
    line-height: 24px;
  }
}

.must-try-reasons .item p strong {
  font-weight: 600;
}

.premium-support {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  row-gap: 2rem;
}

@media (min-width: 768px) {
  .premium-support {
    margin-top: 2.5rem;
    row-gap: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .premium-support {
    margin-top: 4rem;
    flex-wrap: nowrap;
    row-gap: 0px;
  }
}

@media (min-width: 1280px) {
  .premium-support {
    margin-top: 5rem;
  }
}

@media (min-width: 1536px) {
  .premium-support {
    margin-top: 101px;
  }
}

.premium-support .premium-support-hero {
  width: 100%;
}

@media (min-width: 1024px) {
  .premium-support .premium-support-hero {
    width: 50%;
  }
}

@media (min-width: 1280px) {
  .premium-support .premium-support-hero {
    width: 630px;
  }
}

.premium-support .premium-support-hero img {
  margin-left: auto;
  margin-right: auto;
  border-radius: 26px;
}

@media (min-width: 1024px) {
  .premium-support .premium-support-hero img {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.premium-support .premium-support-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

@media (min-width: 1024px) {
  .premium-support .premium-support-content {
    width: 46%;
  }
}

@media (min-width: 1280px) {
  .premium-support .premium-support-content {
    width: 474px;
  }
}

.premium-support .premium-support-content strong {
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
  display: block;
  max-width: 100%;
  font-size: 26px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .premium-support .premium-support-content strong {
    margin-top: 1.25rem;
    margin-bottom: 0.625rem;
    max-width: 96%;
    font-size: 30px;
    line-height: 36px;
  }
}

@media (min-width: 1024px) {
  .premium-support .premium-support-content strong {
    margin-top: 2.75rem;
    margin-bottom: 21px;
  }
}

@media (min-width: 1280px) {
  .premium-support .premium-support-content strong {
    font-size: 33px;
    line-height: 39px;
  }
}

.premium-support .premium-support-content p {
  margin-top: 0.625rem;
  font-size: 19px;
  font-weight: 600;
}

.premium-support .premium-support-content p i {
  display: inline-block;
  vertical-align: middle;
}

.premium-support .premium-support-content p a {
  --tw-text-opacity: 1;
  color: rgb(0 97 255 / var(--tw-text-opacity, 1));
}

.premium-support .premium-support-content p a:hover {
  --tw-text-opacity: 1;
  color: rgb(247 59 32 / var(--tw-text-opacity, 1));
}

.trusted-by {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 2rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .trusted-by {
    padding-top: 2.5rem;
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .trusted-by {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1280px) {
  .trusted-by {
    padding-top: 70px;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1536px) {
  .trusted-by {
    padding-top: 78px;
    padding-bottom: 101px;
  }
}

.trusted-by .section-header {
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
  text-align: center;
}

.trusted-by .section-header h2 {
  margin-bottom: 0.625rem;
}

.trusted-by .section-header h2 img {
  display: inline-block;
}

.trusted-by .section-header p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.trusted-by .section-header p i {
  display: inline-block;
}

.trusted-by .trusted-by-view {
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .trusted-by .trusted-by-view {
    margin-top: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .trusted-by .trusted-by-view {
    margin-top: 3rem;
  }
}

@media (min-width: 1280px) {
  .trusted-by .trusted-by-view {
    margin-top: 75px;
  }
}

@media (min-width: 1536px) {
  .trusted-by .trusted-by-view {
    margin-top: 81px;
  }
}

.trusted-by-view {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  row-gap: 1.5rem;
  border-radius: 40px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(182 182 214 / var(--tw-border-opacity, 1));
  padding: 1.25rem;
}

@media (min-width: 768px) {
  .trusted-by-view {
    row-gap: 2rem;
    padding: 2rem;
  }
}

@media (min-width: 1024px) {
  .trusted-by-view {
    flex-wrap: nowrap;
    row-gap: 0px;
    padding-left: 2.75rem;
    padding-right: 2.75rem;
    padding-top: 2.5rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1280px) {
  .trusted-by-view {
    padding-left: 4rem;
    padding-right: 3rem;
    padding-top: 2.75rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1536px) {
  .trusted-by-view {
    padding-left: 71px;
    padding-right: 63px;
    padding-top: 51px;
    padding-bottom: 70px;
  }
}

.trusted-by-view .left-view {
  order: 2;
  width: 100%;
}

@media (min-width: 1024px) {
  .trusted-by-view .left-view {
    order: 1;
    width: 55%;
  }
}

@media (min-width: 1280px) {
  .trusted-by-view .left-view {
    width: 57%;
  }
}

.trusted-by-view .left-view p {
  font-size: 18px;
  line-height: 30px;
}

@media (min-width: 768px) {
  .trusted-by-view .left-view p {
    font-size: 20px;
    line-height: 35px;
  }
}

@media (min-width: 1024px) {
  .trusted-by-view .left-view p {
    font-size: 24px;
    line-height: 39px;
  }
}

@media (min-width: 1280px) {
  .trusted-by-view .left-view p {
    font-size: 26px;
    line-height: 41px;
  }
}

@media (min-width: 1536px) {
  .trusted-by-view .left-view p {
    font-size: 27px;
    line-height: 42px;
  }
}

.trusted-by-view .left-view p strong {
  font-weight: 600;
}

.trusted-by-view .left-view .rating-person {
  margin-top: 1.5rem;
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

@media (min-width: 768px) {
  .trusted-by-view .left-view .rating-person {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
}

@media (min-width: 1024px) {
  .trusted-by-view .left-view .rating-person {
    margin-top: 3rem;
  }
}

@media (min-width: 1280px) {
  .trusted-by-view .left-view .rating-person {
    margin-top: 3.5rem;
  }
}

@media (min-width: 1536px) {
  .trusted-by-view .left-view .rating-person {
    margin-top: 59px;
  }
}

.trusted-by-view .left-view .rating-person i {
  width: 119px;
}

.trusted-by-view .left-view .rating-person .person-dt {
  display: flex;
  flex-direction: column;
  row-gap: 0.625rem;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(201 194 185 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-top: 0px;
}

@media (min-width: 768px) {
  .trusted-by-view .left-view .rating-person .person-dt {
    row-gap: 13px;
    padding-left: 25px;
    padding-top: 0.375rem;
  }
}

.trusted-by-view .left-view .rating-person .person-dt strong {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

@media (min-width: 768px) {
  .trusted-by-view .left-view .rating-person .person-dt strong {
    font-size: 18px;
  }
}

.trusted-by-view .left-view .rating-person .person-dt i {
  display: inline-block;
}

.trusted-by-view .right-view {
  order: 1;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1024px) {
  .trusted-by-view .right-view {
    order: 2;
  }
}

.faq {
  padding-top: 2.5rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .faq {
    padding-top: 3rem;
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .faq {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1280px) {
  .faq {
    padding-top: 70px;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1536px) {
  .faq {
    padding-top: 93px;
    padding-bottom: 93px;
  }
}

.faq .section-header {
  text-align: center;
}

.faq .section-header h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
}

@media (min-width: 768px) {
  .faq .section-header h2 {
    font-size: 30px;
    line-height: 1;
  }
}

@media (min-width: 1280px) {
  .faq .section-header h2 {
    font-size: 33px;
  }
}

.faq-view {
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .faq-view {
    margin-top: 2rem;
  }
}

@media (min-width: 1024px) {
  .faq-view {
    margin-top: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .faq-view {
    margin-top: 4rem;
  }
}

@media (min-width: 1536px) {
  .faq-view {
    margin-top: 78px;
  }
}

.faq-view .faq-row {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(176 167 157 / var(--tw-border-opacity, 1));
}

.faq-view .faq-row:last-child {
  border-bottom-width: 1px;
}

.faq-view .faq-row .faq-title {
  position: relative;
  cursor: pointer;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-right: 0.875rem;
}

@media (min-width: 768px) {
  .faq-view .faq-row .faq-title {
    padding-top: 23px;
    padding-bottom: 17px;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .faq-view .faq-row .faq-title {
    padding-top: 25px;
    padding-bottom: 19px;
    padding-right: 0.875rem;
  }
}

@media (min-width: 1280px) {
  .faq-view .faq-row .faq-title {
    padding-top: 27px;
    padding-bottom: 21px;
  }
}

@media (min-width: 1536px) {
  .faq-view .faq-row .faq-title {
    padding-top: 30px;
    padding-bottom: 23px;
  }
}

.faq-view .faq-row .faq-title::before,
.faq-view .faq-row .faq-title::after {
  position: absolute;
  top: 22px;
  right: 0px;
  height: 0.125rem;
  width: 11px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 768px) {
  .faq-view .faq-row .faq-title::before,
.faq-view .faq-row .faq-title::after {
    top: 33px;
    right: 18px;
  }
}

@media (min-width: 1024px) {
  .faq-view .faq-row .faq-title::before,
.faq-view .faq-row .faq-title::after {
    top: 2.5rem;
  }
}

.faq-view .faq-row .faq-title::after {
  --tw-rotate: 90deg;
  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));
}

.faq-view .faq-row .faq-title.open::after {
  --tw-rotate: 0deg;
  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));
}

.faq-view .faq-row .faq-title span {
  padding-right: 2rem;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
}

@media (min-width: 768px) {
  .faq-view .faq-row .faq-title span {
    padding-right: 3rem;
    font-size: 19px;
  }
}

@media (min-width: 1280px) {
  .faq-view .faq-row .faq-title span {
    font-size: 20px;
  }
}

.faq-view .faq-row .faq-cnt {
  margin-bottom: 1rem;
  display: none;
}

.faq-view .faq-row .faq-cnt * {
  font-size: 14px;
  line-height: 1.25;
}

@media (min-width: 768px) {
  .faq-view .faq-row .faq-cnt * {
    font-size: 16px;
  }
}

.faq-view .faq-row .faq-cnt a {
  display: inline-block;
  word-break: break-all;
  --tw-text-opacity: 1;
  color: rgb(247 59 32 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  text-underline-offset: 4px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.faq-view .faq-row .faq-cnt a:hover {
  text-decoration-line: none;
}

.build-app {
  --tw-bg-opacity: 1;
  background-color: rgb(3 12 26 / var(--tw-bg-opacity, 1));
  padding-top: 2rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .build-app {
    padding-top: 2.5rem;
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .build-app {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1280px) {
  .build-app {
    padding-top: 5rem;
    padding-bottom: 7rem;
  }
}

@media (min-width: 1536px) {
  .build-app {
    padding-top: 103px;
    padding-bottom: 142px;
  }
}

.build-app .section-header {
  text-align: center;
}

@media (min-width: 1280px) {
  .build-app .section-header {
    margin-left: auto;
    margin-right: auto;
    max-width: 97%;
  }
}

@media (min-width: 1536px) {
  .build-app .section-header {
    margin-left: 0px;
    margin-right: 0px;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

.build-app .section-header h2 {
  margin-bottom: 0.875rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .build-app .section-header h2 {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .build-app .section-header h2 {
    margin-bottom: 1.5rem;
  }
}

.build-app .section-header p {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .build-app .section-header p {
    max-width: 69%;
  }
}

@media (min-width: 1280px) {
  .build-app .section-header p {
    max-width: 65%;
  }
}

@media (min-width: 1536px) {
  .build-app .section-header p {
    max-width: 66%;
  }
}

.build-app .button-group {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 1.25rem;
}

@media (min-width: 768px) {
  .build-app .button-group {
    margin-top: 2.5rem;
    flex-direction: row;
    -moz-column-gap: 21px;
         column-gap: 21px;
    row-gap: 0px;
  }
}

@media (min-width: 1024px) {
  .build-app .button-group {
    margin-top: 2.75rem;
  }
}

@media (min-width: 1280px) {
  .build-app .button-group {
    margin-top: 4rem;
  }
}

@media (min-width: 1536px) {
  .build-app .button-group {
    margin-top: 89px;
  }
}

.build-app .button-group .talk-us-btn {
  min-width: 223px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.build-app .button-group .cmn-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(247 59 32 / var(--tw-bg-opacity, 1));
}

.build-app .button-group .talk-us-btn:hover {
  --tw-border-opacity: 1;
  border-color: rgb(247 59 32 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(247 59 32 / var(--tw-bg-opacity, 1));
}

.features-page {
  --tw-bg-opacity: 1;
  background-color: rgb(243 237 230 / var(--tw-bg-opacity, 1));
}

.features-topbar {
  padding-top: 7rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .features-topbar {
    padding-top: 8rem;
    padding-bottom: 7rem;
  }
}

@media (min-width: 1024px) {
  .features-topbar {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

@media (min-width: 1280px) {
  .features-topbar {
    padding-top: 9rem;
    padding-bottom: 11rem;
  }
}

@media (min-width: 1536px) {
  .features-topbar {
    padding-top: 168px;
    padding-bottom: 235px;
  }
}

.features-topbar .container {
  position: relative;
}

.features-topbar .topbar-caption {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media (min-width: 768px) {
  .features-topbar .topbar-caption {
    max-width: 87%;
  }
}

@media (min-width: 1024px) {
  .features-topbar .topbar-caption {
    max-width: 73%;
  }
}

@media (min-width: 1280px) {
  .features-topbar .topbar-caption {
    max-width: 75%;
  }
}

@media (min-width: 1536px) {
  .features-topbar .topbar-caption {
    max-width: 83%;
  }
}

.features-topbar .topbar-caption h1 {
  letter-spacing: -0.05rem;
}

.features-topbar .topbar-caption .btn-group {
  margin-top: 60px;
}

@media (min-width: 768px) {
  .features-topbar .topbar-caption .btn-group {
    margin-top: 1.5rem;
    width: -moz-fit-content;
    width: fit-content;
    flex-wrap: nowrap;
  }
}

@media (min-width: 1024px) {
  .features-topbar .topbar-caption .btn-group {
    margin-top: 2.25rem;
  }
}

@media (min-width: 1280px) {
  .features-topbar .topbar-caption .btn-group {
    margin-top: 2.75rem;
    -moz-column-gap: 21px;
         column-gap: 21px;
  }
}

@media (min-width: 1536px) {
  .features-topbar .topbar-caption .btn-group {
    margin-top: 60px;
  }
}

.features-topbar .color-variant-box {
  position: absolute;
  left: -253px;
  top: -15px;
  height: 127px;
  width: 231px;
}

.features-topbar .revenue-chart {
  position: absolute;
  bottom: 124px;
  height: 52px;
  width: 88px;
}

@media (min-width: 768px) {
  .features-topbar .revenue-chart {
    bottom: 0px;
    height: 75px;
    width: 127px;
  }
}

@media (min-width: 1024px) {
  .features-topbar .revenue-chart {
    height: 100px;
    width: 177px;
  }
}

@media (min-width: 1280px) {
  .features-topbar .revenue-chart {
    bottom: -0.625rem;
    height: 122px;
    width: 207px;
  }
}

@media (min-width: 1536px) {
  .features-topbar .revenue-chart {
    height: 145px;
    width: 247px;
  }
}

.features-topbar .product-style-view {
  position: absolute;
  top: 21px;
  right: -276px;
  height: 174px;
  width: 256px;
}

.features-topbar .new-arrivals-text {
  position: absolute;
  right: -181px;
  bottom: -59px;
  height: 97px;
  width: 266px;
}

@media only screen and (min-width: 1700px) {
  .features-topbar .revenue-chart {
    left: -163px;
  }
}

@media only screen and (max-width: 1799px) {
  .features-topbar .product-style-view {
    right: -136px;
  }
}

@media only screen and (max-width: 1699px) {
  .features-topbar .color-variant-box {
    left: -163px;
  }

  .features-topbar .new-arrivals-text {
    right: -120px;
  }

  .features-topbar .revenue-chart {
    left: -100px;
  }
}

@media only screen and (max-width: 1535px) {
  .features-topbar .color-variant-box {
    left: -33px;
    height: 105px;
    width: 191px;
  }

  .features-topbar .revenue-chart {
    left: 2.5rem;
  }

  .features-topbar .product-style-view {
    right: -1rem;
    top: 0.75rem;
    height: 120px;
    width: 176px;
  }

  .features-topbar .new-arrivals-text {
    right: 0px;
    bottom: -1.25rem;
    height: 82px;
    width: 226px;
  }
}

@media only screen and (max-width: 1279px) {
  .features-topbar .color-variant-box {
    left: 0.375rem;
    height: 85px;
    width: 171px;
  }

  .features-topbar .product-style-view {
    right: 0.625rem;
    height: 98px;
    width: 146px;
  }

  .features-topbar .new-arrivals-text {
    right: 1.25rem;
    height: 75px;
    width: 206px;
  }
}

@media only screen and (max-width: 1023px) {
  .features-topbar .revenue-chart {
    left: 0.625rem;
  }

  .features-topbar .color-variant-box {
    top: -60px;
    left: 0px;
    height: 68px;
    width: 131px;
  }

  .features-topbar .product-style-view {
    right: 1.25rem;
    top: -54px;
    height: 54px;
    width: 5rem;
  }

  .features-topbar .new-arrivals-text {
    right: 0.25rem;
    height: 50px;
    width: 136px;
  }
}

@media only screen and (max-width: 767px) {
  .features-topbar .revenue-chart {
    left: 1rem;
  }

  .features-topbar .color-variant-box {
    top: -2.75rem;
    height: 3.5rem;
    width: 101px;
  }

  .features-topbar .product-style-view {
    top: -2.25rem;
    right: 1rem;
    height: 38px;
    width: 3.5rem;
  }

  .features-topbar .new-arrivals-text {
    bottom: 8rem;
    right: 0.625rem;
    height: 2.25rem;
    width: 6rem;
  }
}

@media only screen and (max-width: 374px) {
  .features-topbar .color-variant-box {
    top: -35px;
    height: 50px;
    width: 91px;
  }

  .features-topbar .product-style-view {
    top: -30px;
    height: 33px;
    width: 3rem;
  }
}

.platform-control {
  --tw-bg-opacity: 1;
  background-color: rgb(61 61 255 / var(--tw-bg-opacity, 1));
  padding-top: 3rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .platform-control {
    padding-bottom: 3.5rem;
    padding-top: 1px;
  }
}

@media (min-width: 1024px) {
  .platform-control {
    padding-bottom: 4rem;
  }
}

@media (min-width: 1280px) {
  .platform-control {
    padding-bottom: 5rem;
  }
}

@media (min-width: 1536px) {
  .platform-control {
    padding-bottom: 92px;
  }
}

.platform-control .platform-control-hero {
  margin-top: 0px;
}

@media (min-width: 768px) {
  .platform-control .platform-control-hero {
    margin-top: -2.5rem;
  }
}

@media (min-width: 1024px) {
  .platform-control .platform-control-hero {
    margin-top: -3rem;
  }
}

@media (min-width: 1280px) {
  .platform-control .platform-control-hero {
    margin-top: -87px;
  }
}

.platform-control .platform-control-content {
  margin-top: 1.25rem;
}

@media (min-width: 768px) {
  .platform-control .platform-control-content {
    margin-top: 2rem;
  }
}

@media (min-width: 1024px) {
  .platform-control .platform-control-content {
    margin-top: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .platform-control .platform-control-content {
    margin-top: 4rem;
  }
}

@media (min-width: 1536px) {
  .platform-control .platform-control-content {
    margin-top: 82px;
  }
}

.platform-control .platform-control-content h2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -0.05rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .platform-control .platform-control-content h2 {
    font-size: 44px;
    line-height: 53px;
  }
}

@media (min-width: 1024px) {
  .platform-control .platform-control-content h2 {
    font-size: 50px;
    line-height: 59px;
  }
}

@media (min-width: 1280px) {
  .platform-control .platform-control-content h2 {
    max-width: 95%;
    font-size: 70px;
    line-height: 82px;
  }
}

@media (min-width: 1536px) {
  .platform-control .platform-control-content h2 {
    max-width: 97%;
    font-size: 74px;
    line-height: 86px;
  }
}

.platform-control .platform-control-view {
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .platform-control .platform-control-view {
    margin-top: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .platform-control .platform-control-view {
    margin-top: 2rem;
  }
}

@media (min-width: 1280px) {
  .platform-control .platform-control-view {
    margin-top: 3.5rem;
  }
}

@media (min-width: 1536px) {
  .platform-control .platform-control-view {
    margin-top: 5rem;
  }
}

.platform-control-view {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
  text-align: center;
}

@media (min-width: 768px) {
  .platform-control-view {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 0px;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .platform-control-view {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}

@media (min-width: 1280px) {
  .platform-control-view {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
}

@media (min-width: 1536px) {
  .platform-control-view {
    -moz-column-gap: 86px;
         column-gap: 86px;
  }
}

.platform-control-view .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 768px) {
  .platform-control-view .item {
    align-items: flex-start;
  }
}

.platform-control-view .item i {
  display: inline-block;
}

.platform-control-view .item strong {
  margin-top: 0.625rem;
  margin-bottom: 0.375rem;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .platform-control-view .item strong {
    margin-top: 0.875rem;
    margin-bottom: 0.625rem;
    font-size: 22px;
  }
}

@media (min-width: 1024px) {
  .platform-control-view .item strong {
    font-size: 24px;
  }
}

@media (min-width: 1280px) {
  .platform-control-view .item strong {
    font-size: 26px;
  }
}

@media (min-width: 1536px) {
  .platform-control-view .item strong {
    margin-top: 22px;
    margin-bottom: 1.25rem;
    font-size: 30px;
  }
}

.platform-control-view .item p {
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .platform-control-view .item p {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (min-width: 1536px) {
  .platform-control-view .item p {
    font-size: 18px;
    line-height: 28px;
  }
}

.platform-control-view .item p br {
  display: none;
}

@media (min-width: 1536px) {
  .platform-control-view .item p br {
    display: block;
  }
}

.build-your-app {
  padding-top: 0.75rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .build-your-app {
    padding-top: 0px;
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .build-your-app {
    padding-bottom: 68px;
  }
}

@media (min-width: 1280px) {
  .build-your-app {
    padding-bottom: 92px;;
  }
}

.build-your-app .build-your-app-view {
  margin-top: 1.75rem;
}

@media (min-width: 768px) {
  .build-your-app .build-your-app-view {
    margin-top: 2rem;
  }
}

@media (min-width: 1024px) {
  .build-your-app .build-your-app-view {
    margin-top: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .build-your-app .build-your-app-view {
    margin-top: 60px;
  }
}

@media (min-width: 1536px) {
  .build-your-app .build-your-app-view {
    margin-top: 83px;
  }
}

.build-your-app-view .build-your-app-top h2 {
  margin-bottom: 0.625rem;
  max-width: 100%;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -0.056rem;
}

@media (min-width: 768px) {
  .build-your-app-view .build-your-app-top h2 {
    font-size: 44px;
    line-height: 53px;
  }
}

@media (min-width: 1024px) {
  .build-your-app-view .build-your-app-top h2 {
    font-size: 50px;
    line-height: 59px;
  }
}

@media (min-width: 1280px) {
  .build-your-app-view .build-your-app-top h2 {
    margin-bottom: 1.25rem;
    max-width: 80%;
    font-size: 70px;
    line-height: 79px;
  }
}

@media (min-width: 1536px) {
  .build-your-app-view .build-your-app-top h2 {
    max-width: 80%;
    font-size: 74px;
    line-height: 86px;
  }
}

.build-your-app-view .build-your-app-top p {
  max-width: 100%;
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(1 13 10 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .build-your-app-view .build-your-app-top p {
    font-size: 19px;
    line-height: 27px;
  }
}

@media (min-width: 1024px) {
  .build-your-app-view .build-your-app-top p {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 1280px) {
  .build-your-app-view .build-your-app-top p {
    max-width: 74%;
    font-size: 22px;
    line-height: 30px;
  }
}

@media (min-width: 1536px) {
  .build-your-app-view .build-your-app-top p {
    max-width: 74%;
    font-size: 23px;
    line-height: 32px;
  }
}

.build-your-app-view .build-your-app-bottom {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  row-gap: 1.25rem;
}

@media (min-width: 768px) {
  .build-your-app-view .build-your-app-bottom {
    margin-top: 1.75rem;
    flex-wrap: nowrap;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    row-gap: 0px;
  }
}

@media (min-width: 1024px) {
  .build-your-app-view .build-your-app-bottom {
    margin-top: 2rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}

@media (min-width: 1280px) {
  .build-your-app-view .build-your-app-bottom {
    margin-top: 4rem;
    -moz-column-gap: 73px;
         column-gap: 73px;
  }
}

@media (min-width: 1536px) {
  .build-your-app-view .build-your-app-bottom {
    margin-top: 92px;
  }
}

.build-your-app-bottom .content {
  order: 2;
  width: 100%;
}

@media (min-width: 768px) {
  .build-your-app-bottom .content {
    order: 1;
    margin-top: -7px;
    width: 48%;
  }
}

@media (min-width: 1280px) {
  .build-your-app-bottom .content {
    width: 520px;
  }
}

.build-your-app-bottom .content .accordion-row {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(110 109 107 / var(--tw-border-opacity, 1));
}

.build-your-app-bottom .content .accordion-row .accordion-title {
  position: relative;
  display: flex;
  cursor: pointer;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .build-your-app-bottom .content .accordion-row .accordion-title {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
    padding-top: 18px;
    padding-bottom: 1rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1280px) {
  .build-your-app-bottom .content .accordion-row .accordion-title {
    -moz-column-gap: 19px;
         column-gap: 19px;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1536px) {
  .build-your-app-bottom .content .accordion-row .accordion-title {
    padding-right: 2.5rem;
    padding-top: 2rem;
    padding-bottom: 26px;
  }
}

.build-your-app-bottom .content .accordion-row .accordion-title i:not(.dropdownArrow) {
  display: inline-block;
}

@media (min-width: 1536px) {
  .build-your-app-bottom .content .accordion-row .accordion-title i:not(.dropdownArrow) {
    margin-top: 0.125rem;
  }
}

.build-your-app-bottom .content .accordion-row .accordion-title strong {
  margin-top: 0.125rem;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.013rem;
  --tw-text-opacity: 1;
  color: rgb(1 13 10 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .build-your-app-bottom .content .accordion-row .accordion-title strong {
    margin-top: 0px;
    font-size: 20px;
  }
}

@media (min-width: 1280px) {
  .build-your-app-bottom .content .accordion-row .accordion-title strong {
    font-size: 23px;
  }
}

@media (min-width: 1536px) {
  .build-your-app-bottom .content .accordion-row .accordion-title strong {
    font-size: 26px;
  }
}

.build-your-app-bottom .content .accordion-row .accordion-title .dropdownArrow {
  position: absolute;
  top: 18px;
  right: 0px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px) {
  .build-your-app-bottom .content .accordion-row .accordion-title .dropdownArrow {
    right: 0.25rem;
  }
}

@media (min-width: 1280px) {
  .build-your-app-bottom .content .accordion-row .accordion-title .dropdownArrow {
    top: 1.25rem;
    right: 1rem;
  }
}

@media (min-width: 1536px) {
  .build-your-app-bottom .content .accordion-row .accordion-title .dropdownArrow {
    top: 30px;
  }
}

.build-your-app-bottom .content .accordion-row .accordion-title .dropdownArrow svg {
  height: 1.25rem;
  width: 1.25rem;
}

@media (min-width: 768px) {
  .build-your-app-bottom .content .accordion-row .accordion-title .dropdownArrow svg {
    height: 1.25rem;
    width: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .build-your-app-bottom .content .accordion-row .accordion-title .dropdownArrow svg {
    height: 1.5rem;
    width: 1.5rem;
  }
}

@media (min-width: 1536px) {
  .build-your-app-bottom .content .accordion-row .accordion-title .dropdownArrow svg {
    height: 27px;
    width: 27px;
  }
}

.build-your-app-bottom .content .accordion-row .accordion-title.open .dropdownArrow {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.build-your-app-bottom .content .accordion-row .accordion-content {
  margin-top: -0.25rem;
  padding-top: 0px;
  padding-left: 2.5rem;
  padding-bottom: 1rem;
  padding-right: 2rem;
}

@media (min-width: 768px) {
  .build-your-app-bottom .content .accordion-row .accordion-content {
    padding-bottom: 1.25rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .build-your-app-bottom .content .accordion-row .accordion-content {
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 1536px) {
  .build-your-app-bottom .content .accordion-row .accordion-content {
    padding-bottom: 2.5rem;
    padding-right: 3.5rem;
  }
}

.build-your-app-bottom .content .accordion-row .accordion-content {
  display: none;
}

.build-your-app-bottom .content .accordion-row .accordion-content * {
  font-size: 15px;
  line-height: 25px;
  --tw-text-opacity: 1;
  color: rgb(1 13 10 / var(--tw-text-opacity, 1));
}

@media (min-width: 1280px) {
  .build-your-app-bottom .content .accordion-row .accordion-content * {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (min-width: 1536px) {
  .build-your-app-bottom .content .accordion-row .accordion-content * {
    font-size: 18px;
    line-height: 28px;
  }
}

.build-your-app-bottom .content .accordion-row .accordion-content img {
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .build-your-app-bottom .content .accordion-row .accordion-content img {
    margin-top: 0px;
  }
}

.build-your-app-bottom .image {
  position: relative;
  order: 1;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 768px) {
  .build-your-app-bottom .image {
    order: 2;
    min-height: 297px;
    width: 49.40%;
  }
}

@media (min-width: 1024px) {
  .build-your-app-bottom .image {
    min-height: 415px;
  }
}

@media (min-width: 1280px) {
  .build-your-app-bottom .image {
    min-height: 521px;
  }
}

.build-your-app .build-your-app-view:nth-child(even) .build-your-app-bottom .image {
  order: 1;
}

@media (min-width: 768px) {
  .build-app-accordion-one .image img,
.build-app-accordion-two .image img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    --tw-translate-y: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition-property: all;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .build-app-accordion-one .image img.current,
.build-app-accordion-two .image img.current {
    z-index: 10;
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.push-notification {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-top: 2rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .push-notification {
    padding-top: 2.5rem;
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .push-notification {
    padding-top: 3rem;
    padding-bottom: 72px;
  }
}

@media (min-width: 1280px) {
  .push-notification {
    padding-top: 70px;
    padding-bottom: 90px;
  }
}

@media (min-width: 1536px) {
  .push-notification {
    padding-top: 81px;
    padding-bottom: 101px;
  }
}

.push-notification .section-header {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .push-notification .section-header {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .push-notification .section-header {
    margin-bottom: 3rem;
  }
}

@media (min-width: 1280px) {
  .push-notification .section-header {
    margin-bottom: 3.5rem;
  }
}

@media (min-width: 1536px) {
  .push-notification .section-header {
    margin-bottom: 83px;
  }
}

.push-notification .section-header h2 {
  margin-bottom: 1.25rem;
  max-width: 100%;
  font-weight: 600;
  letter-spacing: -0.056rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .push-notification .section-header h2 {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .push-notification .section-header h2 {
    margin-bottom: 26px;
    max-width: 70%;
  }
}

@media (min-width: 1536px) {
  .push-notification .section-header h2 {
    max-width: 75%;
  }
}

.push-notification-inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.75rem;
  padding-bottom: 0px;
}

@media (min-width: 768px) {
  .push-notification-inner {
    flex-wrap: nowrap;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    row-gap: 0px;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1024px) {
  .push-notification-inner {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
    padding-bottom: 6rem;
  }
}

@media (min-width: 1280px) {
  .push-notification-inner {
    -moz-column-gap: 95px;
         column-gap: 95px;
    padding-bottom: 206px;
  }
}

@media (min-width: 1536px) {
  .push-notification-inner {
    padding-bottom: 244px;
  }
}

.push-notification-inner::after {
  position: absolute;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('../images/step-direction-arrow.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 768px) {
  .push-notification-inner::after {
    bottom: -60px;
    height: 141px;
    width: 598px;
  }
}

@media (min-width: 1024px) {
  .push-notification-inner::after {
    bottom: -100px;
    height: 211px;
    width: 565px;
  }
}

@media (min-width: 1280px) {
  .push-notification-inner::after {
    bottom: -81px;
    height: 271px;
    width: 728px;
  }
}

@media (min-width: 1536px) {
  .push-notification-inner::after {
    height: 291px;
    width: 778px;
  }
}

.push-notification-inner:last-child {
  margin-top: 2.75rem;
  padding-bottom: 0px;
}

@media (min-width: 768px) {
  .push-notification-inner:last-child {
    margin-top: 0px;
  }
}

.push-notification-inner:last-child::after {
  display: none;
}

.push-notification-inner .content {
  order: 2;
  margin-top: 0px;
  width: 100%;
}

@media (min-width: 768px) {
  .push-notification-inner .content {
    order: 1;
    margin-top: 11px;
    width: 48%;
  }
}

@media (min-width: 1024px) {
  .push-notification-inner .content {
    width: 40%;
  }
}

@media (min-width: 1280px) {
  .push-notification-inner .content {
    width: 405px;
  }
}

.push-notification-inner .content strong {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.02rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .push-notification-inner .content strong {
    font-size: 24px;
  }
}

@media (min-width: 1280px) {
  .push-notification-inner .content strong {
    font-size: 28px;
  }
}

@media (min-width: 1536px) {
  .push-notification-inner .content strong {
    font-size: 30px;
  }
}

.push-notification-inner .content p {
  margin-top: 0.75rem;
  font-size: 16px;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .push-notification-inner .content p {
    margin-top: 1rem;
  }
}

@media (min-width: 1024px) {
  .push-notification-inner .content p {
    margin-top: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .push-notification-inner .content p {
    margin-top: 1.25rem;
    font-size: 17px;
    line-height: 27px;
  }
}

@media (min-width: 1536px) {
  .push-notification-inner .content p {
    margin-top: 1.75rem;
    font-size: 18px;
    line-height: 28px;
  }
}

.push-notification-inner .image {
  order: 1;
  width: 100%;
}

@media (min-width: 768px) {
  .push-notification-inner .image {
    order: 2;
    width: 48%;
  }
}

@media (min-width: 1024px) {
  .push-notification-inner .image {
    width: 60%;
  }
}

@media (min-width: 1280px) {
  .push-notification-inner .image {
    width: 663px;
  }
}

.push-notification-inner:last-child {
  align-items: center;
}

.push-notification-inner:last-child .image {
  order: 1;
}

.push-notification-inner:last-child .content {
  order: 2;
}

.push-notification-inner .text-sms {
  text-align: center;
}

@media (min-width: 1280px) {
  .push-notification-inner .text-sms {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.push-notification-inner .text-sms .lg-txt {
  margin-top: 0px;
  display: inline-block;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .push-notification-inner .text-sms .lg-txt {
    margin-top: 1.25rem;
    font-size: 60px;
    line-height: 1;
  }
}

@media (min-width: 1024px) {
  .push-notification-inner .text-sms .lg-txt {
    font-size: 70px;
    line-height: 30px;
  }
}

@media (min-width: 1280px) {
  .push-notification-inner .text-sms .lg-txt {
    margin-top: 23px;
    font-size: 80px;
    line-height: 50px;
  }
}

@media (min-width: 1536px) {
  .push-notification-inner .text-sms .lg-txt {
    font-size: 100px;
    line-height: 70px;
  }
}

.push-notification-inner .text-sms .rounded-circle {
  margin-left: auto;
  margin-right: -2.5rem;
  margin-bottom: 15px;
}

.push-notification-inner .text-sms span {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.875rem;
  display: inline-block;
  max-width: 100%;
  font-size: 17px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .push-notification-inner .text-sms span {
    font-size: 18px;
    line-height: 25px;
  }
}

@media (min-width: 1280px) {
  .push-notification-inner .text-sms span {
    max-width: 83%;
    font-size: 20px;
    line-height: 27px;
  }
}

@media (min-width: 1536px) {
  .push-notification-inner .text-sms span {
    max-width: 91%;
    font-size: 22px;
    line-height: 29px;
  }
}

.hasslefree {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .hasslefree {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .hasslefree {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1280px) {
  .hasslefree {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (min-width: 1536px) {
  .hasslefree {
    padding-top: 85px;
    padding-bottom: 85px;
  }
}

.hasslefree-view .hasslefree-top h2 {
  margin-bottom: 0.625rem;
  max-width: 100%;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -0.056rem;
}

@media (min-width: 768px) {
  .hasslefree-view .hasslefree-top h2 {
    font-size: 44px;
    line-height: 53px;
  }
}

@media (min-width: 1024px) {
  .hasslefree-view .hasslefree-top h2 {
    font-size: 50px;
    line-height: 59px;
  }
}

@media (min-width: 1280px) {
  .hasslefree-view .hasslefree-top h2 {
    margin-bottom: 1.25rem;
    max-width: 80%;
    font-size: 70px;
    line-height: 79px;
  }
}

@media (min-width: 1536px) {
  .hasslefree-view .hasslefree-top h2 {
    max-width: 80%;
    font-size: 74px;
    line-height: 86px;
  }
}

.hasslefree-view .hasslefree-top p {
  max-width: 100%;
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(1 13 10 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .hasslefree-view .hasslefree-top p {
    font-size: 19px;
    line-height: 27px;
  }
}

@media (min-width: 1024px) {
  .hasslefree-view .hasslefree-top p {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 1280px) {
  .hasslefree-view .hasslefree-top p {
    max-width: 80%;
    font-size: 22px;
    line-height: 30px;
  }
}

@media (min-width: 1536px) {
  .hasslefree-view .hasslefree-top p {
    max-width: 83%;
    font-size: 23px;
    line-height: 32px;
  }
}

.hasslefree-view .hasslefree-bottom {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 1.25rem;
}

@media (min-width: 768px) {
  .hasslefree-view .hasslefree-bottom {
    margin-top: 2.5rem;
    flex-wrap: nowrap;
    -moz-column-gap: 73px;
         column-gap: 73px;
    row-gap: 0px;
  }
}

@media (min-width: 1024px) {
  .hasslefree-view .hasslefree-bottom {
    margin-top: 3rem;
  }
}

@media (min-width: 1280px) {
  .hasslefree-view .hasslefree-bottom {
    margin-top: 3.5rem;
  }
}

@media (min-width: 1536px) {
  .hasslefree-view .hasslefree-bottom {
    margin-top: 77px;
  }
}

.hasslefree-bottom .content {
  order: 2;
  width: 100%;
}

@media (min-width: 768px) {
  .hasslefree-bottom .content {
    order: 1;
    margin-top: -7px;
    width: 48%;
  }
}

@media (min-width: 1280px) {
  .hasslefree-bottom .content {
    width: 520px;
  }
}

.hasslefree-bottom .content .accordion-row {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(110 109 107 / var(--tw-border-opacity, 1));
}

.hasslefree-bottom .content .accordion-row .accordion-title {
  position: relative;
  display: flex;
  cursor: pointer;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px) {
  .hasslefree-bottom .content .accordion-row .accordion-title {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .hasslefree-bottom .content .accordion-row .accordion-title {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1536px) {
  .hasslefree-bottom .content .accordion-row .accordion-title {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.hasslefree-bottom .content .accordion-row .accordion-title i:not(.dropdownArrow) {
  margin-top: 0.125rem;
  display: inline-block;
}

.hasslefree-bottom .content .accordion-row .accordion-title strong {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.013rem;
  --tw-text-opacity: 1;
  color: rgb(1 13 10 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .hasslefree-bottom .content .accordion-row .accordion-title strong {
    font-size: 20px;
  }
}

@media (min-width: 1280px) {
  .hasslefree-bottom .content .accordion-row .accordion-title strong {
    font-size: 23px;
  }
}

@media (min-width: 1536px) {
  .hasslefree-bottom .content .accordion-row .accordion-title strong {
    font-size: 26px;
  }
}

.hasslefree-bottom .content .accordion-row .accordion-title .dropdownArrow {
  position: absolute;
  right: 2.5rem;
  top: 0.875rem;
  right: 0px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px) {
  .hasslefree-bottom .content .accordion-row .accordion-title .dropdownArrow {
    right: 0.25rem;
    top: 1rem;
  }
}

@media (min-width: 1280px) {
  .hasslefree-bottom .content .accordion-row .accordion-title .dropdownArrow {
    top: 1.25rem;
    right: 1rem;
  }
}

@media (min-width: 1536px) {
  .hasslefree-bottom .content .accordion-row .accordion-title .dropdownArrow {
    top: 30px;
  }
}

.hasslefree-bottom .content .accordion-row .accordion-title .dropdownArrow svg {
  height: 1.25rem;
  width: 1.25rem;
}

@media (min-width: 768px) {
  .hasslefree-bottom .content .accordion-row .accordion-title .dropdownArrow svg {
    height: 1.25rem;
    width: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .hasslefree-bottom .content .accordion-row .accordion-title .dropdownArrow svg {
    height: 1.5rem;
    width: 1.5rem;
  }
}

@media (min-width: 1536px) {
  .hasslefree-bottom .content .accordion-row .accordion-title .dropdownArrow svg {
    height: 27px;
    width: 27px;
  }
}

.hasslefree-bottom .content .accordion-row .accordion-title.open .dropdownArrow {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hasslefree-bottom .content .accordion-row .accordion-content {
  margin-top: -0.25rem;
  padding-top: 0px;
  padding-left: 0px;
  padding-bottom: 1rem;
  padding-right: 2rem;
}

@media (min-width: 768px) {
  .hasslefree-bottom .content .accordion-row .accordion-content {
    padding-bottom: 1.25rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .hasslefree-bottom .content .accordion-row .accordion-content {
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 1536px) {
  .hasslefree-bottom .content .accordion-row .accordion-content {
    padding-bottom: 2.5rem;
    padding-right: 3.5rem;
  }
}

.hasslefree-bottom .content .accordion-row .accordion-content {
  display: none;
}

.hasslefree-bottom .content .accordion-row .accordion-content img {
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .hasslefree-bottom .content .accordion-row .accordion-content img {
    margin-top: 0px;
  }
}

.hasslefree-bottom .content .accordion-row .accordion-content * {
  font-size: 15px;
  line-height: 25px;
  --tw-text-opacity: 1;
  color: rgb(1 13 10 / var(--tw-text-opacity, 1));
}

@media (min-width: 1280px) {
  .hasslefree-bottom .content .accordion-row .accordion-content * {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (min-width: 1536px) {
  .hasslefree-bottom .content .accordion-row .accordion-content * {
    font-size: 18px;
    line-height: 28px;
  }
}

.hasslefree-bottom .image {
  position: relative;
  order: 1;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 768px) {
  .hasslefree-bottom .image {
    order: 2;
    min-height: 301px;
    width: 49.40%;
  }
}

@media (min-width: 1024px) {
  .hasslefree-bottom .image {
    min-height: 431px;
  }
}

@media (min-width: 1280px) {
  .hasslefree-bottom .image {
    min-height: 521px;
  }
}

@media (min-width: 768px) {
  .hasslefree-bottom .image img {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    --tw-translate-y: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition-property: all;
    transition-duration: 1000ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .hasslefree-bottom .image img.current {
    z-index: 10;
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.integrations {
  padding-top: 0px;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .integrations {
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .integrations {
    padding-bottom: 4rem;
  }
}

@media (min-width: 1280px) {
  .integrations {
    padding-top: 1.25rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1536px) {
  .integrations {
    padding-top: 51px;
    padding-bottom: 99px;
  }
}

.integrations .section-header h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.056rem;
}

@media (min-width: 768px) {
  .integrations .section-header h2 {
    font-size: 44px;
    line-height: 53px;
  }
}

@media (min-width: 1024px) {
  .integrations .section-header h2 {
    font-size: 50px;
    line-height: 59px;
  }
}

@media (min-width: 1280px) {
  .integrations .section-header h2 {
    font-size: 70px;
    line-height: 79px;
  }
}

@media (min-width: 1536px) {
  .integrations .section-header h2 {
    font-size: 75px;
    line-height: 83px;
  }
}

.integrations .integrations-view {
  margin-top: 1.25rem;
}

@media (min-width: 768px) {
  .integrations .integrations-view {
    margin-top: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .integrations .integrations-view {
    margin-top: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .integrations .integrations-view {
    margin-top: 3rem;
  }
}

@media (min-width: 1536px) {
  .integrations .integrations-view {
    margin-top: 66px;
  }
}

.integrations-view {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 1.5rem;
}

@media (min-width: 768px) {
  .integrations-view {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    row-gap: 0px;
  }
}

@media (min-width: 1280px) {
  .integrations-view {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}

.integrations-view .left-view {
  border-radius: 24px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
}

@media (min-width: 768px) {
  .integrations-view .left-view {
    padding: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .integrations-view .left-view {
    padding: 2rem;
  }
}

@media (min-width: 1536px) {
  .integrations-view .left-view {
    padding: 3rem;
  }
}

.integrations-view .left-view i {
  display: inline-block;
}

.integrations-view strong {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: block;
  font-size: 22px;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(1 13 10 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .integrations-view strong {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    font-size: 24px;
  }
}

@media (min-width: 1024px) {
  .integrations-view strong {
    font-size: 26px;
  }
}

@media (min-width: 1280px) {
  .integrations-view strong {
    margin-top: 0.75rem;
    margin-bottom: 0.875rem;
    font-size: 28px;
  }
}

@media (min-width: 1536px) {
  .integrations-view strong {
    margin-top: 17px;
    margin-bottom: 19px;
    font-size: 30px;
  }
}

.integrations-view p {
  font-size: 16px;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(1 13 10 / var(--tw-text-opacity, 1));
}

@media (min-width: 1280px) {
  .integrations-view p {
    font-size: 17px;
    line-height: 27px;
  }
}

@media (min-width: 1536px) {
  .integrations-view p {
    font-size: 18px;
    line-height: 28px;
  }
}

.integrations-view .left-view .chart-icon {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .integrations-view .left-view .chart-icon {
    margin-top: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .integrations-view .left-view .chart-icon {
    margin-top: 2rem;
  }
}

@media (min-width: 1280px) {
  .integrations-view .left-view .chart-icon {
    margin-top: 2.5rem;
  }
}

@media (min-width: 1536px) {
  .integrations-view .left-view .chart-icon {
    margin-top: 51px;
  }
}

.integrations-view .right-view {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}

@media (min-width: 768px) {
  .integrations-view .right-view {
    row-gap: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .integrations-view .right-view {
    row-gap: 35px;
  }
}

.integrations-view .right-view .firebase-right-top {
  border-radius: 24px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
}

@media (min-width: 768px) {
  .integrations-view .right-view .firebase-right-top {
    padding: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .integrations-view .right-view .firebase-right-top {
    padding: 2rem;
  }
}

@media (min-width: 1536px) {
  .integrations-view .right-view .firebase-right-top {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.integrations-view .right-view .firebase-right-top i {
  margin-bottom: 3px;
  display: inline-block;
}

.integrations-view .right-view .firebase-right-bottom {
  height: 100%;
  border-radius: 24px;
  --tw-bg-opacity: 1;
  background-color: rgb(208 226 255 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
}

@media (min-width: 768px) {
  .integrations-view .right-view .firebase-right-bottom {
    padding: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .integrations-view .right-view .firebase-right-bottom {
    padding: 2rem;
  }
}

@media (min-width: 1536px) {
  .integrations-view .right-view .firebase-right-bottom {
    height: -moz-fit-content;
    height: fit-content;
    padding: 3rem;
  }
}

.integrations-view .right-view .firebase-right-bottom .need-more-integration {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.25;
}

@media (min-width: 768px) {
  .integrations-view .right-view .firebase-right-bottom .need-more-integration {
    font-size: 24px;
  }
}

@media (min-width: 1024px) {
  .integrations-view .right-view .firebase-right-bottom .need-more-integration {
    font-size: 26px;
  }
}

@media (min-width: 1280px) {
  .integrations-view .right-view .firebase-right-bottom .need-more-integration {
    font-size: 28px;
  }
}

@media (min-width: 1536px) {
  .integrations-view .right-view .firebase-right-bottom .need-more-integration {
    font-size: 30px;
  }
}

.integrations-view .right-view .firebase-right-bottom .need-more-integration br {
  display: none;
}

@media (min-width: 1024px) {
  .integrations-view .right-view .firebase-right-bottom .need-more-integration br {
    display: block;
  }
}

.integrations-view .right-view .firebase-right-bottom p {
  margin-top: 0.375rem;
}

@media (min-width: 768px) {
  .integrations-view .right-view .firebase-right-bottom p {
    margin-top: 0.625rem;
  }
}

@media (min-width: 1536px) {
  .integrations-view .right-view .firebase-right-bottom p {
    margin-top: 13px;
  }
}

.integrations-view .right-view .firebase-right-bottom .cmn-btn {
  margin-top: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .integrations-view .right-view .firebase-right-bottom .cmn-btn {
    margin-top: 1.25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1280px) {
  .integrations-view .right-view .firebase-right-bottom .cmn-btn {
    margin-top: 1.5rem;
  }
}

@media (min-width: 1536px) {
  .integrations-view .right-view .firebase-right-bottom .cmn-btn {
    margin-top: 35px;
    padding-top: 23px;
    padding-bottom: 23px;
    padding-left: 38px;
    padding-right: 38px;
  }
}

.native-experience {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .native-experience {
    padding-top: 3rem;
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .native-experience {
    padding-top: 3.5rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1280px) {
  .native-experience {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1536px) {
  .native-experience {
    padding-top: 74px;
    padding-bottom: 109px;
  }
}

.native-experience .section-header {
  text-align: center;
}

.native-experience .section-header h2 {
  letter-spacing: -0.056rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.native-experience-view {
  position: relative;
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 2.25rem;
}

@media (min-width: 768px) {
  .native-experience-view {
    margin-top: 35px;
    flex-wrap: nowrap;
    row-gap: 0px;
  }
}

@media (min-width: 1024px) {
  .native-experience-view {
    margin-top: 55px;
  }
}

.native-experience-view .native-experience-list {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 1.5rem;
  text-align: center;
}

@media (min-width: 768px) {
  .native-experience-view .native-experience-list {
    position: absolute;
    left: 0px;
    top: 50%;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    justify-content: space-between;
    -moz-column-gap: 283px;
         column-gap: 283px;
    row-gap: 2.75rem;
    padding-left: 0.375rem;
    padding-right: 0.375rem;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .native-experience-view .native-experience-list {
    -moz-column-gap: 385px;
         column-gap: 385px;
    row-gap: 76px;
  }
}

@media (min-width: 1280px) {
  .native-experience-view .native-experience-list {
    top: 109px;
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    justify-content: normal;
    -moz-column-gap: 556px;
         column-gap: 556px;
  }
}

.native-experience-view .native-experience-list li {
  width: 100%;
}

@media (min-width: 768px) {
  .native-experience-view .native-experience-list li {
    width: 29%;
  }
}

@media (min-width: 1280px) {
  .native-experience-view .native-experience-list li {
    width: 301px;
  }
}

.native-experience-view .native-experience-list li i {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .native-experience-view .native-experience-list li i {
    margin-left: 0px;
    margin-right: 0px;
    height: 30px;
    width: 30px;
  }
}

@media (min-width: 1280px) {
  .native-experience-view .native-experience-list li i {
    height: 2.25rem;
    width: 2.25rem;
  }
}

.native-experience-view .native-experience-list li i svg {
  width: 0.75rem;
}

@media (min-width: 1280px) {
  .native-experience-view .native-experience-list li i svg {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.native-experience-view .native-experience-list li p {
  margin-top: 0.75rem;
  margin-top: 19px;
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .native-experience-view .native-experience-list li p {
    margin-top: 0.875rem;
  }
}

@media (min-width: 1280px) {
  .native-experience-view .native-experience-list li p {
    margin-top: 1rem;
    font-size: 19px;
    line-height: 27px;
  }
}

@media (min-width: 1536px) {
  .native-experience-view .native-experience-list li p {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 768px) {
  .native-experience-view .hero-image {
    max-width: 30%;
  }
}

@media (min-width: 1024px) {
  .native-experience-view .hero-image {
    max-width: 29%;
  }
}

@media (min-width: 1280px) {
  .native-experience-view .hero-image {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

.native-experience-view .hero-image {
}

.get-started {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .get-started {
    padding-top: 2rem;
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .get-started {
    padding-top: 2.5rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1280px) {
  .get-started {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1536px) {
  .get-started {
    padding-top: 74px;
    padding-bottom: 102px;
  }
}

.get-started .section-header {
  text-align: center;
}

.get-started .section-header h2 {
  letter-spacing: -0.056rem;
}

.get-started-view {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

@media (min-width: 768px) {
  .get-started-view {
    margin-top: 1.75rem;
    -moz-column-gap: 22px;
         column-gap: 22px;
    row-gap: 23px;
  }
}

@media (min-width: 1024px) {
  .get-started-view {
    margin-top: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .get-started-view {
    margin-top: 2rem;
    -moz-column-gap: 29px;
         column-gap: 29px;
    row-gap: 33px;
  }
}

@media (min-width: 1536px) {
  .get-started-view {
    margin-top: 72px;
  }
}

.get-started-view .item {
  display: flex;
  min-height: -moz-fit-content;
  min-height: fit-content;
  flex-direction: column;
  align-items: center;
  border-radius: 1.5rem;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(236 228 219 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
  text-align: center;
}

@media (min-width: 768px) {
  .get-started-view .item {
    display: inline-block;
    min-height: 170px;
    width: 48.47%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .get-started-view .item {
    width: 30.35%;
  }
}

@media (min-width: 1280px) {
  .get-started-view .item {
    min-height: 197px;
    width: 31.68%;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media (min-width: 1536px) {
  .get-started-view .item {
    min-height: 217px;
  }
}

.get-started-view .item i {
  display: flex;
  height: 1.75rem;
  width: 1.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-family: Geist, serif;
  font-size: 14px;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(61 61 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .get-started-view .item i {
    font-size: 14px;
  }
}

@media (min-width: 1280px) {
  .get-started-view .item i {
    font-size: 15px;
  }
}

.get-started-view .item p {
  margin-top: 0.75rem;
  font-size: 17px;
  line-height: 21px;
}

@media (min-width: 768px) {
  .get-started-view .item p {
    margin-top: 0.75rem;
    font-size: 18px;
    line-height: 22px;
  }
}

@media (min-width: 1280px) {
  .get-started-view .item p {
    margin-top: 13px;
    font-size: 20px;
    line-height: 24px;
  }
}

.get-started-view .item p strong {
  font-weight: 600;
}

.get-started .free-trial-btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.75rem;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .get-started .free-trial-btn {
    margin-top: 1.5rem;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

@media (min-width: 1024px) {
  .get-started .free-trial-btn {
    margin-top: 2.75rem;
  }
}

@media (min-width: 1280px) {
  .get-started .free-trial-btn {
    margin-top: 3rem;
    padding-top: 23px;
    padding-bottom: 23px;
  }
}

@media (min-width: 1536px) {
  .get-started .free-trial-btn {
    margin-top: 4rem;
  }
}

.get-started .get-started-bottom {
  margin-top: 2rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(177 177 177 / var(--tw-border-opacity, 1));
  padding-top: 1.25rem;
  text-align: center;
}

@media (min-width: 768px) {
  .get-started .get-started-bottom {
    margin-top: 2.25rem;
    padding-top: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .get-started .get-started-bottom {
    margin-top: 3rem;
    padding-top: 2.75rem;
  }
}

@media (min-width: 1280px) {
  .get-started .get-started-bottom {
    margin-top: 91px;
    padding-top: 76px;
  }
}

.get-started .get-started-bottom strong {
  display: inline-block;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: -0.006rem;
  --tw-text-opacity: 1;
  color: rgb(1 0 15 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .get-started .get-started-bottom strong {
    font-size: 26px;
  }
}

@media (min-width: 1024px) {
  .get-started .get-started-bottom strong {
    font-size: 28px;
  }
}

@media (min-width: 1280px) {
  .get-started .get-started-bottom strong {
    font-size: 31px;
  }
}

@media (min-width: 1536px) {
  .get-started .get-started-bottom strong {
    font-size: 33px;
  }
}

.get-started .get-started-bottom strong i {
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .get-started .get-started-bottom strong i {
    display: inline-block;
    vertical-align: middle;
  }
}

.get-started .get-started-bottom p {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.625rem;
  max-width: 100%;
  font-size: 16px;
  line-height: 25px;
  --tw-text-opacity: 1;
  color: rgb(1 0 15 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .get-started .get-started-bottom p {
    margin-top: 15px;
    font-size: 18px;
    line-height: 27px;
  }
}

@media (min-width: 1024px) {
  .get-started .get-started-bottom p {
    font-size: 20px;
    line-height: 29px;
  }
}

@media (min-width: 1280px) {
  .get-started .get-started-bottom p {
    max-width: 63%;
    font-size: 21px;
    line-height: 30px;
  }
}

@media (min-width: 1536px) {
  .get-started .get-started-bottom p {
    margin-top: 17px;
    max-width: 69%;
    font-size: 23px;
    line-height: 32px;
  }
}

.get-started .get-started-bottom .cmn-btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.25rem;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 239px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .get-started .get-started-bottom .cmn-btn {
    margin-top: 1.75rem;
    min-width: 239px;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

@media (min-width: 1280px) {
  .get-started .get-started-bottom .cmn-btn {
    margin-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 23px;
    padding-bottom: 23px;
  }
}

@media (min-width: 1536px) {
  .get-started .get-started-bottom .cmn-btn {
    margin-top: 47px;
  }
}

.get-started .get-started-bottom .cmn-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(61 61 255 / var(--tw-bg-opacity, 1));
}

.features-premium-support {
  padding-top: 3rem;
}

@media (min-width: 768px) {
  .features-premium-support {
    padding-top: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .features-premium-support {
    padding-top: 4rem;
  }
}

@media (min-width: 1280px) {
  .features-premium-support {
    padding-top: 5rem;
  }
}

@media (min-width: 1536px) {
  .features-premium-support {
    padding-top: 100px;
    padding-bottom: 3px;
  }
}

.features-premium-support .premium-support {
  margin-top: 0px;
}

.support-page {
  --tw-bg-opacity: 1;
  background-color: rgb(243 237 230 / var(--tw-bg-opacity, 1));
}

.we-help {
  padding-top: 90px;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .we-help {
    padding-top: 7rem;
    padding-top: 102px;
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .we-help {
    padding-bottom: 4rem;
  }
}

@media (min-width: 1280px) {
  .we-help {
    padding-top: 9rem;
    padding-bottom: 95px;
  }
}

@media (min-width: 1536px) {
  .we-help {
    padding-top: 166px;
    padding-bottom: 103px;
  }
}

.we-help .section-header {
  text-align: center;
}

.we-help .section-header h1 {
  margin-bottom: 0.625rem;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.081rem;
}

@media (min-width: 768px) {
  .we-help .section-header h1 {
    font-size: 44px;
    line-height: 53px;
  }
}

@media (min-width: 1024px) {
  .we-help .section-header h1 {
    font-size: 50px;
    line-height: 59px;
  }
}

@media (min-width: 1280px) {
  .we-help .section-header h1 {
    margin-bottom: 1.25rem;
    font-size: 70px;
    line-height: 79px;
  }
}

@media (min-width: 1536px) {
  .we-help .section-header h1 {
    font-size: 74px;
    line-height: 86px;
  }
}

.we-help .section-header p {
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(1 13 10 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .we-help .section-header p {
    font-size: 19px;
    line-height: 27px;
  }
}

@media (min-width: 1024px) {
  .we-help .section-header p {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 1280px) {
  .we-help .section-header p {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (min-width: 1536px) {
  .we-help .section-header p {
    font-size: 23px;
    line-height: 32px;
  }
}

.we-help-view {
  margin-top: 1.75rem;
  display: flex;
  flex-wrap: wrap;
  row-gap: 2rem;
}

@media (min-width: 768px) {
  .we-help-view {
    margin-top: 2rem;
    row-gap: 2rem;
  }
}

@media (min-width: 1024px) {
  .we-help-view {
    margin-top: 3rem;
    flex-wrap: nowrap;
    -moz-column-gap: 26px;
         column-gap: 26px;
    row-gap: 0px;
  }
}

@media (min-width: 1280px) {
  .we-help-view {
    margin-top: 4rem;
  }
}

@media (min-width: 1536px) {
  .we-help-view {
    margin-top: 77px;
  }
}

.we-help-view .reach-out {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(13 13 81 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
  --tw-shadow: 5px 5px 0px rgba(13, 13, 81, 1);
  --tw-shadow-colored: 5px 5px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  .we-help-view .reach-out {
    padding: 2rem;
  }
}

@media (min-width: 1024px) {
  .we-help-view .reach-out {
    width: 48%;
  }
}

@media (min-width: 1280px) {
  .we-help-view .reach-out {
    width: 576px;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    padding-top: 42px;
    padding-bottom: 2.75rem;
  }
}

.we-help-view .reach-out strong {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.019rem;
}

@media (min-width: 768px) {
  .we-help-view .reach-out strong {
    font-size: 24px;
  }
}

@media (min-width: 1280px) {
  .we-help-view .reach-out strong {
    font-size: 26px;
  }
}

.we-help-view .reach-out form {
  margin-top: 1.25rem;
}

@media (min-width: 768px) {
  .we-help-view .reach-out form {
    margin-top: 21px;
  }
}

@media (min-width: 1280px) {
  .we-help-view .reach-out form {
    margin-top: 1.75rem;
  }
}

@media (min-width: 1536px) {
  .we-help-view .reach-out form {
    margin-top: 41px;
  }
}

.reach-out form .form-row {
  margin-bottom: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .reach-out form .form-row {
    flex-wrap: nowrap;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
    row-gap: 0px;
  }
}

@media (min-width: 1280px) {
  .reach-out form .form-row {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 1536px) {
  .reach-out form .form-row {
    margin-bottom: 30px;
  }
}

.reach-out form .form-row .input-group {
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .reach-out form .form-row .input-group {
    width: 48.50%;
  }
}

.reach-out form .error-message {
  position: absolute;
  top: 100%;
  font-size: 13px;
  line-height: normal;
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity, 1));
}

.reach-out form .form-row .input-group-full {
  position: relative;
  width: 100%;
}

.reach-out form .form-row label {
  display: inline-block;
  font-size: 15px;
}

.reach-out form .input-number-group {
  position: relative;
  margin-top: 9px;
  display: flex;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}

@media (min-width: 768px) {
  .reach-out form .input-number-group {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
}

.reach-out form .input-number-group select {
  min-width: 120px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(221 232 250 / var(--tw-bg-opacity, 1));
  font-size: 15px;
}

.reach-out form input[type="submit"] {
  margin-left: auto;
  margin-top: 2.25rem;
}

@media (min-width: 768px) {
  .reach-out form input[type="submit"] {
    margin-top: 51px;
  }
}

@media (min-width: 1280px) {
  .reach-out form input[type="submit"] {
    margin-top: 57px;
  }
}

@media (min-width: 1536px) {
  .reach-out form input[type="submit"] {
    margin-top: 4rem;
  }
}

.we-help-view .other-queries {
  display: flex;
  width: 100%;
  flex-direction: column;
  row-gap: 22px;
}

@media (min-width: 1024px) {
  .we-help-view .other-queries {
    width: 48%;
  }
}

@media (min-width: 1280px) {
  .we-help-view .other-queries {
    width: 568px;
  }
}

.other-queries .book-demo {
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(61 61 255 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .other-queries .book-demo {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: left;
  }
}

@media (min-width: 1280px) {
  .other-queries .book-demo {
    padding-left: 46px;
    padding-right: 46px;
    padding-top: 37px;
    padding-bottom: 37px;
  }
}

.other-queries .book-demo strong {
  font-size: 23px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.013rem;
}

@media (min-width: 768px) {
  .other-queries .book-demo strong {
    font-size: 24px;
  }
}

@media (min-width: 1280px) {
  .other-queries .book-demo strong {
    font-size: 26px;
  }
}

.other-queries .book-demo p {
  margin-top: 0.5rem;
  font-size: 16px;
  line-height: 26px;
}

@media (min-width: 768px) {
  .other-queries .book-demo p {
    margin-top: 0.625rem;
  }
}

@media (min-width: 1280px) {
  .other-queries .book-demo p {
    margin-top: 1rem;
    font-size: 17px;
    line-height: 27px;
  }
}

@media (min-width: 1536px) {
  .other-queries .book-demo p {
    font-size: 18px;
    line-height: 28px;
  }
}

.other-queries .demo-person {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .other-queries .demo-person {
    margin-top: 1.25rem;
    justify-content: flex-start;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    row-gap: 0px;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
}

@media (min-width: 1280px) {
  .other-queries .demo-person {
    margin-top: 23px;
    -moz-column-gap: 33px;
         column-gap: 33px;
  }
}

.other-queries .demo-person .dp-picture {
  display: inline-block;
}

.other-queries .demo-person .cmn-btn {
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  letter-spacing: 0.044rem;
}

@media (min-width: 768px) {
  .other-queries .demo-person .cmn-btn {
    padding-left: 33px;
    padding-right: 33px;
  }
}

@media (min-width: 1280px) {
  .other-queries .demo-person .cmn-btn {
    padding-left: 54px;
    padding-right: 54px;
  }
}

.other-queries .demo-person .cmn-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(247 59 32 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.other-queries .queries-questions {
  border-radius: 20px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(13 13 81 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
  text-align: center;
}

@media (min-width: 768px) {
  .other-queries .queries-questions {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: left;
  }
}

@media (min-width: 1280px) {
  .other-queries .queries-questions {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
    padding-top: 37px;
    padding-bottom: 37px;
  }
}

.queries-questions strong {
  font-size: 23px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.019rem;
}

@media (min-width: 768px) {
  .queries-questions strong {
    font-size: 24px;
  }
}

@media (min-width: 1280px) {
  .queries-questions strong {
    font-size: 26px;
  }
}

.queries-questions .qq-view {
  margin-top: 0.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 768px) {
  .queries-questions .qq-view {
    margin-top: 1.75rem;
    justify-content: flex-start;
  }
}

@media (min-width: 1280px) {
  .queries-questions .qq-view {
    margin-top: 2.5rem;
  }
}

@media (min-width: 1536px) {
  .queries-questions .qq-view {
    margin-top: 47px;
    margin-bottom: 11px;
  }
}

.queries-questions .qq-view .item {
  width: 100%;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(202 195 187 / var(--tw-border-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}

@media (min-width: 768px) {
  .queries-questions .qq-view .item {
    width: -moz-fit-content;
    width: fit-content;
    border-left-width: 1px;
    border-top-width: 0px;
    padding-left: 19px;
    padding-right: 19px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
  }
}

@media (min-width: 1280px) {
  .queries-questions .qq-view .item {
    padding-right: 33px;
    padding-left: 35px;
  }
}

.queries-questions .qq-view .item:first-child {
  border-top-width: 0px;
  padding-left: 0px;
}

@media (min-width: 768px) {
  .queries-questions .qq-view .item:first-child {
    border-left-width: 0px;
  }
}

.queries-questions .qq-view .item:last-child {
  padding-bottom: 0px;
}

.queries-questions .qq-view .item .qq-row {
  margin-bottom: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .queries-questions .qq-view .item .qq-row {
    justify-content: flex-start;
  }
}

.queries-questions .qq-view .item .qq-row i {
  margin-right: 0.75rem;
  display: inline-block;
}

.queries-questions .qq-view .item .qq-row label {
  display: inline-block;
  font-size: 15px;
  line-height: 1;
}

.queries-questions .qq-view .item a {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.05rem;
}

.queries-questions .qq-view .item a:hover {
  --tw-text-opacity: 1;
  color: rgb(247 59 32 / var(--tw-text-opacity, 1));
}

.pricing-page {
  --tw-bg-opacity: 1;
  background-color: rgb(243 237 230 / var(--tw-bg-opacity, 1));
}

.launch-app {
  padding-top: 90px;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .launch-app {
    padding-top: 7rem;
    padding-top: 102px;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1024px) {
  .launch-app {
    padding-bottom: 4rem;
  }
}

@media (min-width: 1280px) {
  .launch-app {
    padding-top: 9rem;
    padding-bottom: 88px;
  }
}

@media (min-width: 1536px) {
  .launch-app {
    padding-top: 166px;
    padding-bottom: 103px;
  }
}

.launch-app .topbar-content {
  text-align: center;
}

.launch-app .topbar-content h1 {
  margin-bottom: 0.625rem;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.081rem;
}

@media (min-width: 768px) {
  .launch-app .topbar-content h1 {
    font-size: 44px;
    line-height: 53px;
  }
}

@media (min-width: 1024px) {
  .launch-app .topbar-content h1 {
    font-size: 50px;
    line-height: 59px;
  }
}

@media (min-width: 1280px) {
  .launch-app .topbar-content h1 {
    margin-bottom: 1.25rem;
    font-size: 70px;
    line-height: 79px;
  }
}

@media (min-width: 1536px) {
  .launch-app .topbar-content h1 {
    font-size: 74px;
    line-height: 86px;
  }
}

.launch-app .topbar-content h1 span {
  --tw-text-opacity: 1;
  color: rgb(247 59 32 / var(--tw-text-opacity, 1));
}

.launch-app .topbar-content p {
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(1 13 10 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .launch-app .topbar-content p {
    font-size: 19px;
    line-height: 27px;
  }
}

@media (min-width: 1024px) {
  .launch-app .topbar-content p {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 1280px) {
  .launch-app .topbar-content p {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (min-width: 1536px) {
  .launch-app .topbar-content p {
    font-size: 23px;
    line-height: 32px;
  }
}

.plan-note-description {
  margin-top: 2rem;
  text-align: center;
}

@media (min-width: 768px) {
  .plan-note-description {
    margin-top: 2rem;
  }
}

@media (min-width: 1024px) {
  .plan-note-description {
    margin-top: 2.25rem;
  }
}

@media (min-width: 1280px) {
  .plan-note-description {
    margin-top: 2.5rem;
  }
}

.plan-note-description p {
  margin-bottom: 0.625rem;
}

.plan-note-description p a {
  display: inline-block;
  word-break: break-all;
  --tw-text-opacity: 1;
  color: rgb(247 59 32 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

.plan-note-description p a:hover {
  text-decoration-line: none;
}

.launch-app-plan .switch-tech-plan {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(13 13 81 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.375rem;
}

@media (min-width: 768px) {
  .launch-app-plan .switch-tech-plan {
    margin-top: 2rem;
  }
}

@media (min-width: 1024px) {
  .launch-app-plan .switch-tech-plan {
    margin-top: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .launch-app-plan .switch-tech-plan {
    margin-top: 46px;
  }
}

.launch-app-plan .switch-tech-plan .cmn-btn {
  display: flex;
  min-width: 142px;
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 9px;
  padding-bottom: 0.625rem;
}

.launch-app-plan .switch-tech-plan .cmn-btn.active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 46 37 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.launch-app-plan .switch-tech-plan .odoo-tech-plan.active svg path {
  fill: #fff;
}

.launch-app-plan .plan-view {
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .launch-app-plan .plan-view {
    margin-top: 4rem;
  }
}

@media (min-width: 1024px) {
  .launch-app-plan .plan-view {
    margin-top: 72px;
  }
}

@media (min-width: 1280px) {
  .launch-app-plan .plan-view {
    margin-top: 81px;
  }
}

.plan-view #odoo-plan {
  display: none;
}

.plan-view-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

@media (min-width: 1024px) {
  .plan-view-inner {
    flex-wrap: nowrap;
    row-gap: 0px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}

.plan-view-inner .item {
  width: 100%;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(1 0 15 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .plan-view-inner .item {
    width: 48%;
    padding: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .plan-view-inner .item {
    width: 24%;
    padding-left: 19px;
    padding-right: 19px;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .plan-view-inner .item {
    padding-left: 27px;
    padding-right: 27px;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.plan-view-inner .item .plan-nm {
  margin-bottom: 0.625rem;
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

@media (min-width: 768px) {
  .plan-view-inner .item .plan-nm {
    font-size: 20px;
  }
}

@media (min-width: 1280px) {
  .plan-view-inner .item .plan-nm {
    font-size: 22px;
  }
}

.plan-view-inner .item p {
  font-size: 14px;
  line-height: 16px;
}

@media (min-width: 1280px) {
  .plan-view-inner .item p {
    font-size: 15px;
    line-height: 17px;
  }
}

.plan-view-inner .item .plan-price {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: flex-end;
}

@media (min-width: 768px) {
  .plan-view-inner .item .plan-price {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .plan-view-inner .item .plan-price {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .plan-view-inner .item .plan-price {
    margin-top: 38px;
    margin-bottom: 38px;
  }
}

.plan-view-inner .item .plan-price strong {
  font-size: 38px;
  font-weight: 600;
  line-height: 1;
}

@media (min-width: 768px) {
  .plan-view-inner .item .plan-price strong {
    font-size: 42px;
  }
}

@media (min-width: 1280px) {
  .plan-view-inner .item .plan-price strong {
    font-size: 50px;
  }
}

.plan-view-inner .item .plan-price sub {
  bottom: 0.625rem;
  margin-left: 0.125rem;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.019rem;
}

.plan-view-inner .item .cmn-btn {
  margin-bottom: 1.25rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(61 61 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  font-size: 16px;
  line-height: 0.95;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .plan-view-inner .item .cmn-btn {
    margin-bottom: 1.5rem;
    font-size: 16px;
  }
}

@media (min-width: 1280px) {
  .plan-view-inner .item .cmn-btn {
    margin-bottom: 34px;
    font-size: 18px;
  }
}

.plan-view-inner .item .cmn-btn:hover,
.plan-view-inner .item .sc-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(247 59 32 / var(--tw-bg-opacity, 1));
}

.plan-view-inner .item .plus-plan-txt {
  font-size: 15px;
  line-height: 28px;
}

.plan-view-inner .item .plan-list li {
  position: relative;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  padding-left: 23px;
  font-size: 15px;
  line-height: 18px;
}

.plan-view-inner .item .plan-list li i {
  position: absolute;
  left: 0px;
  top: 3px;
}

@media (min-width: 768px) {
  .plan-view-inner .item .plan-list li i {
    top: 3px;
  }
}

@media (min-width: 1280px) {
  .plan-view-inner .item .plan-list li i {
    top: 0.25rem;
  }
}

.plan-view-inner .popular-plan {
  position: relative;
  margin-top: 26px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

@media (min-width: 1024px) {
  .plan-view-inner .popular-plan {
    margin-top: 0px;
  }
}

.plan-view-inner .popular-plan .popular-plan-label {
  position: absolute;
  left: 0px;
  right: 0px;
  top: -26px;
  display: block;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(247 59 32 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.plan-view-inner .item .contact-sales-pricing {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
  font-size: 16px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .plan-view-inner .item .contact-sales-pricing {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
}

@media (min-width: 1024px) {
  .plan-view-inner .item .contact-sales-pricing {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
    font-size: 14px;
  }
}

@media (min-width: 1280px) {
  .plan-view-inner .item .contact-sales-pricing {
    margin-top: 27px;
    margin-bottom: 42px;
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
    font-size: 16px;
  }
}

.plan-view-inner .item .sc-btn {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

#odoo-plan .plan-view-inner .item {
  width: 100%;
}

@media (min-width: 768px) {
  #odoo-plan .plan-view-inner .item {
    width: 48.80%;
  }
}

@media (min-width: 1024px) {
  #odoo-plan .plan-view-inner .item {
    width: 50%;
  }
}

.compare-plans {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .compare-plans {
    padding-top: 3rem;
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .compare-plans {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1280px) {
  .compare-plans {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1536px) {
  .compare-plans {
    padding-top: 97px;
    padding-bottom: 102px;
  }
}

.compare-plans .section-header {
  text-align: center;
}

.compare-plans .section-header h2 {
  font-size: 26px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(1 0 15 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .compare-plans .section-header h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  .compare-plans .section-header h2 {
    font-size: 31px;
  }
}

@media (min-width: 1280px) {
  .compare-plans .section-header h2 {
    font-size: 33px;
  }
}

.compare-plans .compare-plans-outer-view {
  overflow-x: auto;
  padding-bottom: 0.375rem;
}

@media (min-width: 768px) {
  .compare-plans .compare-plans-outer-view {
    overflow: hidden;
    padding-bottom: 0px;
  }
}

.compare-plans .compare-plans-view {
  margin-top: 1.75rem;
  min-width: 568px;
  --tw-text-opacity: 1;
  color: rgb(1 0 15 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .compare-plans .compare-plans-view {
    margin-top: 2rem;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}

@media (min-width: 1024px) {
  .compare-plans .compare-plans-view {
    margin-top: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .compare-plans .compare-plans-view {
    margin-top: 4rem;
  }
}

@media (min-width: 1536px) {
  .compare-plans .compare-plans-view {
    margin-top: 74px;
  }
}

.compare-plans-view .cp-head {
  display: flex;
}

.compare-plans-view .cp-head .head-col,
.compare-plans-view .cp-row .data-col {
  display: flex;
  width: 25%;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media (min-width: 768px) {
  .compare-plans-view .cp-head .head-col,
.compare-plans-view .cp-row .data-col {
    width: 18.49%;
  }
}

.compare-plans-view .cp-head .head-col:last-child,
.compare-plans-view .cp-row .data-col:last-child {
  margin-right: 0px;
}

.compare-plans-view .cp-head .head-col:nth-child(2) {
  margin-left: 1px;
}

@media (min-width: 768px) {
  .compare-plans-view .cp-head .head-col:nth-child(2) {
    margin-left: 0px;
  }
}

.compare-plans-view .cp-head .head-col:first-child,
.compare-plans-view .cp-row .data-col:first-child {
  position: sticky;
  left: 0px;
  width: 25%;
  justify-content: flex-start;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  .compare-plans-view .cp-head .head-col:first-child,
.compare-plans-view .cp-row .data-col:first-child {
    position: static;
    width: 45%;
    background-color: transparent;
  }
}

.compare-plans-view .cp-head .head-col {
  margin-right: -1px;
  border-width: 1px;
  border-bottom-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(221 232 250 / var(--tw-border-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
}

@media (min-width: 768px) {
  .compare-plans-view .cp-head .head-col {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .compare-plans-view .cp-head .head-col {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 20px;
  }
}

@media (min-width: 1280px) {
  .compare-plans-view .cp-head .head-col {
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 22px;
  }
}

.compare-plans-view .cp-head .head-col:first-child {
  border-width: 0px;
  text-align: left;
}

.compare-plans-view .cp-full-row {
  position: relative;
  top: -1px;
  width: 99.70%;
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(243 237 230 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(243 237 230 / var(--tw-bg-opacity, 1));
  padding-top: 0.875rem;
  padding-bottom: 0.75rem;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.17;
}

@media (min-width: 768px) {
  .compare-plans-view .cp-full-row {
    width: 100.10%;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.875rem;
    padding-bottom: 0.75rem;
    font-size: 16px;
  }
}

@media (min-width: 1024px) {
  .compare-plans-view .cp-full-row {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 18px;
  }
}

.compare-plans-view .cp-full-row span {
  position: sticky;
  left: 0px;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .compare-plans-view .cp-full-row span {
    position: static;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.compare-plans-view .cp-row {
  display: flex;
}

.compare-plans-view .cp-row .data-col {
  margin-right: -1px;
  border-width: 1px;
  border-top-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(221 232 250 / var(--tw-border-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 14px;
  line-height: normal;
}

@media (min-width: 768px) {
  .compare-plans-view .cp-row .data-col {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 1024px) {
  .compare-plans-view .cp-row .data-col {
    padding-top: 1rem;
    padding-bottom: 17px;
    font-size: 15px;
  }
}

.compare-plans-view .cp-row .data-col:first-child {
  border-left-width: 0px;
  text-align: left;
}

.compare-plans-view .cp-row .data-col .check {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 1rem;
  width: 1rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 150 85 / var(--tw-bg-opacity, 1));
  padding: 3px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .compare-plans-view .cp-row .data-col .check {
    height: 1.25rem;
    width: 1.25rem;
    padding: 0.25rem;
  }
}

.compare-plans-view .cp-row .data-col .check svg {
  height: auto;
  width: auto;
}

.cms-page {
  --tw-bg-opacity: 1;
  background-color: rgb(243 237 230 / var(--tw-bg-opacity, 1));
}

.cms-page-content {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 2.5rem;
  padding-bottom: 2.75rem;
}

@media (min-width: 768px) {
  .cms-page-content {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1024px) {
  .cms-page-content {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1536px) {
  .cms-page-content {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.cms-page-content p {
  margin-bottom: 0.625rem;
  line-height: normal;
}

.cms-page-content p strong,
.cms-page-content p b {
  font-weight: 600;
}

.cms-page-content p a {
  display: inline-block;
  word-break: break-all;
  --tw-text-opacity: 1;
  color: rgb(247 59 32 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

.cms-page-content p a:hover {
  text-decoration-line: none;
}

.cms-page-content h2 {
  margin-top: 0.125rem;
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
}

@media (min-width: 768px) {
  .cms-page-content h2 {
    margin-top: 1.25rem;
    margin-bottom: 0.25rem;
    font-size: 34px;
  }
}

@media (min-width: 1280px) {
  .cms-page-content h2 {
    margin-top: 1.5rem;
    font-size: 40px;
  }
}

.cms-page-content h3 {
  margin-top: 1rem;
  margin-bottom: 0.125rem;
  font-size: 26px;
  font-weight: 600;
  line-height: normal;
}

@media (min-width: 768px) {
  .cms-page-content h3 {
    margin-top: 0.25rem;
    font-size: 30px;
  }
}

@media (min-width: 1280px) {
  .cms-page-content h3 {
    margin-top: 1.5rem;
    font-size: 35px;
  }
}

.cms-page-content h4 {
  margin-top: 1rem;
  margin-bottom: 0.125rem;
  font-size: 23px;
  font-weight: 600;
  line-height: normal;
}

@media (min-width: 768px) {
  .cms-page-content h4 {
    margin-top: 1.25rem;
    margin-bottom: 0.25rem;
    font-size: 26px;
  }
}

@media (min-width: 1280px) {
  .cms-page-content h4 {
    margin-top: 1.5rem;
    font-size: 30px;
  }
}

.cms-page-content h5 {
  margin-top: 1rem;
  margin-bottom: 0.125rem;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
}

@media (min-width: 768px) {
  .cms-page-content h5 {
    margin-top: 1.25rem;
    margin-bottom: 0.25rem;
    font-size: 23px;
  }
}

@media (min-width: 1280px) {
  .cms-page-content h5 {
    margin-top: 1.5rem;
    font-size: 26px;
  }
}

.cms-page-content h6 {
  margin-top: 1rem;
  margin-bottom: 0.125rem;
  font-size: 19px;
  font-weight: 600;
  line-height: normal;
}

@media (min-width: 768px) {
  .cms-page-content h6 {
    margin-top: 1.25rem;
    margin-bottom: 0.25rem;
    font-size: 20px;
  }
}

@media (min-width: 1280px) {
  .cms-page-content h6 {
    margin-top: 1.5rem;
    font-size: 22px;
  }
}

.cms-page-content ul,
.cms-page-content ol {
  margin-top: 0.625rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .cms-page-content ul,
.cms-page-content ol {
    margin-bottom: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .cms-page-content ul,
.cms-page-content ol {
    margin-bottom: 2rem;
  }
}

.cms-page-content ul li {
  position: relative;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 1.5rem;
  padding-left: 1rem;
  line-height: 1.25;
  letter-spacing: 0.031rem;
}

.cms-page-content ul li::before {
  position: absolute;
  left: 0px;
  top: 7px;
  height: 0.375rem;
  width: 0.375rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(247 59 32 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

.cms-page-content ul li a,
.cms-page-content ol li a {
  display: inline-block;
  word-break: break-all;
  --tw-text-opacity: 1;
  color: rgb(247 59 32 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

.cms-page-content ul li a:hover,
.cms-page-content ol li a:hover {
  text-decoration-line: none;
}

.cms-page-content .note-txt {
  margin-bottom: 1.5rem;
}

.faq-page {
  --tw-bg-opacity: 1;
  background-color: rgb(243 237 230 / var(--tw-bg-opacity, 1));
}

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

.faq-page .faq .faq-view {
  margin-top: 0px;
}

.contact-us-page {
  --tw-bg-opacity: 1;
  background-color: rgb(243 237 230 / var(--tw-bg-opacity, 1));
}

.contact-us {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 2rem;
  padding-bottom: 2.75rem;
}

@media (min-width: 768px) {
  .contact-us {
    padding-top: 2.5rem;
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .contact-us {
    padding-top: 3.5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1280px) {
  .contact-us {
    padding-top: 70px;
    padding-bottom: 6rem;
  }
}

.contact-us .section-header {
  text-align: center;
}

.contact-us .we-help-view {
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .contact-us .we-help-view {
    margin-top: 2rem;
  }
}

@media (min-width: 1024px) {
  .contact-us .we-help-view {
    margin-top: 2.75rem;
  }
}

@media (min-width: 1280px) {
  .contact-us .we-help-view {
    margin-top: 4rem;
  }
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

@media (min-width: 768px) {
  .md\:pointer-events-none {
    pointer-events: none;
  }

  .md\:pointer-events-auto {
    pointer-events: auto;
  }

  .md\:visible {
    visibility: visible;
  }

  .md\:invisible {
    visibility: hidden;
  }

  .md\:static {
    position: static;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:sticky {
    position: sticky;
  }

  .md\:-left-1 {
    left: -0.25rem;
  }

  .md\:-top-1\.5 {
    top: -0.375rem;
  }

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

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

  .md\:bottom-11 {
    bottom: 2.75rem;
  }

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

  .md\:bottom-\[-60px\] {
    bottom: -60px;
  }

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

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

  .md\:right-1 {
    right: 0.25rem;
  }

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

  .md\:right-\[18px\] {
    right: 18px;
  }

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

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

  .md\:top-2\.5 {
    top: 0.625rem;
  }

  .md\:top-4 {
    top: 1rem;
  }

  .md\:top-\[100px\] {
    top: 100px;
  }

  .md\:top-\[176\%\] {
    top: 176%;
  }

  .md\:top-\[17px\] {
    top: 17px;
  }

  .md\:top-\[189\%\] {
    top: 189%;
  }

  .md\:top-\[33px\] {
    top: 33px;
  }

  .md\:top-\[3px\] {
    top: 3px;
  }

  .md\:top-\[53px\] {
    top: 53px;
  }

  .md\:top-auto {
    top: auto;
  }

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

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

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

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

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

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

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

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

  .md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

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

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

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

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

  .md\:-mt-px {
    margin-top: -1px;
  }

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

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

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

  .md\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

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

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

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

  .md\:mb-7 {
    margin-bottom: 1.75rem;
  }

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

  .md\:ml-0 {
    margin-left: 0px;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

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

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

  .md\:mt-0\.5 {
    margin-top: 0.125rem;
  }

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

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

  .md\:mt-14 {
    margin-top: 3.5rem;
  }

  .md\:mt-16 {
    margin-top: 4rem;
  }

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

  .md\:mt-2\.5 {
    margin-top: 0.625rem;
  }

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

  .md\:mt-3\.5 {
    margin-top: 0.875rem;
  }

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

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

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

  .md\:mt-7 {
    margin-top: 1.75rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:mt-9 {
    margin-top: 2.25rem;
  }

  .md\:mt-\[-7px\] {
    margin-top: -7px;
  }

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

  .md\:mt-\[15px\] {
    margin-top: 15px;
  }

  .md\:mt-\[21px\] {
    margin-top: 21px;
  }

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

  .md\:mt-\[51px\] {
    margin-top: 51px;
  }

  .md\:mt-\[61px\] {
    margin-top: 61px;
  }

  .md\:block {
    display: block;
  }

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

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-5 {
    height: 1.25rem;
  }

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

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

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

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

  .md\:h-fit {
    height: -moz-fit-content;
    height: fit-content;
  }

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

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

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

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

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

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

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

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-4\/6 {
    width: 66.666667%;
  }

  .md\:w-5 {
    width: 1.25rem;
  }

  .md\:w-\[100\.10\%\] {
    width: 100.10%;
  }

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

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

  .md\:w-\[18\.49\%\] {
    width: 18.49%;
  }

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

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

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

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

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

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

  .md\:w-\[31\.85\%\] {
    width: 31.85%;
  }

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

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

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

  .md\:w-\[48\.47\%\] {
    width: 48.47%;
  }

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

  .md\:w-\[48\.60\%\] {
    width: 48.60%;
  }

  .md\:w-\[48\.80\%\] {
    width: 48.80%;
  }

  .md\:w-\[48\.89\%\] {
    width: 48.89%;
  }

  .md\:w-\[49\.40\%\] {
    width: 49.40%;
  }

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

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

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

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

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

  .md\:w-\[calc\(72\%-24px\)\] {
    width: calc(72% - 24px);
  }

  .md\:w-auto {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

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

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

  .md\:gap-5 {
    gap: 1.25rem;
  }

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

  .md\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .md\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

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

  .md\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .md\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .md\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

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

  .md\:gap-x-\[21px\] {
    -moz-column-gap: 21px;
         column-gap: 21px;
  }

  .md\:gap-x-\[22px\] {
    -moz-column-gap: 22px;
         column-gap: 22px;
  }

  .md\:gap-x-\[23px\] {
    -moz-column-gap: 23px;
         column-gap: 23px;
  }

  .md\:gap-x-\[25px\] {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }

  .md\:gap-x-\[283px\] {
    -moz-column-gap: 283px;
         column-gap: 283px;
  }

  .md\:gap-x-\[30px\] {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .md\:gap-x-\[73px\] {
    -moz-column-gap: 73px;
         column-gap: 73px;
  }

  .md\:gap-y-0 {
    row-gap: 0px;
  }

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

  .md\:gap-y-11 {
    row-gap: 2.75rem;
  }

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

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

  .md\:gap-y-\[13px\] {
    row-gap: 13px;
  }

  .md\:gap-y-\[23px\] {
    row-gap: 23px;
  }

  .md\:overflow-hidden {
    overflow: hidden;
  }

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

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

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

  .md\:border-b-0 {
    border-bottom-width: 0px;
  }

  .md\:border-l {
    border-left-width: 1px;
  }

  .md\:border-l-0 {
    border-left-width: 0px;
  }

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

  .md\:border-t-0 {
    border-top-width: 0px;
  }

  .md\:border-\[\#606060\] {
    --tw-border-opacity: 1;
    border-color: rgb(96 96 96 / var(--tw-border-opacity, 1));
  }

  .md\:border-\[\#b1b1b1\] {
    --tw-border-opacity: 1;
    border-color: rgb(177 177 177 / var(--tw-border-opacity, 1));
  }

  .md\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-themeOrange {
    --tw-bg-opacity: 1;
    background-color: rgb(247 59 32 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-transparent {
    background-color: transparent;
  }

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

  .md\:p-3\.5 {
    padding: 0.875rem;
  }

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

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

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

  .md\:p-7 {
    padding: 1.75rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

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

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

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

  .md\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .md\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

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

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

  .md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

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

  .md\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .md\:px-\[19px\] {
    padding-left: 19px;
    padding-right: 19px;
  }

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

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

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

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

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

  .md\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .md\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

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

  .md\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

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

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

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

  .md\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

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

  .md\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

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

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

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

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

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

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

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

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .md\:pb-28 {
    padding-bottom: 7rem;
  }

  .md\:pb-3 {
    padding-bottom: 0.75rem;
  }

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

  .md\:pb-5 {
    padding-bottom: 1.25rem;
  }

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

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

  .md\:pl-\[25px\] {
    padding-left: 25px;
  }

  .md\:pl-\[85px\] {
    padding-left: 85px;
  }

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

  .md\:pr-12 {
    padding-right: 3rem;
  }

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

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

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

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

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

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pt-11 {
    padding-top: 2.75rem;
  }

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

  .md\:pt-14 {
    padding-top: 3.5rem;
  }

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

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:pt-28 {
    padding-top: 7rem;
  }

  .md\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .md\:pt-32 {
    padding-top: 8rem;
  }

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

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

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

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

  .md\:pt-px {
    padding-top: 1px;
  }

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

  .md\:text-14-pixel {
    font-size: 14px;
  }

  .md\:text-16-pixel {
    font-size: 16px;
  }

  .md\:text-17-pixel {
    font-size: 17px;
  }

  .md\:text-18-pixel {
    font-size: 18px;
  }

  .md\:text-19-pixel {
    font-size: 19px;
  }

  .md\:text-20-pixel {
    font-size: 20px;
  }

  .md\:text-22-pixel {
    font-size: 22px;
  }

  .md\:text-23-pixel {
    font-size: 23px;
  }

  .md\:text-24-pixel {
    font-size: 24px;
  }

  .md\:text-26-pixel {
    font-size: 26px;
  }

  .md\:text-28-pixel {
    font-size: 28px;
  }

  .md\:text-30-pixel {
    font-size: 30px;
  }

  .md\:text-34-pixel {
    font-size: 34px;
  }

  .md\:text-36-pixel {
    font-size: 36px;
  }

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

  .md\:text-42-pixel {
    font-size: 42px;
  }

  .md\:text-44-pixel {
    font-size: 44px;
  }

  .md\:text-50-pixel {
    font-size: 50px;
  }

  .md\:text-60-pixel {
    font-size: 60px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:leading-none {
    line-height: 1;
  }

  .md\:tracking-\[-0\.091rem\] {
    letter-spacing: -0.091rem;
  }

  .md\:text-slate-200 {
    --tw-text-opacity: 1;
    color: rgb(226 232 240 / var(--tw-text-opacity, 1));
  }

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

  .md\:opacity-0 {
    opacity: 0;
  }

  .md\:opacity-100 {
    opacity: 1;
  }

  .md\:shadow-dullDarkBlueShadow {
    --tw-shadow: 0px 6px 10px rgba(4, 26, 57, 0.4);
    --tw-shadow-colored: 0px 6px 10px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

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

  .md\:transition-none {
    transition-property: none;
  }

  .md\:duration-1000 {
    transition-duration: 1000ms;
  }

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

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

  .md\:content-\[\'\'\] {
    --tw-content: '';
    content: var(--tw-content);
  }
}

@media (min-width: 1024px) {
  .lg\:bottom-\[-100px\] {
    bottom: -100px;
  }

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

  .lg\:top-\[181\%\] {
    top: 181%;
  }

  .lg\:top-\[197\%\] {
    top: 197%;
  }

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

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

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

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

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

  .lg\:mx-\[23px\] {
    margin-left: 23px;
    margin-right: 23px;
  }

  .lg\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .lg\:-mb-9 {
    margin-bottom: -2.25rem;
  }

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

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

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

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

  .lg\:mb-7 {
    margin-bottom: 1.75rem;
  }

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

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

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

  .lg\:mt-11 {
    margin-top: 2.75rem;
  }

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

  .lg\:mt-14 {
    margin-top: 3.5rem;
  }

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

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

  .lg\:mt-5 {
    margin-top: 1.25rem;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:mt-7 {
    margin-top: 1.75rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:mt-9 {
    margin-top: 2.25rem;
  }

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

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

  .lg\:block {
    display: block;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:h-5 {
    height: 1.25rem;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:w-1\/5 {
    width: 20%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-5 {
    width: 1.25rem;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:w-\[30\.35\%\] {
    width: 30.35%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .lg\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

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

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

  .lg\:gap-x-24 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

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

  .lg\:gap-x-\[15px\] {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .lg\:gap-x-\[26px\] {
    -moz-column-gap: 26px;
         column-gap: 26px;
  }

  .lg\:gap-x-\[29px\] {
    -moz-column-gap: 29px;
         column-gap: 29px;
  }

  .lg\:gap-x-\[385px\] {
    -moz-column-gap: 385px;
         column-gap: 385px;
  }

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

  .lg\:gap-y-\[76px\] {
    row-gap: 76px;
  }

  .lg\:p-11 {
    padding: 2.75rem;
  }

  .lg\:p-7 {
    padding: 1.75rem;
  }

  .lg\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

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

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

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

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

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

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

  .lg\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

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

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

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

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

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

  .lg\:pr-3\.5 {
    padding-right: 0.875rem;
  }

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

  .lg\:pt-11 {
    padding-top: 2.75rem;
  }

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

  .lg\:pt-14 {
    padding-top: 3.5rem;
  }

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

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:pt-28 {
    padding-top: 7rem;
  }

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

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

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

  .lg\:text-14-pixel {
    font-size: 14px;
  }

  .lg\:text-15-pixel {
    font-size: 15px;
  }

  .lg\:text-16-pixel {
    font-size: 16px;
  }

  .lg\:text-17-pixel {
    font-size: 17px;
  }

  .lg\:text-18-pixel {
    font-size: 18px;
  }

  .lg\:text-20-pixel {
    font-size: 20px;
  }

  .lg\:text-21-pixel {
    font-size: 21px;
  }

  .lg\:text-24-pixel {
    font-size: 24px;
  }

  .lg\:text-26-pixel {
    font-size: 26px;
  }

  .lg\:text-28-pixel {
    font-size: 28px;
  }

  .lg\:text-30-pixel {
    font-size: 30px;
  }

  .lg\:text-31-pixel {
    font-size: 31px;
  }

  .lg\:text-44-pixel {
    font-size: 44px;
  }

  .lg\:text-50-pixel {
    font-size: 50px;
  }

  .lg\:text-60-pixel {
    font-size: 60px;
  }

  .lg\:text-70-pixel {
    font-size: 70px;
  }

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {
  .xl\:-bottom-2\.5 {
    bottom: -0.625rem;
  }

  .xl\:bottom-\[-81px\] {
    bottom: -81px;
  }

  .xl\:bottom-\[21px\] {
    bottom: 21px;
  }

  .xl\:bottom-\[30px\] {
    bottom: 30px;
  }

  .xl\:bottom-\[53px\] {
    bottom: 53px;
  }

  .xl\:left-\[-5px\] {
    left: -5px;
  }

  .xl\:right-4 {
    right: 1rem;
  }

  .xl\:right-\[62px\] {
    right: 62px;
  }

  .xl\:top-5 {
    top: 1.25rem;
  }

  .xl\:top-\[109px\] {
    top: 109px;
  }

  .xl\:top-\[13px\] {
    top: 13px;
  }

  .xl\:top-\[197\%\] {
    top: 197%;
  }

  .xl\:top-\[19px\] {
    top: 19px;
  }

  .xl\:top-\[239\%\] {
    top: 239%;
  }

  .xl\:top-\[300\%\] {
    top: 300%;
  }

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

  .xl\:my-\[38px\] {
    margin-top: 38px;
    margin-bottom: 38px;
  }

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

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

  .xl\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

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

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

  .xl\:mb-7 {
    margin-bottom: 1.75rem;
  }

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

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

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

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

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

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

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

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

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

  .xl\:mt-11 {
    margin-top: 2.75rem;
  }

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

  .xl\:mt-14 {
    margin-top: 3.5rem;
  }

  .xl\:mt-16 {
    margin-top: 4rem;
  }

  .xl\:mt-20 {
    margin-top: 5rem;
  }

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

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

  .xl\:mt-5 {
    margin-top: 1.25rem;
  }

  .xl\:mt-6 {
    margin-top: 1.5rem;
  }

  .xl\:mt-7 {
    margin-top: 1.75rem;
  }

  .xl\:mt-8 {
    margin-top: 2rem;
  }

  .xl\:mt-9 {
    margin-top: 2.25rem;
  }

  .xl\:mt-\[-87px\] {
    margin-top: -87px;
  }

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

  .xl\:mt-\[19px\] {
    margin-top: 19px;
  }

  .xl\:mt-\[21px\] {
    margin-top: 21px;
  }

  .xl\:mt-\[23px\] {
    margin-top: 23px;
  }

  .xl\:mt-\[25px\] {
    margin-top: 25px;
  }

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

  .xl\:mt-\[46px\] {
    margin-top: 46px;
  }

  .xl\:mt-\[52px\] {
    margin-top: 52px;
  }

  .xl\:mt-\[54px\] {
    margin-top: 54px;
  }

  .xl\:mt-\[57px\] {
    margin-top: 57px;
  }

  .xl\:mt-\[60px\] {
    margin-top: 60px;
  }

  .xl\:mt-\[75px\] {
    margin-top: 75px;
  }

  .xl\:mt-\[81px\] {
    margin-top: 81px;
  }

  .xl\:mt-\[91px\] {
    margin-top: 91px;
  }

  .xl\:block {
    display: block;
  }

  .xl\:h-10 {
    height: 2.5rem;
  }

  .xl\:h-6 {
    height: 1.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:w-10 {
    width: 2.5rem;
  }

  .xl\:w-6 {
    width: 1.5rem;
  }

  .xl\:w-9 {
    width: 2.25rem;
  }

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

  .xl\:w-\[17\%\] {
    width: 17%;
  }

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

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

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

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

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

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

  .xl\:w-\[31\.68\%\] {
    width: 31.68%;
  }

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

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

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

  .xl\:w-\[35\.60\%\] {
    width: 35.60%;
  }

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

  .xl\:w-\[45\%\] {
    width: 45%;
  }

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

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

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

  .xl\:w-\[57\%\] {
    width: 57%;
  }

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

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

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

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

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

  .xl\:w-\[calc\(68\%-24px\)\] {
    width: calc(68% - 24px);
  }

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

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

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

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

  .xl\:max-w-\[63\%\] {
    max-width: 63%;
  }

  .xl\:max-w-\[65\%\] {
    max-width: 65%;
  }

  .xl\:max-w-\[67\%\] {
    max-width: 67%;
  }

  .xl\:max-w-\[70\%\] {
    max-width: 70%;
  }

  .xl\:max-w-\[72\%\] {
    max-width: 72%;
  }

  .xl\:max-w-\[74\%\] {
    max-width: 74%;
  }

  .xl\:max-w-\[75\%\] {
    max-width: 75%;
  }

  .xl\:max-w-\[77\%\] {
    max-width: 77%;
  }

  .xl\:max-w-\[78\%\] {
    max-width: 78%;
  }

  .xl\:max-w-\[80\%\] {
    max-width: 80%;
  }

  .xl\:max-w-\[83\%\] {
    max-width: 83%;
  }

  .xl\:max-w-\[85\%\] {
    max-width: 85%;
  }

  .xl\:max-w-\[92\%\] {
    max-width: 92%;
  }

  .xl\:max-w-\[95\%\] {
    max-width: 95%;
  }

  .xl\:max-w-\[96\%\] {
    max-width: 96%;
  }

  .xl\:max-w-\[97\%\] {
    max-width: 97%;
  }

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

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

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

  .xl\:gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

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

  .xl\:gap-x-32 {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .xl\:gap-x-\[19px\] {
    -moz-column-gap: 19px;
         column-gap: 19px;
  }

  .xl\:gap-x-\[21px\] {
    -moz-column-gap: 21px;
         column-gap: 21px;
  }

  .xl\:gap-x-\[29px\] {
    -moz-column-gap: 29px;
         column-gap: 29px;
  }

  .xl\:gap-x-\[33px\] {
    -moz-column-gap: 33px;
         column-gap: 33px;
  }

  .xl\:gap-x-\[556px\] {
    -moz-column-gap: 556px;
         column-gap: 556px;
  }

  .xl\:gap-x-\[73px\] {
    -moz-column-gap: 73px;
         column-gap: 73px;
  }

  .xl\:gap-x-\[95px\] {
    -moz-column-gap: 95px;
         column-gap: 95px;
  }

  .xl\:gap-x-\[9px\] {
    -moz-column-gap: 9px;
         column-gap: 9px;
  }

  .xl\:gap-y-8 {
    row-gap: 2rem;
  }

  .xl\:gap-y-\[33px\] {
    row-gap: 33px;
  }

  .xl\:gap-y-\[35px\] {
    row-gap: 35px;
  }

  .xl\:rounded-inherit {
    border-radius: inherit;
  }

  .xl\:p-8 {
    padding: 2rem;
  }

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

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

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

  .xl\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

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

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

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

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

  .xl\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

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

  .xl\:px-\[18px\] {
    padding-left: 18px;
    padding-right: 18px;
  }

  .xl\:px-\[26px\] {
    padding-left: 26px;
    padding-right: 26px;
  }

  .xl\:px-\[27px\] {
    padding-left: 27px;
    padding-right: 27px;
  }

  .xl\:px-\[35px\] {
    padding-left: 35px;
    padding-right: 35px;
  }

  .xl\:px-\[38px\] {
    padding-left: 38px;
    padding-right: 38px;
  }

  .xl\:px-\[46px\] {
    padding-left: 46px;
    padding-right: 46px;
  }

  .xl\:px-\[47px\] {
    padding-left: 47px;
    padding-right: 47px;
  }

  .xl\:px-\[54px\] {
    padding-left: 54px;
    padding-right: 54px;
  }

  .xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

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

  .xl\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

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

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

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

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

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

  .xl\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xl\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

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

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

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

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

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

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

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

  .xl\:pb-12 {
    padding-bottom: 3rem;
  }

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

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

  .xl\:pb-20 {
    padding-bottom: 5rem;
  }

  .xl\:pb-24 {
    padding-bottom: 6rem;
  }

  .xl\:pb-28 {
    padding-bottom: 7rem;
  }

  .xl\:pb-44 {
    padding-bottom: 11rem;
  }

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

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

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

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

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

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

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

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

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

  .xl\:pl-16 {
    padding-left: 4rem;
  }

  .xl\:pl-\[15px\] {
    padding-left: 15px;
  }

  .xl\:pl-\[35px\] {
    padding-left: 35px;
  }

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

  .xl\:pr-12 {
    padding-right: 3rem;
  }

  .xl\:pr-\[26px\] {
    padding-right: 26px;
  }

  .xl\:pr-\[33px\] {
    padding-right: 33px;
  }

  .xl\:pr-\[34px\] {
    padding-right: 34px;
  }

  .xl\:pt-11 {
    padding-top: 2.75rem;
  }

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

  .xl\:pt-20 {
    padding-top: 5rem;
  }

  .xl\:pt-32 {
    padding-top: 8rem;
  }

  .xl\:pt-36 {
    padding-top: 9rem;
  }

  .xl\:pt-5 {
    padding-top: 1.25rem;
  }

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

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

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

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

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

  .xl\:text-15-pixel {
    font-size: 15px;
  }

  .xl\:text-16-pixel {
    font-size: 16px;
  }

  .xl\:text-17-pixel {
    font-size: 17px;
  }

  .xl\:text-18-pixel {
    font-size: 18px;
  }

  .xl\:text-19-pixel {
    font-size: 19px;
  }

  .xl\:text-20-pixel {
    font-size: 20px;
  }

  .xl\:text-21-pixel {
    font-size: 21px;
  }

  .xl\:text-22-pixel {
    font-size: 22px;
  }

  .xl\:text-23-pixel {
    font-size: 23px;
  }

  .xl\:text-24-pixel {
    font-size: 24px;
  }

  .xl\:text-25-pixel {
    font-size: 25px;
  }

  .xl\:text-26-pixel {
    font-size: 26px;
  }

  .xl\:text-28-pixel {
    font-size: 28px;
  }

  .xl\:text-30-pixel {
    font-size: 30px;
  }

  .xl\:text-31-pixel {
    font-size: 31px;
  }

  .xl\:text-33-pixel {
    font-size: 33px;
  }

  .xl\:text-35-pixel {
    font-size: 35px;
  }

  .xl\:text-40-pixel {
    font-size: 40px;
  }

  .xl\:text-52-pixel {
    font-size: 52px;
  }

  .xl\:text-70-pixel {
    font-size: 70px;
  }

  .xl\:text-80-pixel {
    font-size: 80px;
  }

  .xl\:leading-\[17px\] {
    line-height: 17px;
  }

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

  .xl\:leading-\[22px\] {
    line-height: 22px;
  }

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

  .xl\:leading-\[26px\] {
    line-height: 26px;
  }

  .xl\:leading-\[27px\] {
    line-height: 27px;
  }

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

  .xl\:leading-\[29px\] {
    line-height: 29px;
  }

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

  .xl\:leading-\[39px\] {
    line-height: 39px;
  }

  .xl\:leading-\[41px\] {
    line-height: 41px;
  }

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

  .xl\:leading-\[59px\] {
    line-height: 59px;
  }

  .xl\:leading-\[79px\] {
    line-height: 79px;
  }

  .xl\:leading-\[82px\] {
    line-height: 82px;
  }
}

@media (min-width: 1536px) {
  .\32xl\:top-2 {
    top: 0.5rem;
  }

  .\32xl\:top-\[30px\] {
    top: 30px;
  }

  .\32xl\:mb-\[-51px\] {
    margin-bottom: -51px;
  }

  .\32xl\:mb-\[11px\] {
    margin-bottom: 11px;
  }

  .\32xl\:mb-\[19px\] {
    margin-bottom: 19px;
  }

  .\32xl\:mb-\[21px\] {
    margin-bottom: 21px;
  }

  .\32xl\:mb-\[30px\] {
    margin-bottom: 30px;
  }

  .\32xl\:mb-\[35px\] {
    margin-bottom: 35px;
  }

  .\32xl\:mb-\[83px\] {
    margin-bottom: 83px;
  }

  .\32xl\:mt-0 {
    margin-top: 0px;
  }

  .\32xl\:mt-\[101px\] {
    margin-top: 101px;
  }

  .\32xl\:mt-\[121px\] {
    margin-top: 121px;
  }

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

  .\32xl\:mt-\[17px\] {
    margin-top: 17px;
  }

  .\32xl\:mt-\[22px\] {
    margin-top: 22px;
  }

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

  .\32xl\:mt-\[41px\] {
    margin-top: 41px;
  }

  .\32xl\:mt-\[42px\] {
    margin-top: 42px;
  }

  .\32xl\:mt-\[47px\] {
    margin-top: 47px;
  }

  .\32xl\:mt-\[51px\] {
    margin-top: 51px;
  }

  .\32xl\:mt-\[54px\] {
    margin-top: 54px;
  }

  .\32xl\:mt-\[59px\] {
    margin-top: 59px;
  }

  .\32xl\:mt-\[60px\] {
    margin-top: 60px;
  }

  .\32xl\:mt-\[65px\] {
    margin-top: 65px;
  }

  .\32xl\:mt-\[66px\] {
    margin-top: 66px;
  }

  .\32xl\:mt-\[68px\] {
    margin-top: 68px;
  }

  .\32xl\:mt-\[72px\] {
    margin-top: 72px;
  }

  .\32xl\:mt-\[74px\] {
    margin-top: 74px;
  }

  .\32xl\:mt-\[77px\] {
    margin-top: 77px;
  }

  .\32xl\:mt-\[78px\] {
    margin-top: 78px;
  }

  .\32xl\:mt-\[81px\] {
    margin-top: 81px;
  }

  .\32xl\:mt-\[82px\] {
    margin-top: 82px;
  }

  .\32xl\:mt-\[83px\] {
    margin-top: 83px;
  }

  .\32xl\:mt-\[89px\] {
    margin-top: 89px;
  }

  .\32xl\:mt-\[92px\] {
    margin-top: 92px;
  }

  .\32xl\:mt-\[93px\] {
    margin-top: 93px;
  }

  .\32xl\:mt-\[94px\] {
    margin-top: 94px;
  }

  .\32xl\:block {
    display: block;
  }

  .\32xl\:h-\[145px\] {
    height: 145px;
  }

  .\32xl\:h-\[27px\] {
    height: 27px;
  }

  .\32xl\:h-\[291px\] {
    height: 291px;
  }

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

  .\32xl\:min-h-\[217px\] {
    min-height: 217px;
  }

  .\32xl\:min-h-\[431px\] {
    min-height: 431px;
  }

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

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

  .\32xl\:w-\[27\%\] {
    width: 27%;
  }

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

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

  .\32xl\:max-w-\[55\%\] {
    max-width: 55%;
  }

  .\32xl\:max-w-\[66\%\] {
    max-width: 66%;
  }

  .\32xl\:max-w-\[69\%\] {
    max-width: 69%;
  }

  .\32xl\:max-w-\[70\%\] {
    max-width: 70%;
  }

  .\32xl\:max-w-\[74\%\] {
    max-width: 74%;
  }

  .\32xl\:max-w-\[75\%\] {
    max-width: 75%;
  }

  .\32xl\:max-w-\[76\%\] {
    max-width: 76%;
  }

  .\32xl\:max-w-\[78\%\] {
    max-width: 78%;
  }

  .\32xl\:max-w-\[80\%\] {
    max-width: 80%;
  }

  .\32xl\:max-w-\[83\%\] {
    max-width: 83%;
  }

  .\32xl\:max-w-\[87\%\] {
    max-width: 87%;
  }

  .\32xl\:max-w-\[91\%\] {
    max-width: 91%;
  }

  .\32xl\:max-w-\[95\%\] {
    max-width: 95%;
  }

  .\32xl\:max-w-\[97\%\] {
    max-width: 97%;
  }

  .\32xl\:max-w-fit {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

  .\32xl\:gap-x-\[146px\] {
    -moz-column-gap: 146px;
         column-gap: 146px;
  }

  .\32xl\:gap-x-\[86px\] {
    -moz-column-gap: 86px;
         column-gap: 86px;
  }

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

  .\32xl\:px-\[21px\] {
    padding-left: 21px;
    padding-right: 21px;
  }

  .\32xl\:px-\[38px\] {
    padding-left: 38px;
    padding-right: 38px;
  }

  .\32xl\:px-\[42px\] {
    padding-left: 42px;
    padding-right: 42px;
  }

  .\32xl\:px-\[59px\] {
    padding-left: 59px;
    padding-right: 59px;
  }

  .\32xl\:px-\[61px\] {
    padding-left: 61px;
    padding-right: 61px;
  }

  .\32xl\:px-\[62px\] {
    padding-left: 62px;
    padding-right: 62px;
  }

  .\32xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .\32xl\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .\32xl\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .\32xl\:pb-\[101px\] {
    padding-bottom: 101px;
  }

  .\32xl\:pb-\[102px\] {
    padding-bottom: 102px;
  }

  .\32xl\:pb-\[103px\] {
    padding-bottom: 103px;
  }

  .\32xl\:pb-\[109px\] {
    padding-bottom: 109px;
  }

  .\32xl\:pb-\[142px\] {
    padding-bottom: 142px;
  }

  .\32xl\:pb-\[189px\] {
    padding-bottom: 189px;
  }

  .\32xl\:pb-\[235px\] {
    padding-bottom: 235px;
  }

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

  .\32xl\:pb-\[244px\] {
    padding-bottom: 244px;
  }

  .\32xl\:pb-\[26px\] {
    padding-bottom: 26px;
  }

  .\32xl\:pb-\[3px\] {
    padding-bottom: 3px;
  }

  .\32xl\:pb-\[70px\] {
    padding-bottom: 70px;
  }

  .\32xl\:pb-\[92px\] {
    padding-bottom: 92px;
  }

  .\32xl\:pb-\[99px\] {
    padding-bottom: 99px;
  }

  .\32xl\:pl-\[71px\] {
    padding-left: 71px;
  }

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

  .\32xl\:pr-\[63px\] {
    padding-right: 63px;
  }

  .\32xl\:pt-8 {
    padding-top: 2rem;
  }

  .\32xl\:pt-\[100px\] {
    padding-top: 100px;
  }

  .\32xl\:pt-\[103px\] {
    padding-top: 103px;
  }

  .\32xl\:pt-\[155px\] {
    padding-top: 155px;
  }

  .\32xl\:pt-\[165px\] {
    padding-top: 165px;
  }

  .\32xl\:pt-\[166px\] {
    padding-top: 166px;
  }

  .\32xl\:pt-\[168px\] {
    padding-top: 168px;
  }

  .\32xl\:pt-\[169px\] {
    padding-top: 169px;
  }

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

  .\32xl\:pt-\[51px\] {
    padding-top: 51px;
  }

  .\32xl\:pt-\[69px\] {
    padding-top: 69px;
  }

  .\32xl\:pt-\[74px\] {
    padding-top: 74px;
  }

  .\32xl\:pt-\[78px\] {
    padding-top: 78px;
  }

  .\32xl\:pt-\[81px\] {
    padding-top: 81px;
  }

  .\32xl\:pt-\[85px\] {
    padding-top: 85px;
  }

  .\32xl\:pt-\[94px\] {
    padding-top: 94px;
  }

  .\32xl\:pt-\[97px\] {
    padding-top: 97px;
  }

  .\32xl\:text-100-pixel {
    font-size: 100px;
  }

  .\32xl\:text-18-pixel {
    font-size: 18px;
  }

  .\32xl\:text-20-pixel {
    font-size: 20px;
  }

  .\32xl\:text-22-pixel {
    font-size: 22px;
  }

  .\32xl\:text-23-pixel {
    font-size: 23px;
  }

  .\32xl\:text-27-pixel {
    font-size: 27px;
  }

  .\32xl\:text-30-pixel {
    font-size: 30px;
  }

  .\32xl\:text-62-pixel {
    font-size: 62px;
  }

  .\32xl\:text-74-pixel {
    font-size: 74px;
  }

  .\32xl\:text-75-pixel {
    font-size: 75px;
  }

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

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

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

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

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

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

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

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

