/*
! tailwindcss v3.0.24 | 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.
*/

html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

/*
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. 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-size: 1em;
  /* 2 */
}

/*
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-size: 100%;
  /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

/*
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:-ms-input-placeholder, textarea:-ms-input-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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
     color-adjust: exact;
          print-color-adjust: exact;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
     color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
     color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

* {
  font-family: 'Finador', sans-serif;
}

html{
  scroll-behavior:smooth;
}

p {
  /* @apply kg-mb-3; */
}

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

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

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

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

@media (min-width: 768px) {
  .vv-container {
    max-width: 768px;
    padding-right: 0;
    padding-left: 0;
  }
}

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

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

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

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

.vv-container {
  max-width: 100%;
}

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

@media (min-width: 992px) {
  .vv-container {
    max-width: 900px;
  }
}

@media (min-width: 1200px) {
  .vv-container {
    max-width: 900px;
  }
}

@media (min-width: 1240px) {
  .vv-container {
    max-width: 1100px;
  }
}

@media (min-width: 1440px) {
  .vv-container {
    max-width: 1300px;
  }
}

.vv-fixed {
  position: fixed;
}

.vv-absolute {
  position: absolute;
}

.vv-relative {
  position: relative;
}

.vv-sticky {
  position: -webkit-sticky;
  position: sticky;
}

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

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

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

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

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

.vv-top-\[-13px\] {
  top: -13px;
}

.vv-top-\[50\%\] {
  top: 50%;
}

.vv-top-\[-10px\] {
  top: -10px;
}

.vv-left-\[45\%\] {
  left: 45%;
}

.vv-left-\[43\%\] {
  left: 43%;
}

.vv-left-\[44\%\] {
  left: 44%;
}

.vv-top-5 {
  top: 1.25rem;
}

.vv-right-5 {
  right: 1.25rem;
}

.vv-bottom-\[12px\] {
  bottom: 12px;
}

.vv-top-\[32px\] {
  top: 32px;
}

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

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

.vv-left-\[47px\] {
  left: 47px;
}

.vv-top-\[42\%\] {
  top: 42%;
}

.vv-right-\[40\%\] {
  right: 40%;
}

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

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

.vv-top-\[43\%\] {
  top: 43%;
}

.vv-top-\[27px\] {
  top: 27px;
}

.vv-left-\[49px\] {
  left: 49px;
}

.vv-top-6 {
  top: 1.5rem;
}

.vv-right-6 {
  right: 1.5rem;
}

.\!vv-bottom-\[-20px\] {
  bottom: -20px !important;
}

.vv-right-\[50\%\] {
  right: 50%;
}

.vv-top-\[90\%\] {
  top: 90%;
}

.vv-left-\[48\%\] {
  left: 48%;
}

.vv-left-5 {
  left: 1.25rem;
}

.vv-top-\[10px\] {
  top: 10px;
}

.vv-left-\[10px\] {
  left: 10px;
}

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

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

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

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

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

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

.vv-order-2 {
  order: 2;
}

.vv-order-1 {
  order: 1;
}

.vv-m-auto {
  margin: auto;
}

.vv-m-1 {
  margin: 0.25rem;
}

.vv-my-2\.5 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

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

.vv-my-\[21px\] {
  margin-top: 21px;
  margin-bottom: 21px;
}

.vv-my-\[15px\] {
  margin-top: 15px;
  margin-bottom: 15px;
}

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

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

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

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

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

.vv-my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.vv-my-\[50px\] {
  margin-top: 50px;
  margin-bottom: 50px;
}

.vv-mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.vv-mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.vv-my-\[35px\] {
  margin-top: 35px;
  margin-bottom: 35px;
}

.vv-my-\[18px\] {
  margin-top: 18px;
  margin-bottom: 18px;
}

.vv-my-\[10px\] {
  margin-top: 10px;
  margin-bottom: 10px;
}

.vv-my-\[20px\] {
  margin-top: 20px;
  margin-bottom: 20px;
}

