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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

.container {
  width: 100%;
}

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

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

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

.collapse {
  visibility: collapse;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-6 {
  bottom: 1.5rem;
}

.bottom-7 {
  bottom: 1.75rem;
}

.left-0 {
  left: 0px;
}

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

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

.top-0 {
  top: 0px;
}

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

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

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

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

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

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

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

.m-auto {
  margin: auto;
}

.\!mt-\[4px\] {
  margin-top: 4px !important;
}

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

.mb-9 {
  margin-bottom: 2.25rem;
}

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

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

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

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

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

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

.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-\[28px\] {
  margin-top: 28px;
}

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

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

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

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

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.hidden {
  display: none;
}

.h-6 {
  height: 1.5rem;
}

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

.w-6 {
  width: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

.w-auto {
  width: auto;
}

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

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gap-3 {
  gap: 0.75rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

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

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

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-x-7 {
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.whitespace-nowrap {
  white-space: nowrap;
}

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

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

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

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

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

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

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

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

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

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

.border {
  border-width: 1px;
}

.border-\[\#D5D7DA\] {
  --tw-border-opacity: 1;
  border-color: rgb(213 215 218 / var(--tw-border-opacity));
}

.bg-\[\#3EAC63\] {
  --tw-bg-opacity: 1;
  background-color: rgb(62 172 99 / var(--tw-bg-opacity));
}

.bg-\[\#5EDF83\] {
  --tw-bg-opacity: 1;
  background-color: rgb(94 223 131 / var(--tw-bg-opacity));
}

.bg-\[\#EEF0F3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 240 243 / var(--tw-bg-opacity));
}

.bg-\[\#FF7D76\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 125 118 / var(--tw-bg-opacity));
}

.bg-\[\#f0f8ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 248 255 / var(--tw-bg-opacity));
}

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

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

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

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

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

.p-2 {
  padding: 0.5rem;
}

.p-6 {
  padding: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

.\!pt-\[14px\] {
  padding-top: 14px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-\[\#181D27\] {
  --tw-text-opacity: 1;
  color: rgb(24 29 39 / var(--tw-text-opacity));
}

.text-\[\#343944\] {
  --tw-text-opacity: 1;
  color: rgb(52 57 68 / var(--tw-text-opacity));
}

.text-\[\#3EAC63\] {
  --tw-text-opacity: 1;
  color: rgb(62 172 99 / var(--tw-text-opacity));
}

.text-\[\#444444\] {
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity));
}

.text-\[\#444\] {
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity));
}

.text-\[\#4D515B\] {
  --tw-text-opacity: 1;
  color: rgb(77 81 91 / var(--tw-text-opacity));
}

.text-\[\#4F4F4F\] {
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity));
}

.text-\[\#4F5662\] {
  --tw-text-opacity: 1;
  color: rgb(79 86 98 / var(--tw-text-opacity));
}

.text-\[\#4f4f4f\] {
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity));
}

.text-\[\#5EDF83\] {
  --tw-text-opacity: 1;
  color: rgb(94 223 131 / var(--tw-text-opacity));
}

.text-\[\#667085\] {
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}

.text-\[\#6896da\] {
  --tw-text-opacity: 1;
  color: rgb(104 150 218 / var(--tw-text-opacity));
}

.text-\[\#F79009\] {
  --tw-text-opacity: 1;
  color: rgb(247 144 9 / var(--tw-text-opacity));
}

.text-\[\#FF7D76\] {
  --tw-text-opacity: 1;
  color: rgb(255 125 118 / var(--tw-text-opacity));
}

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

.underline {
  text-decoration-line: underline;
}

.opacity-50 {
  opacity: 0.5;
}

.shadow-\[0px_8px_24px_0px_rgba\(0\2c 0\2c 0\2c 0\.04\)\] {
  --tw-shadow: 0px 8px 24px 0px rgba(0,0,0,0.04);
  --tw-shadow-colored: 0px 8px 24px 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-\[rgba\(10_13_18_0\.18\)_inset_0px_-2px_0px_0px\] {
  --tw-shadow: rgba(10 13 18 0.18) inset 0px -2px 0px 0px;
  --tw-shadow-colored: inset 0px -2px 0px 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);
}

