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

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

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

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

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Manrope, 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;
}

.content_container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 640px) {
  .content_container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .content_container {
    padding-left: 5.625rem;
    padding-right: 5.625rem;
  }
}

@media (min-width: 1536px) {
  .content_container {
    padding-left: 11.625rem;
    padding-right: 11.625rem;
  }
}

.header_list-item {
  position: relative;
  font-size: 0.938rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(228 228 228 / var(--tw-text-opacity, 1));
}

.header_list-item:hover {
  --tw-text-opacity: 1;
  color: rgb(243 88 31 / var(--tw-text-opacity, 1));
}

.btn_header {
  display: inline-flex;
  height: 2.375rem;
  width: 7.188rem;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background: linear-gradient(#000, #000) padding-box,
			linear-gradient(to left, #ffc130, #2b0e03, #f3581f) border-box;
  background-clip: padding-box, border-box;
  border: 0.063rem solid transparent;
}

.btn_header:hover {
  --tw-border-opacity: 1;
  border-color: rgb(243 88 31 / var(--tw-border-opacity, 1));
  --tw-shadow: 0px 2px 20px 0px rgba(250, 149, 41, 0.20);
  --tw-shadow-colored: 0px 2px 20px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn_header:disabled {
  pointer-events: none;
  --tw-bg-opacity: 1;
  background-color: rgb(177 177 177 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(80 80 80 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .btn_header {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 768px) {
  .btn_header {
    height: 2.625rem;
    width: 7.625rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.btn_header-scrolled {
  display: none;
  height: 2.375rem;
  width: 7.188rem;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

.btn_header-scrolled:disabled {
  pointer-events: none;
  --tw-text-opacity: 1;
  color: rgb(80 80 80 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .btn_header-scrolled {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 768px) {
  .btn_header-scrolled {
    height: 2.625rem;
    width: 7.625rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.btn_primary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 88 31 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn_primary:hover {
  --tw-shadow: 0px 2px 20px 0px rgba(250, 149, 41, 0.20);
  --tw-shadow-colored: 0px 2px 20px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn_primary:disabled {
  pointer-events: none;
  --tw-bg-opacity: 1;
  background-color: rgb(177 177 177 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(80 80 80 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .btn_primary {
    padding: 1rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.btn_secondary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

.btn_secondary:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0px 2px 20px 0px rgba(250, 149, 41, 0.20);
  --tw-shadow-colored: 0px 2px 20px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn_secondary:disabled {
  pointer-events: none;
  --tw-bg-opacity: 1;
  background-color: rgb(177 177 177 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(80 80 80 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .btn_secondary {
    padding: 1rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.btn_more {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn_more:disabled {
  pointer-events: none;
  --tw-text-opacity: 1;
  color: rgb(80 80 80 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .btn_more {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.hero_item {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  gap: 1.5rem;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(32 32 32 / var(--tw-border-opacity, 1));
  padding: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .hero_item {
    height: 8.875rem;
    width: 12.313rem;
    justify-content: center;
    padding: 0px;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .hero_item {
    font-size: 1.1875rem;
    line-height: 1.75rem;
  }
}

.hero_item-img {
  --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));
}

@media (min-width: 1024px) {
  .hero_item-img {
    --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));
  }
}

.hero_item-num {
  top: -1.063rem;
  display: flex;
  height: 2.125rem;
  width: 2.125rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(32 32 32 / var(--tw-bg-opacity, 1));
  font-size: 0.938rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(243 88 31 / var(--tw-text-opacity, 1));
}

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

.info_item {
  display: grid;
  gap: 2.5rem;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(245 241 238 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
  font-size: 0.938rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(80 80 80 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .info_item {
    gap: 4.5rem;
    padding: 2rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.info_item-img {
  display: flex;
  height: 4.75rem;
  width: 4.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.workflow_num {
  display: flex;
  height: 3.125rem;
  width: 3.125rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(32 32 32 / var(--tw-bg-opacity, 1));
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(243 88 31 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .workflow_num {
    font-size: 1.1875rem;
    line-height: 1.75rem;
  }
}

.burger_list-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.75rem;
  font-size: 1.1875rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.burger_list-item:hover {
  --tw-text-opacity: 1;
  color: rgb(243 88 31 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .burger_list-item {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.offer_list-item {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(32 32 32 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .offer_list-item {
    font-size: 1.1875rem;
    line-height: 1.75rem;
  }
}

.section {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

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

.section_title {
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-weight: 700;
}

@media (min-width: 640px) {
  .section_title {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
}

@media (min-width: 768px) {
  .section_title {
    font-size: 3rem;
    line-height: 4rem;
  }
}

.h5 {
  font-size: 1.3125rem;
  line-height: 1.875rem;
  font-weight: 700;
}

@media (min-width: 640px) {
  .h5 {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}

.cell-base {
  display: flex;
  min-height: 5.563rem;
  align-items: center;
  justify-content: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width: 640px) {
  .cell-base {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.cell-header {
  display: flex;
  min-height: 4.5rem;
  align-items: center;
  gap: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(3 3 3 / var(--tw-bg-opacity, 1));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width: 640px) {
  .cell-header {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.cell-border {
  border-bottom-width: 1px;
  border-style: dashed;
  border-color: #bbbbbb80;
}

.col-border {
  border-right-width: 1px;
  border-style: dashed;
  border-color: #bbbbbb80;
}

@media (min-width: 640px) {
  .col-border {
    border-right-width: 2px;
  }
}

.burger_line {
  height: 0.125rem;
  width: 100%;
  border-radius: 6.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.left-\[1\.563rem\] {
  left: 1.563rem;
}

.top-0 {
  top: 0px;
}

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

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

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

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

.order-2 {
  order: 2;
}

.mb-11 {
  margin-bottom: 2.75rem;
}

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

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

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

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

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

.block {
  display: block;
}

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-11 {
  height: 2.75rem;
}

.h-\[0\.063rem\] {
  height: 0.063rem;
}

.h-\[2\.375rem\] {
  height: 2.375rem;
}

.h-\[4\.375rem\] {
  height: 4.375rem;
}

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

.h-full {
  height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.w-11 {
  width: 2.75rem;
}

.w-\[0\.063rem\] {
  width: 0.063rem;
}

.w-\[1\.188rem\] {
  width: 1.188rem;
}

.w-\[2\.375rem\] {
  width: 2.375rem;
}

.w-\[7\.875rem\] {
  width: 7.875rem;
}

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

.w-full {
  width: 100%;
}

.min-w-\[59rem\] {
  min-width: 59rem;
}

.max-w-\[34\.375rem\] {
  max-width: 34.375rem;
}

.max-w-\[43\.75rem\] {
  max-width: 43.75rem;
}

.max-w-\[44\.188rem\] {
  max-width: 44.188rem;
}

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

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

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

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

.rounded-\[6\.25rem\] {
  border-radius: 6.25rem;
}

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

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

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

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

.border {
  border-width: 1px;
}

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

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

.border-dashed {
  border-style: dashed;
}

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

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

.border-b-shaft {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(45 45 45 / var(--tw-border-opacity, 1));
}

.border-t-mercury {
  --tw-border-opacity: 1;
  border-top-color: rgb(228 228 228 / var(--tw-border-opacity, 1));
}

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

.bg-flamingo {
  --tw-bg-opacity: 1;
  background-color: rgb(243 88 31 / var(--tw-bg-opacity, 1));
}

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

.bg-pampas {
  --tw-bg-opacity: 1;
  background-color: rgb(245 241 238 / var(--tw-bg-opacity, 1));
}

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

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

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

.p-6 {
  padding: 1.5rem;
}

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

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

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

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

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

.py-\[3\.25rem\] {
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}

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

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

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

.pt-11 {
  padding-top: 2.75rem;
}

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

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

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

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

.font-sans {
  font-family: Manrope, sans-serif;
}

.text-3xx {
  font-size: 1.875rem;
  line-height: 2.5rem;
}

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

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

.text-l {
  font-size: 0.938rem;
  line-height: 1.5rem;
}

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

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

.text-x {
  font-size: 1.1875rem;
  line-height: 1.75rem;
}

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

.text-xx {
  font-size: 1.3125rem;
  line-height: 1.875rem;
}

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

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

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

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

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

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

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

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

.shadow-middle {
  --tw-shadow: 0px 2px 20px 0px rgba(100, 105, 115, 0.20);
  --tw-shadow-colored: 0px 2px 20px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

.\!header {
  background: url('../assets/header.png') no-repeat !important;
  z-index: 999 !important;
}

.header {
  background: url('../assets/header.png') no-repeat;
  z-index: 999;
}

.header--scrolled {
  background: #030303;
}

.header_list-item::after {
  content: '';
  position: absolute;
  bottom: -1.688rem;
  left: 0;
  width: 100%;
  height: 0.063rem;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;
}

.header_list-item:hover::after {
  transform: scaleX(1);
}

.btn_header {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.btn_header::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
			108.07% 160.47% at 52.03% 58.47%,
			#ffc130 0%,
			#f3581f 38.78%,
			#030303 97.71%
		);
  background-size: 200% 200%;
  opacity: 0;
  z-index: -1;
}

.btn_header:hover::after {
  opacity: 1;
  animation: gradientAnimation 3s infinite;
}

@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.btn_header:disabled {
  background: #b1b1b1;
  border: none;
  background-clip: border-box;
}

.btn_header-scrolled {
  background: linear-gradient(90deg, #f3581f 0%, #ffc130 100%);
}

.btn_header-scrolled:hover {
  background: #fff;
}

.btn_header-scrolled:disabled {
  background: #b1b1b1;
}

.hero::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url('../assets/hero_bg.png');
  background-repeat: no-repeat;
  background-position: top right;
}

.gradient_title {
  background: linear-gradient(90deg, #f3581f 0%, #ffc130 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn_more:hover {
  background: linear-gradient(90deg, #f3581f 0%, #ffc130 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn_primary:hover {
  background: radial-gradient(
			108.07% 160.47% at 52.03% 58.47%,
			#ffc130 0%,
			#f3581f 38.78%,
			#030303 97.71%
		);
}

.btn_secondary:hover {
  background: radial-gradient(
			108.07% 160.47% at 52.03% 58.47%,
			#ffc130 0%,
			#f3581f 38.78%,
			#030303 97.71%
		);
}

.btn_secondary:hover svg path {
  fill: white;
}

.btn_secondary:disabled svg path {
  fill: #505050;
}

.btn_primary:disabled svg path {
  fill: #505050;
}

.hero_item:last-child {
  background: linear-gradient(90deg, #f3581f 0%, #ffc130 100%);
}

.hero_item:last-child .hero_item-num {
  background: #fff;
}

.info_item:hover {
  background: radial-gradient(
				131.57% 131.17% at -4.49% 102.78%,
				#ffc130 0%,
				#f3581f 16.41%,
				rgba(3, 3, 3, 0) 100%
			),
			#030303;
  color: #fff;
}

.info_item:hover p {
  color: #fff;
}

.info_item:hover svg path {
  fill: #030303;
}

.offer_item-gradient {
  background: var(
			--Gradient,
			linear-gradient(90deg, #f3581f 0%, #ffc130 100%)
		);
}

.workflow {
  background: url('../assets/workflow_bg.png');
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1025px) {
  .workflow {
    background-position: bottom;
  }
}

@media screen and (max-width: 650px) {
  .workflow {
    background: url('../assets/workflow_bg-mob.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
  }

  .hero::after {
    top: 4rem;
  }
}

.open_acc {
  background: url('../assets/opean_acc.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

.burger_menu {
  background: url('../assets/menu_open.png');
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(-100%) scale(0.9);
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
			opacity 0.4s ease;
  pointer-events: none;
}

.burger_menu.active {
  transform: translateY(0) scale(1);
  opacity: 1;
  pointer-events: auto;
}

.gradient-border-column {
  position: relative;
  padding: 0 0.125rem 0.125rem;
  border-radius: inherit;
  background: linear-gradient(to bottom, #f3581f, #ffc130);
  border-radius: 1rem;
  z-index: 4;
}

.table_vs::after {
  content: '';
  position: absolute;
  width: 100%;
  min-height: 4.5rem;
  background: #030303;
  top: 0;
  right: 0;
  z-index: 1;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

.btn_header::after,
.btn_primary,
.btn_secondary,
.header_list-item::after,
.info_item {
  transition: background 0.5s ease, color 0.2s ease, border 0.2s ease,
		fill 0.2s ease, transform 0.3s ease, opacity 0.3s ease;
}

@media (min-width: 640px) {
  .sm\:content_container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  @media (min-width: 640px) {
    .sm\:content_container {
      padding-left: 2.5rem;
      padding-right: 2.5rem;
    }
  }

  @media (min-width: 1024px) {
    .sm\:content_container {
      padding-left: 5.625rem;
      padding-right: 5.625rem;
    }
  }

  @media (min-width: 1536px) {
    .sm\:content_container {
      padding-left: 11.625rem;
      padding-right: 11.625rem;
    }
  }
}

.hover\:text-flamingo:hover {
  --tw-text-opacity: 1;
  color: rgb(243 88 31 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .sm\:mb-0 {
    margin-bottom: 0px;
  }

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

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

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

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

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

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

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

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

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

  .sm\:rounded-4xl {
    border-radius: 2rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

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

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

  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

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

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

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

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

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

  .sm\:text-2xx {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }

  .sm\:text-3xl {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }

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

  .sm\:text-x {
    font-size: 1.1875rem;
    line-height: 1.75rem;
  }

  .sm\:shadow-middle {
    --tw-shadow: 0px 2px 20px 0px rgba(100, 105, 115, 0.20);
    --tw-shadow-colored: 0px 2px 20px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 768px) {
  .md\:mb-\[4\.5rem\] {
    margin-bottom: 4.5rem;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-20 {
    height: 5rem;
  }

  .md\:w-\[11\.438rem\] {
    width: 11.438rem;
  }

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

  .md\:gap-\[5\.688rem\] {
    gap: 5.688rem;
  }

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

@media (min-width: 1024px) {
  .lg\:order-none {
    order: 0;
  }

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[3\.75rem\] {
    height: 3.75rem;
  }

  .lg\:max-w-\[25\.875rem\] {
    max-width: 25.875rem;
  }

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

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

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

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

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

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

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

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

  .lg\:pb-\[7\.5rem\] {
    padding-bottom: 7.5rem;
  }

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

  .lg\:pl-16 {
    padding-left: 4rem;
  }

  .lg\:pt-\[5\.438rem\] {
    padding-top: 5.438rem;
  }

  .lg\:text-3xl {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
}

@media (min-width: 1280px) {
  .xl\:max-w-\[34\.063rem\] {
    max-width: 34.063rem;
  }

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

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

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

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

  .xl\:gap-\[3\.313rem\] {
    gap: 3.313rem;
  }

  .xl\:px-\[4\.5rem\] {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .xl\:py-\[4\.75rem\] {
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
  }

  .xl\:py-\[6\.5rem\] {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .xl\:pt-\[2\.813rem\] {
    padding-top: 2.813rem;
  }

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

  .xl\:text-5xl {
    font-size: 3.75rem;
    line-height: 4.5rem;
  }

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

@media (min-width: 1536px) {
  .\32xl\:h-\[95\%\] {
    height: 95%;
  }

  .\32xl\:pr-\[4\.5rem\] {
    padding-right: 4.5rem;
  }

  .\32xl\:text-4xl {
    font-size: 3rem;
    line-height: 4rem;
  }

  .\32xl\:text-6xl {
    font-size: 4.5rem;
    line-height: 5.625rem;
  }
}