.vv-mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.vv-my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.vv-my-1\.5 {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

.vv-my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.vv-my-\[60px\] {
  margin-top: 60px;
  margin-bottom: 60px;
}

.vv-my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.vv-mx-0\.5 {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

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

.\!vv-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.vv-my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.vv-my-\[95px\] {
  margin-top: 95px;
  margin-bottom: 95px;
}

.vv-my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.vv-my-\[9px\] {
  margin-top: 9px;
  margin-bottom: 9px;
}

.vv-my-\[34px\] {
  margin-top: 34px;
  margin-bottom: 34px;
}

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

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

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

.vv-mr-2 {
  margin-right: 0.5rem;
}

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

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

.vv-mr-\[19px\] {
  margin-right: 19px;
}

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

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

.vv-mr-\[10px\] {
  margin-right: 10px;
}

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

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

.vv-mr-\[20px\] {
  margin-right: 20px;
}

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

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

.vv-mt-auto {
  margin-top: auto;
}

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

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

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

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

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

.vv-mr-5 {
  margin-right: 1.25rem;
}

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

.vv-mb-1 {
  margin-bottom: 0.25rem;
}

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

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

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

.vv-mb-7 {
  margin-bottom: 1.75rem;
}

.vv-mr-\[13px\] {
  margin-right: 13px;
}

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

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

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

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

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

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

.vv-ml-\[10\%\] {
  margin-left: 10%;
}

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

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

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

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

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

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

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

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

.vv-mr-\[11px\] {
  margin-right: 11px;
}

.vv-mr-\[18px\] {
  margin-right: 18px;
}

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

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

.vv-mr-\[5px\] {
  margin-right: 5px;
}

.vv-ml-4 {
  margin-left: 1rem;
}

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

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

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

.vv-mr-\[7px\] {
  margin-right: 7px;
}

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

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

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

.\!vv-ml-\[-80px\] {
  margin-left: -80px !important;
}

.\!vv-mr-\[-80px\] {
  margin-right: -80px !important;
}

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

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

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

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

.vv-mr-1 {
  margin-right: 0.25rem;
}

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

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

.vv-mb-0 {
  margin-bottom: 0px;
}

.vv-mr-\[50px\] {
  margin-right: 50px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.vv-mr-\[4px\] {
  margin-right: 4px;
}

.vv-mr-3 {
  margin-right: 0.75rem;
}

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

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

.vv-mr-\[6px\] {
  margin-right: 6px;
}

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

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

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

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

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

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

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

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

.vv-mr-\[30px\] {
  margin-right: 30px;
}

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

.vv-block {
  display: block;
}

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

.vv-flex {
  display: flex;
}

.\!vv-flex {
  display: flex !important;
}

.vv-hidden {
  display: none;
}

.\!vv-hidden {
  display: none !important;
}

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

.vv-h-11 {
  height: 2.75rem;
}

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

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

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

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

.vv-h-20 {
  height: 5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.vv-h-2\.5 {
  height: 0.625rem;
}

.vv-h-2 {
  height: 0.5rem;
}

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

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

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

.vv-h-\[0\.5px\] {
  height: 0.5px;
}

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

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

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

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

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

.vv-h-7 {
  height: 1.75rem;
}

.vv-h-12 {
  height: 3rem;
}

.\!vv-h-2 {
  height: 0.5rem !important;
}

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

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

.\!vv-h-2\.5 {
  height: 0.625rem !important;
}

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

.vv-h-14 {
  height: 3.5rem;
}

.vv-h-10 {
  height: 2.5rem;
}

.vv-h-16 {
  height: 4rem;
}

.vv-h-5 {
  height: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.vv-w-20 {
  width: 5rem;
}

.vv-w-screen {
  width: 100vw;
}

.vv-w-max {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.vv-w-2\.5 {
  width: 0.625rem;
}

.vv-w-2 {
  width: 0.5rem;
}

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

.vv-w-10\/12 {
  width: 83.333333%;
}

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

.vv-w-\[clacl\(100\%-20px\)\] {
  width: clacl(100% - 20px);
}

.vv-w-\[calc\(100\%-20px\)\] {
  width: calc(100% - 20px);
}

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

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

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

.vv-w-\[128\.5px\] {
  width: 128.5px;
}

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

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

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

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

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

.vv-w-1\/5 {
  width: 20%;
}

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

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

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

.\!vv-w-2 {
  width: 0.5rem !important;
}

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

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

.\!vv-w-\[17px\] {
  width: 17px !important;
}

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

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

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

.vv-w-14 {
  width: 3.5rem;
}

.vv-w-52 {
  width: 13rem;
}

.vv-w-36 {
  width: 9rem;
}

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

.vv-w-5 {
  width: 1.25rem;
}

.vv-w-10 {
  width: 2.5rem;
}

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

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

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

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

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

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

.vv-w-6 {
  width: 1.5rem;
}

.vv-min-w-max {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

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

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

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

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

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

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

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

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

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

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

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

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

.vv-max-w-xl {
  max-width: 36rem;
}

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

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

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

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

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

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

.vv-max-w-6xl {
  max-width: 72rem;
}

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

.vv-translate-x-\[-50\%\] {
  --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));
}

.vv-translate-y-\[-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));
}

.vv-translate-x-\[50\%\] {
  --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));
}

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

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

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

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

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

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

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

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

.\!vv-justify-end {
  justify-content: flex-end !important;
}

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

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

.vv-justify-evenly {
  justify-content: space-evenly;
}

.vv-gap-7 {
  gap: 1.75rem;
}

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

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

.vv-overflow-scroll {
  overflow: scroll;
}

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

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

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

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

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

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

.\!vv-rounded-2xl {
  border-radius: 1rem !important;
}

.vv-rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.vv-rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.vv-rounded-b-\[5px\] {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.vv-rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.vv-rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

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

.vv-rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

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

.vv-rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.vv-rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}

.vv-rounded-br-lg {
  border-bottom-right-radius: 0.5rem;
}

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

.vv-border-\[1px\] {
  border-width: 1px;
}

.vv-border-\[0\.5px\] {
  border-width: 0.5px;
}

.\!vv-border {
  border-width: 1px !important;
}

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

.vv-border-\[2px\] {
  border-width: 2px;
}

.vv-border-x-2 {
  border-left-width: 2px;
  border-right-width: 2px;
}

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

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

.vv-border-b-2 {
  border-bottom-width: 2px;
}

.vv-border-t-2 {
  border-top-width: 2px;
}

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

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

.vv-border-none {
  border-style: none;
}

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

.vv-border-Granite-Gray {
  --tw-border-opacity: 1;
  border-color: rgb(102 102 102 / var(--tw-border-opacity));
}

.vv-border-Light-Silver {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
}

.vv-border-Middle-Green-Yellow {
  --tw-border-opacity: 1;
  border-color: rgb(164 182 96 / var(--tw-border-opacity));
}

.vv-border-Whisper {
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity));
}

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

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