.drop-shadow-\[0px_2px_4px_rgba\(0\2c 0\2c 0\2c 0\.12\)\] {
  --tw-drop-shadow: drop-shadow(0px 2px 4px rgba(0,0,0,0.12));
  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-\[6px\] {
  --tw-backdrop-blur: blur(6px);
  -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);
}

.bg-banner {
  background-image: url("./assets/images/bg-homepage.webp");
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bg-banner-mobile {
  background-image: url("./assets/images/banner-mobile.png");
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

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

  font-weight: 300;

  src: url("./assets/fonts/Lexend/Lexend-Light.ttf");
}

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

  font-weight: 400;

  src: url("./assets/fonts/Lexend/Lexend-Regular.ttf");
}

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

  font-weight: 500;

  src: url("./assets/fonts/Lexend/Lexend-Medium.ttf");
}

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

  font-weight: 600;

  src: url("./assets/fonts/Lexend/Lexend-SemiBold.ttf");
}

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

  font-weight: 700;

  src: url("./assets/fonts/Lexend/Lexend-Bold.ttf");
}

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

  font-weight: 300;

  src: url("./assets/fonts/Quicksand/Quicksand-Light.ttf");
}

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

  font-weight: 400;

  src: url("./assets/fonts/Quicksand/Quicksand-Regular.ttf");
}

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

  font-weight: 500;

  src: url("./assets/fonts/Quicksand/Quicksand-Medium.ttf");
}

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

  font-weight: 600;

  src: url("./assets/fonts/Quicksand/Quicksand-SemiBold.ttf");
}

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

  font-weight: 700;

  src: url("./assets/fonts/Quicksand/Quicksand-Bold.ttf");
}

body {
  font-family: "Lexend";
}

.text-quicksand {
  font-family: "Quicksand";
}

.container .tabs-menu-price {
  border: 1px solid rgba(255, 255, 255, 0.9);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.4) 100%);
}

.navbar {
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.04);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}

.navbar .tab-menu-item {
  padding: unset;
}

.navbar .tab-menu-item .active {
  color: #01bb71;
  border-bottom: 2px solid #01bb71;
  font-weight: 600;
  padding-bottom: 15px;
}

.navbar .tab-menu-item.active a {
  color: #01bb71;
  font-weight: 600;
  padding-bottom: 17px;
  border-bottom: 2px solid #01bb71;
}