.vv-border-Cultured {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
}

.vv-border-Floral-White-border {
  border-color: rgba(255, 249, 240, 0.2);
}

.vv-border-border-gray {
  border-color: rgba(20, 20, 20, 0.5);
}

.vv-border-Floral-White {
  --tw-border-opacity: 1;
  border-color: rgb(255 249 240 / var(--tw-border-opacity));
}

.\!vv-border-white {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}

.vv-border-bordr-grey {
  --tw-border-opacity: 1;
  border-color: rgb(20 20 20 / var(--tw-border-opacity));
}

.vv-border-Chinese-Black {
  --tw-border-opacity: 1;
  border-color: rgb(20 20 20 / var(--tw-border-opacity));
}

.vv-border-Fern-Green {
  --tw-border-opacity: 1;
  border-color: rgb(81 119 79 / var(--tw-border-opacity));
}

.vv-border-semi-gold {
  --tw-border-opacity: 1;
  border-color: rgb(206 183 130 / var(--tw-border-opacity));
}

.vv-border-Bistre-Brown\/\[\.55\] {
  border-color: rgb(157 115 20 / .55);
}

.vv-border-Gray {
  --tw-border-opacity: 1;
  border-color: rgb(128 128 128 / var(--tw-border-opacity));
}

.vv-border-b-semi-gold {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(206 183 130 / var(--tw-border-opacity));
}

.vv-bg-Floral-White {
  --tw-bg-opacity: 1;
  background-color: rgb(255 249 240 / var(--tw-bg-opacity));
}

.vv-bg-Lemon-Meringue {
  --tw-bg-opacity: 1;
  background-color: rgb(246 232 196 / var(--tw-bg-opacity));
}

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

.vv-bg-Middle-Green-Yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(164 182 96 / var(--tw-bg-opacity));
}

.vv-bg-Antique-White {
  --tw-bg-opacity: 1;
  background-color: rgb(246 236 211 / var(--tw-bg-opacity));
}

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

.vv-bg-Chinese-Silver {
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity));
}

.vv-bg-Fern-Green {
  --tw-bg-opacity: 1;
  background-color: rgb(81 119 79 / var(--tw-bg-opacity));
}

.vv-bg-Olivine {
  --tw-bg-opacity: 1;
  background-color: rgb(150 183 110 / var(--tw-bg-opacity));
}

.vv-bg-Light-Silver {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity));
}

.vv-bg-Gray {
  --tw-bg-opacity: 1;
  background-color: rgb(128 128 128 / var(--tw-bg-opacity));
}

.vv-bg-Chinese-Black {
  --tw-bg-opacity: 1;
  background-color: rgb(20 20 20 / var(--tw-bg-opacity));
}

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

.\!vv-bg-transparent {
  background-color: transparent !important;
}

.vv-bg-Old-Silver {
  --tw-bg-opacity: 1;
  background-color: rgb(134 134 134 / var(--tw-bg-opacity));
}

.\!vv-bg-Light-Gray {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(211 211 211 / var(--tw-bg-opacity)) !important;
}

.vv-bg-Medium-Spring-Bud {
  --tw-bg-opacity: 1;
  background-color: rgb(185 207 119 / var(--tw-bg-opacity));
}

.vv-bg-Pale-Goldenrod {
  --tw-bg-opacity: 1;
  background-color: rgb(216 231 173 / var(--tw-bg-opacity));
}

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

.vv-bg-Cultured {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.vv-bg-Metallic-Sunburst {
  --tw-bg-opacity: 1;
  background-color: rgb(160 129 58 / var(--tw-bg-opacity));
}

.\!vv-bg-Light-Silver {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity)) !important;
}

.vv-bg-Cookies-And-Cream {
  --tw-bg-opacity: 1;
  background-color: rgb(235 218 177 / var(--tw-bg-opacity));
}

.vv-bg-Chinese-Blue {
  --tw-bg-opacity: 1;
  background-color: rgb(59 89 152 / var(--tw-bg-opacity));
}

.vv-bg-Cinnabar {
  --tw-bg-opacity: 1;
  background-color: rgb(221 75 57 / var(--tw-bg-opacity));
}

.vv-bg-Chinese-White {
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
}

.vv-bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.vv-bg-reward-liner {
  background-image: linear-gradient(#F6ECD3 20%, #E8DDC2 100%);
}

.vv-bg-banner-bg-mob {
  background-image: url('../images/background/home-banner-media.png');
}

.vv-bg-product-liner {
  background-image: linear-gradient(#ffffff 20%, #E8DDC2 100%);
}

.vv-bg-home-womens {
  background-image: linear-gradient(360deg, rgba(0, 0, 0, 0.85) 5.69%, rgba(0, 0, 0, 0) 63.25%) , url('../images/background/homebg.svg');
}

.vv-bg-vilvah-owner-mob {
  background-image: url('../images/background/vilvah-owner-mob.png');
}

.vv-bg-green-trees {
  background-image: url('../images/background/greenshadow.png');
}

.vv-bg-background-black {
  background-image: url('../images/common/bg-black.png');
}

.vv-bg-bgimg-ourstory-page {
  background-image: url('../images/common/storybg-img.png');
}

.vv-bg-cover {
  background-size: cover;
}

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

.vv-bg-\[length\:100\%_45\%\] {
  background-size: 100% 45%;
}

.vv-bg-right-top {
  background-position: right top;
}

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

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

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

.vv-p-5 {
  padding: 1.25rem;
}

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

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

.vv-p-20 {
  padding: 5rem;
}

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

.vv-p-3 {
  padding: 0.75rem;
}

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

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

.vv-p-2 {
  padding: 0.5rem;
}

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

.vv-p-0\.5 {
  padding: 0.125rem;
}

.vv-p-0 {
  padding: 0px;
}

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

.vv-py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!vv-px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

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

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

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

.vv-py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.vv-pr-4 {
  padding-right: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.vv-pl-5 {
  padding-left: 1.25rem;
}

.vv-pr-5 {
  padding-right: 1.25rem;
}

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

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

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

.vv-pt-1\.5 {
  padding-top: 0.375rem;
}

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

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

.vv-pt-1 {
  padding-top: 0.25rem;
}

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

.vv-pb-7 {
  padding-bottom: 1.75rem;
}

.vv-pr-1 {
  padding-right: 0.25rem;
}

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

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

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

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

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

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

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

.vv-pb-32 {
  padding-bottom: 8rem;
}

.vv-pr-28 {
  padding-right: 7rem;
}

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

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

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

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

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

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

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

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

.vv-pb-9 {
  padding-bottom: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.vv-pb-48 {
  padding-bottom: 12rem;
}

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

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

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

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

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

.vv-text-right {
  text-align: right;
}

.vv-font-Nunito {
  font-family: Nunito, sans-serif;
}

.vv-font-Finador {
  font-family: Finador, san-serif;
}

.vv-font-Peachi {
  font-family: Peachi, sans-serif;
}

.vv-font-Quicksand {
  font-family: Quicksand, sans-serif;
}

.vv-font-Peachi-medium {
  font-family: Peachi-medium, sans-serif;
}

.vv-font-Finador-medium {
  font-family: Finador-medium, sans-serif;
}

.vv-font-\[\'Peachi\'\] {
  font-family: 'Peachi';
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.vv-text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.vv-text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

.vv-font-light {
  font-weight: 300;
}

.vv-font-thin {
  font-weight: 100;
}

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

.vv-leading-\[22px\] {
  line-height: 22px;
}

.vv-leading-\[45px\] {
  line-height: 45px;
}

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

.vv-leading-9 {
  line-height: 2.25rem;
}

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

.vv-leading-8 {
  line-height: 2rem;
}

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

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

.vv-leading-\[35\.85px\] {
  line-height: 35.85px;
}

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

.vv-leading-\[17px\] {
  line-height: 17px;
}

.vv-leading-5 {
  line-height: 1.25rem;
}

.vv-leading-\[26px\] {
  line-height: 26px;
}

.vv-tracking-\[0\.3px\] {
  letter-spacing: 0.3px;
}

.vv-tracking-\[1px\] {
  letter-spacing: 1px;
}

.vv-text-Bistre-Brown {
  --tw-text-opacity: 1;
  color: rgb(157 115 20 / var(--tw-text-opacity));
}

.vv-text-Chinese-Black {
  --tw-text-opacity: 1;
  color: rgb(20 20 20 / var(--tw-text-opacity));
}

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

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

.vv-text-Dark-Charcoal {
  --tw-text-opacity: 1;
  color: rgb(50 50 50 / var(--tw-text-opacity));
}

.vv-text-Ghost {
  --tw-text-opacity: 1;
  color: rgb(200 200 201 / var(--tw-text-opacity));
}

.vv-text-Sonic-Silver {
  --tw-text-opacity: 1;
  color: rgb(123 120 120 / var(--tw-text-opacity));
}

.vv-text-Old-Lace {
  --tw-text-opacity: 1;
  color: rgb(255 246 226 / var(--tw-text-opacity));
}

.vv-text-Fern-Green {
  --tw-text-opacity: 1;
  color: rgb(81 119 79 / var(--tw-text-opacity));
}

.vv-text-LightGreen {
  --tw-text-opacity: 1;
  color: rgb(184 217 182 / var(--tw-text-opacity));
}

.vv-text-Old-Silver {
  --tw-text-opacity: 1;
  color: rgb(134 134 134 / var(--tw-text-opacity));
}

.vv-text-Raisin-Black {
  --tw-text-opacity: 1;
  color: rgb(32 32 32 / var(--tw-text-opacity));
}

.vv-text-Middle-Green-Yellow {
  --tw-text-opacity: 1;
  color: rgb(164 182 96 / var(--tw-text-opacity));
}

.vv-text-Floral-White {
  --tw-text-opacity: 1;
  color: rgb(255 249 240 / var(--tw-text-opacity));
}

.vv-text-Metallic-Sunburst {
  --tw-text-opacity: 1;
  color: rgb(160 129 58 / var(--tw-text-opacity));
}

.vv-text-Pomona-Green {
  --tw-text-opacity: 1;
  color: rgb(36 70 36 / var(--tw-text-opacity));
}

.vv-text-Middle-Green {
  --tw-text-opacity: 1;
  color: rgb(89 133 86 / var(--tw-text-opacity));
}

.vv-text-Outer-Space {
  --tw-text-opacity: 1;
  color: rgb(73 73 73 / var(--tw-text-opacity));
}

.vv-text-Jacko-Bean {
  --tw-text-opacity: 1;
  color: rgb(70 58 42 / var(--tw-text-opacity));
}

.vv-text-DarkCharcoal {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

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

.vv-text-Amazon {
  --tw-text-opacity: 1;
  color: rgb(52 103 94 / var(--tw-text-opacity));
}

.vv-text-Dim-Gray {
  --tw-text-opacity: 1;
  color: rgb(108 108 108 / var(--tw-text-opacity));
}

.vv-text-light-influenza {
  --tw-text-opacity: 1;
  color: rgb(220 234 168 / var(--tw-text-opacity));
}

.vv-text-Granite-Gray {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

.vv-text-bordr-grey {
  --tw-text-opacity: 1;
  color: rgb(20 20 20 / var(--tw-text-opacity));
}

.vv-text-Dark-Silver {
  --tw-text-opacity: 1;
  color: rgb(109 109 111 / var(--tw-text-opacity));
}

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

.vv-decoration-1 {
  text-decoration-thickness: 1px;
}

.vv-opacity-0 {
  opacity: 0;
}

.vv-opacity-70 {
  opacity: 0.7;
}

.vv-shadow-gray-300 {
  --tw-shadow-color: #d1d5db;
  --tw-shadow: var(--tw-shadow-colored);
}

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

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

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

.vv-scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.vv-scrollbar-hide::-webkit-scrollbar {
  display: none;
}

@layer fonts {
  @font-face {
    font-family: 'Finador';

    src: url('../font/Finador/Finador-Regular.otf');
  }

  @font-face {
    font-family: 'Finador-medium';

    src: url('../font/Finador/Finador-Medium.otf');
  }

  @font-face {
    font-family: 'Finador-bold';

    src: url('../font/Finador/Finador-Bold.otf');
  }

  @font-face {
    font-family: 'Peachi';

    src: url('../font/Peachi/Peachi-Regular.otf');
  }

  @font-face {
    font-family: 'Peachi-medium';

    src: url('../font/Peachi/Peachi-Medium.otf');
  }

  @font-face {
    font-family: 'Peachi-bold';

    src: url('../font/Peachi/Peachi-Bold.otf');
  }

  @import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@500&display=swap');

  @import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600;700&display=swap');
}

.placeholder\:vv-text-Sonic-Silver::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(123 120 120 / var(--tw-text-opacity));
}

.placeholder\:vv-text-Sonic-Silver:-ms-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(123 120 120 / var(--tw-text-opacity));
}

.placeholder\:vv-text-Sonic-Silver::placeholder {
  --tw-text-opacity: 1;
  color: rgb(123 120 120 / var(--tw-text-opacity));
}

.after\:vv-absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:vv-left-1\/2::after {
  content: var(--tw-content);
  left: 50%;
}

.after\:vv-top-12::after {
  content: var(--tw-content);
  top: 3rem;
}

.after\:\!vv-ml-\[13px\]::after {
  content: var(--tw-content);
  margin-left: 13px !important;
}

.after\:vv-block::after {
  content: var(--tw-content);
  display: block;
}

.after\:vv-h-2::after {
  content: var(--tw-content);
  height: 0.5rem;
}

.after\:vv-h-0\.5::after {
  content: var(--tw-content);
  height: 0.125rem;
}

.after\:vv-h-0::after {
  content: var(--tw-content);
  height: 0px;
}

.after\:vv-h-\[2px\]::after {
  content: var(--tw-content);
  height: 2px;
}

.after\:vv-w-full::after {
  content: var(--tw-content);
  width: 100%;
}

.after\:vv-w-\[45px\]::after {
  content: var(--tw-content);
  width: 45px;
}

.after\:vv-w-10::after {
  content: var(--tw-content);
  width: 2.5rem;
}

.after\:vv-translate-x-\[-50\%\]::after {
  content: var(--tw-content);
  --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));
}

.after\:vv-bg-Chinese-Black::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(20 20 20 / var(--tw-bg-opacity));
}

.after\:vv-bg-banner-title::after {
  content: var(--tw-content);
  background-image: url('../images/icons/banner-title.svg');
}

.after\:vv-bg-no-repeat::after {
  content: var(--tw-content);
  background-repeat: no-repeat;
}

.hover\:vv-mr-\[px\]:hover {
  margin-right: px;
}

.hover\:vv-border-0:hover {
  border-width: 0px;
}

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

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

.hover\:vv-border-b-2:hover {
  border-bottom-width: 2px;
}

.hover\:vv-border-Granite-Gray:hover {
  --tw-border-opacity: 1;
  border-color: rgb(102 102 102 / var(--tw-border-opacity));
}

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

.hover\:vv-border-Middle-Green-Yellow:hover {
  --tw-border-opacity: 1;
  border-color: rgb(164 182 96 / var(--tw-border-opacity));
}

.hover\:vv-bg-Middle-Green-Yellow:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(164 182 96 / var(--tw-bg-opacity));
}

.hover\:vv-font-Finador:hover {
  font-family: Finador, san-serif;
}

.hover\:vv-font-bold:hover {
  font-weight: 700;
}

.hover\:vv-text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

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

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

.focus\:vv-border-border-gray:focus {
  border-color: rgba(20, 20, 20, 0.5);
}

.focus\:vv-ring-transparent:focus {
  --tw-ring-color: transparent;
}

.prose-h3\:vv-mb-\[20px\] :is(:where(h3):not(:where([class~="vv-not-prose"] *))) {
  margin-bottom: 20px;
}

.prose-h3\:vv-font-Peachi :is(:where(h3):not(:where([class~="vv-not-prose"] *))) {
  font-family: Peachi, sans-serif;
}

.prose-h3\:vv-text-\[20px\] :is(:where(h3):not(:where([class~="vv-not-prose"] *))) {
  font-size: 20px;
}

.prose-h3\:vv-font-medium :is(:where(h3):not(:where([class~="vv-not-prose"] *))) {
  font-weight: 500;
}

.prose-h3\:vv-text-Bistre-Brown :is(:where(h3):not(:where([class~="vv-not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(157 115 20 / var(--tw-text-opacity));
}

.prose-h4\:vv-mb-\[20px\] :is(:where(h4):not(:where([class~="vv-not-prose"] *))) {
  margin-bottom: 20px;
}

.prose-h4\:vv-font-Peachi :is(:where(h4):not(:where([class~="vv-not-prose"] *))) {
  font-family: Peachi, sans-serif;
}

.prose-h4\:vv-text-\[20px\] :is(:where(h4):not(:where([class~="vv-not-prose"] *))) {
  font-size: 20px;
}

.prose-h4\:vv-font-medium :is(:where(h4):not(:where([class~="vv-not-prose"] *))) {
  font-weight: 500;
}

.prose-h4\:vv-text-Bistre-Brown :is(:where(h4):not(:where([class~="vv-not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(157 115 20 / var(--tw-text-opacity));
}

.prose-p\:vv-mb-\[25px\] :is(:where(p):not(:where([class~="vv-not-prose"] *))) {
  margin-bottom: 25px;
}

.prose-p\:vv-text-base :is(:where(p):not(:where([class~="vv-not-prose"] *))) {
  font-size: 1rem;
  line-height: 1.5rem;
}

.prose-p\:vv-font-normal :is(:where(p):not(:where([class~="vv-not-prose"] *))) {
  font-weight: 400;
}

.prose-p\:vv-text-black :is(:where(p):not(:where([class~="vv-not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.prose-li\:vv-flex :is(:where(li):not(:where([class~="vv-not-prose"] *))) {
  display: flex;
}

.prose-li\:vv-items-center :is(:where(li):not(:where([class~="vv-not-prose"] *))) {
  align-items: center;
}

@media (min-width: 425px) {
  .ss\:vv-h-\[155px\] {
    height: 155px;
  }

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

@media (min-width: 525px) {
  .xsm\:vv-top-5 {
    top: 1.25rem;
  }

  .xsm\:vv-left-5 {
    left: 1.25rem;
  }

  .xsm\:vv-order-1 {
    order: 1;
  }

  .xsm\:vv-order-2 {
    order: 2;
  }

  .xsm\:vv-m-auto {
    margin: auto;
  }

  .xsm\:vv-my-\[30px\] {
    margin-top: 30px;
    margin-bottom: 30px;
  }

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

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

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

  .xsm\:vv-mb-\[18px\] {
    margin-bottom: 18px;
  }

  .xsm\:vv-mb-\[35px\] {
    margin-bottom: 35px;
  }

  .xsm\:vv-ml-auto {
    margin-left: auto;
  }

  .xsm\:vv-mr-\[30px\] {
    margin-right: 30px;
  }

  .xsm\:vv-mr-3 {
    margin-right: 0.75rem;
  }

  .xsm\:vv-mb-0 {
    margin-bottom: 0px;
  }

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

  .xsm\:vv-mr-\[15px\] {
    margin-right: 15px;
  }

  .xsm\:vv-mb-\[50px\] {
    margin-bottom: 50px;
  }

  .xsm\:vv-block {
    display: block;
  }

  .xsm\:vv-flex {
    display: flex;
  }

  .xsm\:vv-hidden {
    display: none;
  }

  .xsm\:vv-h-\[260px\] {
    height: 260px;
  }

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

  .xsm\:vv-h-\[unset\] {
    height: unset;
  }

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

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

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

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

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

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

  .xsm\:vv-w-20 {
    width: 5rem;
  }

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

  .xsm\:vv-w-\[135px\] {
    width: 135px;
  }

  .xsm\:vv-w-\[unset\] {
    width: unset;
  }

  .xsm\:vv-flex-row {
    flex-direction: row;
  }

  .xsm\:vv-bg-White-default {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .xsm\:vv-bg-cover {
    background-size: cover;
  }

  .xsm\:vv-p-\[30px\] {
    padding: 30px;
  }

  .xsm\:vv-py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xsm\:vv-py-\[57px\] {
    padding-top: 57px;
    padding-bottom: 57px;
  }

  .xsm\:vv-py-\[25px\] {
    padding-top: 25px;
    padding-bottom: 25px;
  }

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

  .xsm\:vv-py-\[107px\] {
    padding-top: 107px;
    padding-bottom: 107px;
  }

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

  .xsm\:vv-py-\[230px\] {
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .xsm\:vv-py-\[90px\] {
    padding-top: 90px;
    padding-bottom: 90px;
  }

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

  .xsm\:vv-py-\[40px\] {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

  .xsm\:vv-pt-\[45px\] {
    padding-top: 45px;
  }

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

  .xsm\:vv-pt-\[82px\] {
    padding-top: 82px;
  }

  .xsm\:vv-pb-\[100px\] {
    padding-bottom: 100px;
  }

  .xsm\:vv-pt-\[26px\] {
    padding-top: 26px;
  }

  .xsm\:vv-pb-\[21px\] {
    padding-bottom: 21px;
  }

  .xsm\:vv-pb-\[60px\] {
    padding-bottom: 60px;
  }

  .xsm\:vv-pt-\[125px\] {
    padding-top: 125px;
  }

  .xsm\:vv-pb-\[45px\] {
    padding-bottom: 45px;
  }

  .xsm\:vv-text-left {
    text-align: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xsm\:vv-font-semibold {
    font-weight: 600;
  }

  .prose-h3\:xsm\:vv-text-\[26px\] :is(:where(h3):not(:where([class~="vv-not-prose"] *))) {
    font-size: 26px;
  }

  .prose-h4\:xsm\:vv-text-\[22px\] :is(:where(h4):not(:where([class~="vv-not-prose"] *))) {
    font-size: 22px;
  }

  .prose-p\:xsm\:vv-text-lg :is(:where(p):not(:where([class~="vv-not-prose"] *))) {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px) {
  .sm\:vv-left-0 {
    left: 0px;
  }

  .sm\:vv-left-\[48\%\] {
    left: 48%;
  }

  .sm\:vv-top-\[48\%\] {
    top: 48%;
  }

  .sm\:vv-right-\[48\%\] {
    right: 48%;
  }

  .sm\:vv-right-\[39\%\] {
    right: 39%;
  }

  .sm\:vv-right-12 {
    right: 3rem;
  }

  .sm\:vv-order-1 {
    order: 1;
  }

  .sm\:vv-order-2 {
    order: 2;
  }

  .sm\:vv-m-0 {
    margin: 0px;
  }

  .sm\:vv-my-\[107px\] {
    margin-top: 107px;
    margin-bottom: 107px;
  }

  .sm\:vv-my-\[100px\] {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .sm\:vv-my-\[95px\] {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .sm\:vv-mx-\[25px\] {
    margin-left: 25px;
    margin-right: 25px;
  }

  .sm\:vv-ml-auto {
    margin-left: auto;
  }

  .sm\:vv-mb-0 {
    margin-bottom: 0px;
  }

  .sm\:vv-mb-\[90px\] {
    margin-bottom: 90px;
  }

  .sm\:vv-ml-0 {
    margin-left: 0px;
  }

  .sm\:vv-mb-\[0px\] {
    margin-bottom: 0px;
  }

  .sm\:vv-mr-\[25px\] {
    margin-right: 25px;
  }

  .sm\:vv-mb-\[40px\] {
    margin-bottom: 40px;
  }

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

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

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

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

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

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

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

  .sm\:vv-block {
    display: block;
  }

  .sm\:vv-flex {
    display: flex;
  }

  .sm\:\!vv-flex {
    display: flex !important;
  }

  .sm\:vv-hidden {
    display: none;
  }

  .sm\:vv-h-\[525px\] {
    height: 525px;
  }

  .sm\:vv-h-\[500px\] {
    height: 500px;
  }

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

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

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

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

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

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

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

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

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

  .sm\:vv-w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

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

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

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

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

  .sm\:vv-w-\[135px\] {
    width: 135px;
  }

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

  .sm\:vv-w-\[47\%\] {
    width: 47%;
  }

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

  .sm\:vv-w-\[calc\(100\%-155px\)\] {
    width: calc(100% - 155px);
  }

  .sm\:vv-w-3\/4 {
    width: 75%;
  }

  .sm\:vv-w-\[28\%\] {
    width: 28%;
  }

  .sm\:vv-w-3\/5 {
    width: 60%;
  }

  .sm\:vv-w-\[32\%\] {
    width: 32%;
  }

  .sm\:vv-min-w-\[230px\] {
    min-width: 230px;
  }

  .sm\:vv-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));
  }

  .sm\:vv-flex-row {
    flex-direction: row;
  }

  .sm\:vv-flex-wrap {
    flex-wrap: wrap;
  }

  .sm\:vv-justify-center {
    justify-content: center;
  }

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

  .sm\:vv-bg-transparent {
    background-color: transparent;
  }

  .sm\:vv-py-\[0px\] {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sm\:vv-py-\[100px\] {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .sm\:vv-py-\[106px\] {
    padding-top: 106px;
    padding-bottom: 106px;
  }

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

  .sm\:vv-px-\[9px\] {
    padding-left: 9px;
    padding-right: 9px;
  }

  .sm\:vv-py-\[45px\] {
    padding-top: 45px;
    padding-bottom: 45px;
  }

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

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

  .sm\:vv-pl-\[30px\] {
    padding-left: 30px;
  }

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

  .sm\:vv-pt-\[67px\] {
    padding-top: 67px;
  }

  .sm\:vv-pb-\[75px\] {
    padding-bottom: 75px;
  }

  .sm\:vv-pt-\[597px\] {
    padding-top: 597px;
  }

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

  .sm\:vv-pt-\[22px\] {
    padding-top: 22px;
  }

  .sm\:vv-pb-\[100px\] {
    padding-bottom: 100px;
  }

  .sm\:vv-pt-\[42px\] {
    padding-top: 42px;
  }

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .md\:vv-bottom-0 {
    bottom: 0px;
  }

  .md\:vv-left-\[78px\] {
    left: 78px;
  }

  .md\:vv-top-\[60\%\] {
    top: 60%;
  }

  .md\:vv-top-\[25px\] {
    top: 25px;
  }

  .md\:vv-right-\[25\] {
    right: 25;
  }

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

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

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

  .md\:vv-my-\[95px\] {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .md\:vv-mb-0 {
    margin-bottom: 0px;
  }

  .md\:vv-ml-\[25px\] {
    margin-left: 25px;
  }

  .md\:vv-ml-\[40px\] {
    margin-left: 40px;
  }

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

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

  .md\:vv-mb-7 {
    margin-bottom: 1.75rem;
  }

  .md\:vv-ml-4 {
    margin-left: 1rem;
  }

  .md\:vv-ml-8 {
    margin-left: 2rem;
  }

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

  .md\:vv-flex {
    display: flex;
  }

  .md\:vv-hidden {
    display: none;
  }

  .md\:\!vv-hidden {
    display: none !important;
  }

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

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

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

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

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

  .md\:vv-h-full {
    height: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:vv-w-\[18\.5\%\] {
    width: 18.5%;
  }

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

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

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

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

  .md\:vv-justify-start {
    justify-content: flex-start;
  }

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

  .md\:vv-justify-center {
    justify-content: center;
  }

  .md\:vv-justify-between {
    justify-content: space-between;
  }

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

  .md\:vv-rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

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

  .md\:vv-rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md\:vv-rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .md\:vv-rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .md\:vv-rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .md\:vv-rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .md\:vv-border-0 {
    border-width: 0px;
  }

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

  .md\:vv-border-t-\[0\.3px\] {
    border-top-width: 0.3px;
  }

  .md\:vv-bg-Antique-White {
    --tw-bg-opacity: 1;
    background-color: rgb(246 236 211 / var(--tw-bg-opacity));
  }

  .md\:vv-bg-transparent {
    background-color: transparent;
  }

  .md\:vv-bg-banner-bg {
    background-image: url('../images/background/home-banner.png');
  }

  .md\:vv-bg-vilvah-owner {
    background-image: url('../images/background/vilvah-owner.png');
  }

  .md\:vv-bg-\[length\:50\%_100\%\] {
    background-size: 50% 100%;
  }

  .md\:vv-p-0 {
    padding: 0px;
  }

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

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

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

  .md\:vv-py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:vv-pt-\[170px\] {
    padding-top: 170px;
  }

  .md\:vv-pt-\[40px\] {
    padding-top: 40px;
  }

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

  .md\:vv-pl-\[25px\] {
    padding-left: 25px;
  }

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

  .md\:vv-pb-24 {
    padding-bottom: 6rem;
  }

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

  .md\:vv-pr-\[22px\] {
    padding-right: 22px;
  }

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

  .md\:vv-pr-\[108px\] {
    padding-right: 108px;
  }

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

  .md\:vv-pb-48 {
    padding-bottom: 12rem;
  }

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

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

  .md\:vv-pr-11 {
    padding-right: 2.75rem;
  }

  .md\:vv-pt-\[80px\] {
    padding-top: 80px;
  }

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

  .md\:vv-pt-\[48px\] {
    padding-top: 48px;
  }

  .md\:vv-pl-\[38px\] {
    padding-left: 38px;
  }

  .md\:vv-pr-\[36px\] {
    padding-right: 36px;
  }

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

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

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

  .md\:vv-pb-16 {
    padding-bottom: 4rem;
  }

  .md\:vv-text-left {
    text-align: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:vv-font-light {
    font-weight: 300;
  }

  .md\:vv-font-semibold {
    font-weight: 600;
  }

  .md\:vv-font-medium {
    font-weight: 500;
  }

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

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

  .md\:vv-text-Chinese-Black {
    --tw-text-opacity: 1;
    color: rgb(20 20 20 / var(--tw-text-opacity));
  }

  .md\:vv-text-Pineapple {
    --tw-text-opacity: 1;
    color: rgb(82 59 7 / var(--tw-text-opacity));
  }
}

@media (min-width: 1200px) {
  .lg\:\!vv-flex {
    display: flex !important;
  }

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

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

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

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

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

@media (min-width: 1240px) {
  .xl\:vv-static {
    position: static;
  }

  .xl\:vv-mr-\[27px\] {
    margin-right: 27px;
  }

  .xl\:vv-mr-6 {
    margin-right: 1.5rem;
  }

  .xl\:vv-mr-5 {
    margin-right: 1.25rem;
  }

  .xl\:vv-ml-0 {
    margin-left: 0px;
  }

  .xl\:vv-block {
    display: block;
  }

  .xl\:vv-hidden {
    display: none;
  }

  .xl\:vv-w-\[calc\(100\%-200px\)\] {
    width: calc(100% - 200px);
  }

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

  .xl\:vv-max-w-\[340px\] {
    max-width: 340px;
  }

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

  .xl\:vv-justify-start {
    justify-content: flex-start;
  }

  .xl\:vv-bg-transparent {
    background-color: transparent;
  }

  .xl\:vv-p-0 {
    padding: 0px;
  }

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

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

@media (min-width: 1440px) {
  .\32xl\:vv-mr-\[37px\] {
    margin-right: 37px;
  }

  .\32xl\:vv-w-\[calc\(100\%-200px\)\] {
    width: calc(100% - 200px);
  }

  .\32xl\:vv-w-\[35\%\] {
    width: 35%;
  }
}