.navbar .btn-login {
  background: var(--test2, linear-gradient(90deg, #13d95c 0%, #2196df 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  box-shadow: 0px 0px 0px 1px rgba(60, 117, 174, 0.32), 0px 1px 1px 0px rgba(60, 117, 174, 0.04), 0px 3px 3px 0px rgba(60, 117, 174, 0.03), 0px 6px 4px 0px rgba(60, 117, 174, 0.02), 0px 11px 4px 0px rgba(60, 117, 174, 0.01), 0px 24px 24px -12px rgba(60, 117, 174, 0.06);
}

.title-faq {
  position: relative;
  padding-bottom: 8px;
}

.title-faq::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 120px;
  left: 50%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #13d95c 0%, #2196df 100%);
  transform: translateX(-50%);
}

.container.header .btn-sample {
  background: var(--test2, linear-gradient(90deg, #13d95c 0%, #2196df 100%));
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16);
}

.container.contact input {
  padding: 12px 17px 12px 40px;
  box-shadow: 0px 0px 0px 1px rgba(60, 117, 174, 0.32), 0px 1px 1px 0px rgba(60, 117, 174, 0.04), 0px 3px 3px 0px rgba(60, 117, 174, 0.03), 0px 6px 4px 0px rgba(60, 117, 174, 0.02), 0px 11px 4px 0px rgba(60, 117, 174, 0.01), 0px 24px 24px -12px rgba(60, 117, 174, 0.06);
  border-radius: 12px;
}

.container.contact input ::after {
  content: url("./assets/svg/contacts/ic-people.svg");
  width: 10px;
  height: 10px;
}

.container.contact input ::-moz-placeholder {
  font-size: 16px;
  font-weight: normal;
  color: #667085 !important;
}

.container.contact input ::placeholder {
  font-size: 16px;
  font-weight: normal;
  color: #667085 !important;
}

.container.contact fieldset {
  position: relative;
}

.container.contact fieldset span.icon-phone-input {
  position: absolute;
  left: 5%;
  top: 30%;
  content: url("./assets/svg/contacts/ic-phone.svg");
}

.container.contact fieldset span.icon-mail-input {
  position: absolute;
  left: 4%;
  top: 30%;
  content: url("./assets/svg/contacts/icon-email.svg");
}

.container.contact fieldset span.icon-name-input {
  position: absolute;
  left: 5%;
  top: 30%;
  content: url("./assets/svg/contacts/ic-people.svg");
}

.container.contact .btn-contact {
  background: linear-gradient(90deg, #13d95c 0%, #2196df 100%);
  box-shadow: 0px 0px 0px 1px rgba(25, 192, 142, 0.6), 0px 1px 1px 0px rgba(25, 192, 142, 0.04), 0px 3px 3px 0px rgba(25, 192, 142, 0.03), 0px 6px 4px 0px rgba(25, 192, 142, 0.02), 0px 11px 4px 0px rgba(25, 192, 142, 0.01), 0px 24px 24px -12px rgba(25, 192, 142, 0.06);
}

.border-footer {
  border-top: 1px solid #c3cad7;
  padding: 40px 12px 0px 12px;
}

.text-success {
  background: var(--test2, linear-gradient(90deg, #13d95c 0%, #2196df 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--test2, linear-gradient(90deg, #13d95c 0%, #2196df 100%));
}

.bg-success {
  background: var(--test2, linear-gradient(90deg, #13d95c 0%, #2196df 100%));
  mix-blend-mode: plus-darker;
}

.bg-banner-price {
  background-image: url("./assets/images/banner-price.png");
  background-size: cover;
}

.bg-basic {
  background: linear-gradient(90deg, #f9dc00 0%, #ffb422 100%);
}

.bg-standard {
  background: linear-gradient(90deg, #5bafd5 0%, #447be0 100%);
}

.bg-premium {
  background: linear-gradient(90deg, #b341c6 0%, #413ed0 100%);
}

.bg-banner-feature {
  background-image: url("./assets/images/banner-feature.png");
  background-size: cover;
}

.btn-feature {
  box-shadow: 0px 0px 0px 1px rgba(44, 64, 94, 0.24), 0px 1px 1px 0px rgba(44, 64, 94, 0.24), 0px 2px 4px 0px rgba(44, 64, 94, 0.24);
}

.bg-box-feature {
  background: url("./assets/images/features/box-feature.png") no-repeat;
  background-size: contain;
}

.bg-contact {
  background: url("./assets/images/bg-contact.png") no-repeat;
  background-size: cover;
}

.box-feature {
  width: calc(33.3333333333% - 12px);
}

.faq-collapse .faq-item {
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  box-shadow: 0px 0px 0px 1px rgba(60, 117, 174, 0.32), 0px 1px 1px 0px rgba(60, 117, 174, 0.04), 0px 3px 3px 0px rgba(60, 117, 174, 0.03), 0px 6px 4px 0px rgba(60, 117, 174, 0.02), 0px 11px 4px 0px rgba(60, 117, 174, 0.01), 0px 24px 24px -12px rgba(60, 117, 174, 0.06);
}

.faq-collapse .collapsible:after {
  content: url("./assets/svg/icon-dropdown-up.svg");
  color: #4f5662;
  font-weight: bold;
  position: absolute;
  right: 24px;
}

@media (max-width: 767px) {
  .faq-collapse .collapsible:after {
    right: 12px;
    transform: scale(0.8);
  }
}

.faq-collapse .active:after {
  content: url("./assets/svg/icon-dropdown-down.svg");
}

.faq-collapse .content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.bg-home {
  background: var(--test2, linear-gradient(90deg, #13d95c 0%, #2196df 100%));
  color: #fff;
}

.tabs-menu-price li.active {
  color: linear-gradient(90deg, #13d95c 0%, #2196df 100%);
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 40px;
  box-shadow: 0px 0px 0px 1px rgba(1, 151, 74, 0.04), 0px 1px 1px 0px rgba(1, 151, 74, 0.04), 0px 3px 3px 0px rgba(1, 151, 74, 0.03), 0px 6px 4px 0px rgba(1, 151, 74, 0.02), 0px 11px 4px 0px rgba(1, 151, 74, 0.01);
}

.tabs-menu-price li.active a {
  background: linear-gradient(90deg, #13d95c 0%, #2196df 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.header-articles {
  background-image: url("./assets/images/articles/banner-articles.png");
  background-size: cover;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  z-index: 999;
  width: 360px;
  padding: 0 4px;
  padding-bottom: 4px;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-item {
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid #eee;
  padding: 8px;
}

.dropdown-item .dropdown-link {
  padding: 4px 0;
}

.dropdown-item:hover {
  border-radius: 8px;
  background: #eef0f3;
}

.dropdown-item:last-child {
  border-bottom: none;
  padding-bottom: 4px;
}

.arrow.rotate-180 {
  transform: rotate(180deg);
}

.shadow-customContact {
  box-shadow: 0px 4px 8px 0px rgba(22, 126, 207, 0.36);
}

.dropdown-content {
  position: absolute;
  z-index: 999;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
}

.dropdown-toggle.open + .dropdown-content {
  display: block;
}

.mobile-menu-block .mobile-menu-item {
  --tw-shadow: -4px 4px 8px 0px rgba(0, 0, 0, 0.08),
    2px -2px 2px 0px rgba(0, 0, 0, 0.12) inset;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
  --tw-shadow-colored: -4px 4px 8px 0px var(--tw-shadow-color),
    inset 2px -2px 2px 0px var(--tw-shadow-color);
  border: 1px solid rgba(240, 240, 240, var(--tw-border-opacity, 1));
}

.logo-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo {
  width: 30px;
  height: 30px;
}

.hamburger {
  font-size: 24px;
  cursor: pointer;
}

.mobile-menu {
  display: none;
  background-color: white;
  margin-top: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.menu-item {
  padding: 12px 10px;
  cursor: pointer;
  font-weight: 500;
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-item:hover {
  background-color: #f0f0f0;
  border-radius: 8px;
}

.submenu {
  display: none;
  padding-left: 10px;
  margin-top: -10px;
  background-color: rgba(0, 0, 0, 0.02);
}

.submenu-item {
  padding: 6px 16px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
  color: #444;
  display: flex;
  -moz-column-gap: 14px;
       column-gap: 14px;
  align-items: center;
  min-height: 48px;
}

.arrow {
  font-size: 12px;
  margin-left: auto;
  transition: transform 0.3s ease;
}

.shadow-customLight {
  --tw-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
  --tw-shadow-colored: 0px 2px 8px 0px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 2px 8px rgba(0, 0, 0, 0.0784313725);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

@media (min-width: 640px) {
  .sm\:w-\[80\%\] {
    width: 80%;
  }

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

@media (min-width: 768px) {
  .md\:right-\[36px\] {
    right: 36px;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:mt-auto {
    margin-top: auto;
  }

  .md\:block {
    display: block;
  }

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

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

  .md\:w-auto {
    width: auto;
  }

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

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

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

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

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

  .md\:gap-\[3\%\] {
    gap: 3%;
  }

  .md\:gap-\[4\%\] {
    gap: 4%;
  }

  .md\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

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

  .md\:rounded-se-2xl {
    border-start-end-radius: 1rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {
  .lg\:mt-0 {
    margin-top: 0px;
  }

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

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

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

  .lg\:mt-auto {
    margin-top: auto;
  }

  .lg\:flex {
    display: flex;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:gap-\[6\%\] {
    gap: 6%;
  }

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

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

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

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

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

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

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

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

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

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

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

  @media (min-width: 1280px) {
    .lg\:xl\:w-\[45\%\] {
      width: 45%;
    }

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

    .lg\:xl\:mt-auto {
      margin-top: auto;
    }
  }
}

@media (min-width: 1280px) {
  .xl\:right-\[40px\] {
    right: 40px;
  }

  .xl\:mt-20 {
    margin-top: 5rem;
  }

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

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

  .xl\:flex {
    display: flex;
  }

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

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

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

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

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

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

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

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

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

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

  .xl\:gap-\[7\%\] {
    gap: 7%;
  }

  .xl\:gap-\[8\%\] {
    gap: 8%;
  }

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

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

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

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

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

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

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

  .xl\:text-\[48px\] {
    font-size: 48px;
  }
}

/*# sourceMappingURL=styles.css.map */