.vpt {
  /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
  /* Document
     ========================================================================== */
  /**
   * 1. Correct the line height in all browsers.
   * 2. Prevent adjustments of font size after orientation changes in iOS.
   */
  /* Sections
     ========================================================================== */
  /**
   * Remove the margin in all browsers.
   */
  /**
   * Render the `main` element consistently in IE.
   */
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  /* Grouping content
     ========================================================================== */
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  /* Text-level semantics
     ========================================================================== */
  /**
   * Remove the gray background on active links in IE 10.
   */
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  /**
   * Add the correct font size in all browsers.
   */
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  /* Embedded content
     ========================================================================== */
  /**
   * Remove the border on images inside links in IE 10.
   */
  /* Forms
     ========================================================================== */
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
  /**
   * Correct the padding in Firefox.
   */
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  /* Interactive
     ========================================================================== */
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  /*
   * Add the correct display in all browsers.
   */
  /* Misc
     ========================================================================== */
  /**
   * Add the correct display in IE 10+.
   */
  /**
   * Add the correct display in IE 10.
   */
  /**
   * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
   * A thin layer on top of normalize.css that provides a starting point more
   * suitable for web applications.
   */
  /**
   * Removes the default spacing and border for appropriate elements.
   */
  /**
   * Work around a Firefox/IE bug where the transparent `button` background
   * results in a loss of the default `button` focus styles.
   */
  /**
   * Tailwind custom reset styles
   */
  /**
   * 1. Use the user's configured `sans` font-family (with Tailwind's default
   *    sans-serif font stack as a fallback) as a sane default.
   * 2. Use Tailwind's default "normal" line-height so the user isn't forced
   *    to override it to ensure consistency even when using the default theme.
   */
  /**
   * 1. Prevent padding and border from affecting element width.
   *
   *    We used to set this in the html element and inherit from
   *    the parent element for everything else. This caused issues
   *    in shadow-dom-enhanced elements like <details> where the content
   *    is wrapped by a div with box-sizing set to `content-box`.
   *
   *    https://github.com/mozdevs/cssremedy/issues/4
   *
   *
   * 2. Allow adding a border to an element by just adding a border-width.
   *
   *    By default, the way the browser specifies that an element should have no
   *    border is by setting it's border-style to `none` in the user-agent
   *    stylesheet.
   *
   *    In order to easily add borders to elements by just setting the `border-width`
   *    property, we change the default border-style for all elements to `solid`, and
   *    use border-width to hide them instead. This way our `border` utilities only
   *    need to set the `border-width` property instead of the entire `border`
   *    shorthand, making our border utilities much more straightforward to compose.
   *
   *    https://github.com/tailwindcss/tailwindcss/pull/116
   */
  /*
   * Ensure horizontal rules are visible by default
   */
  /**
   * Undo the `border-style: none` reset that Normalize applies to images so that
   * our `border-{width}` utilities have the expected effect.
   *
   * The Normalize reset is unnecessary for us since we default the border-width
   * to 0 on all elements.
   *
   * https://github.com/tailwindcss/tailwindcss/issues/362
   */
  /**
   * Reset links to optimize for opt-in styling instead of
   * opt-out.
   */
  /**
   * Reset form element properties that are easy to forget to
   * style explicitly so you don't inadvertently introduce
   * styles that deviate from your design system. These styles
   * supplement a partial reset that is already applied by
   * normalize.css.
   */
  /**
   * Use the configured 'mono' font family for elements that
   * are expected to be rendered with a monospace font, falling
   * back to the system monospace stack if there is no configured
   * 'mono' font family.
   */
  /**
   * Make replaced elements `display: block` by default as that's
   * the behavior you want almost all of the time. Inspired by
   * CSS Remedy, with `svg` added as well.
   *
   * https://github.com/mozdevs/cssremedy/issues/14
   */
  /**
   * Constrain images and videos to the parent width and preserve
   * their instrinsic aspect ratio.
   *
   * https://github.com/mozdevs/cssremedy/issues/14
   */
}
.vpt html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
.vpt body {
  margin: 0;
}
.vpt main {
  display: block;
}
.vpt h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.vpt hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
.vpt pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
.vpt a {
  background-color: transparent;
}
.vpt abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}
.vpt b,
.vpt strong {
  font-weight: bolder;
}
.vpt code,
.vpt kbd,
.vpt samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
.vpt small {
  font-size: 80%;
}
.vpt sub,
.vpt sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.vpt sub {
  bottom: -0.25em;
}
.vpt sup {
  top: -0.5em;
}
.vpt img {
  border-style: none;
}
.vpt button,
.vpt input,
.vpt optgroup,
.vpt select,
.vpt textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
.vpt button,
.vpt input {
  /* 1 */
  overflow: visible;
}
.vpt button,
.vpt select {
  /* 1 */
  text-transform: none;
}
.vpt button,
.vpt [type=button],
.vpt [type=reset],
.vpt [type=submit] {
  -webkit-appearance: button;
}
.vpt button::-moz-focus-inner,
.vpt [type=button]::-moz-focus-inner,
.vpt [type=reset]::-moz-focus-inner,
.vpt [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.vpt button:-moz-focusring,
.vpt [type=button]:-moz-focusring,
.vpt [type=reset]:-moz-focusring,
.vpt [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.vpt fieldset {
  padding: 0.35em 0.75em 0.625em;
}
.vpt legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
.vpt progress {
  vertical-align: baseline;
}
.vpt textarea {
  overflow: auto;
}
.vpt [type=checkbox],
.vpt [type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
.vpt [type=number]::-webkit-inner-spin-button,
.vpt [type=number]::-webkit-outer-spin-button {
  height: auto;
}
.vpt [type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
.vpt [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.vpt ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
.vpt details {
  display: block;
}
.vpt summary {
  display: list-item;
}
.vpt template {
  display: none;
}
.vpt [hidden] {
  display: none;
}
.vpt blockquote,
.vpt dl,
.vpt dd,
.vpt h1,
.vpt h2,
.vpt h3,
.vpt h4,
.vpt h5,
.vpt h6,
.vpt hr,
.vpt figure,
.vpt p,
.vpt pre {
  margin: 0;
}
.vpt button {
  background-color: transparent;
  background-image: none;
}
.vpt button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
.vpt fieldset {
  margin: 0;
  padding: 0;
}
.vpt ol,
.vpt ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.vpt html {
  font-family: 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";
  /* 1 */
  line-height: 1.5;
  /* 2 */
}
.vpt *,
.vpt ::before,
.vpt ::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}
.vpt hr {
  border-top-width: 1px;
}
.vpt img {
  border-style: solid;
}
.vpt textarea {
  resize: vertical;
}
.vpt input::placeholder,
.vpt textarea::placeholder {
  color: #a0aec0;
}
.vpt button,
.vpt [role=button] {
  cursor: pointer;
}
.vpt table {
  border-collapse: collapse;
}
.vpt h1,
.vpt h2,
.vpt h3,
.vpt h4,
.vpt h5,
.vpt h6 {
  font-size: inherit;
  font-weight: inherit;
}
.vpt a {
  color: inherit;
  text-decoration: inherit;
}
.vpt button,
.vpt input,
.vpt optgroup,
.vpt select,
.vpt textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}
.vpt pre,
.vpt code,
.vpt kbd,
.vpt samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.vpt img,
.vpt svg,
.vpt video,
.vpt canvas,
.vpt audio,
.vpt iframe,
.vpt embed,
.vpt object {
  display: block;
  vertical-align: middle;
}
.vpt img,
.vpt video {
  max-width: 100%;
  height: auto;
}
.vpt .container {
  width: 100%;
}
@media (min-width: 640px) {
  .vpt .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .vpt .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .vpt .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .vpt .container {
    max-width: 1280px;
  }
}
.vpt .space-y-0 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0px * var(--space-y-reverse));
}
.vpt .space-x-0 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(0px * var(--space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
}
.vpt .space-y-5 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--space-y-reverse));
}
.vpt .space-x-5 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
}
.vpt .space-y-10 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(1rem * var(--space-y-reverse));
}
.vpt .space-x-10 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(1rem * var(--space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
}
.vpt .space-y-15 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--space-y-reverse));
}
.vpt .space-x-15 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
}
.vpt .space-y-20 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(2rem * var(--space-y-reverse));
}
.vpt .space-x-20 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(2rem * var(--space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
}
.vpt .space-y-30 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(3rem * var(--space-y-reverse));
}
.vpt .space-x-30 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(3rem * var(--space-x-reverse));
  margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
}
.vpt .space-y-40 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(4rem * var(--space-y-reverse));
}
.vpt .space-x-40 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(4rem * var(--space-x-reverse));
  margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
}
.vpt .space-y-50 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(5rem * var(--space-y-reverse));
}
.vpt .space-x-50 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(5rem * var(--space-x-reverse));
  margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
}
.vpt .space-y-100 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(10rem * var(--space-y-reverse));
}
.vpt .space-x-100 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(10rem * var(--space-x-reverse));
  margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
}
.vpt .space-y-px > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(1px * var(--space-y-reverse));
}
.vpt .space-x-px > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(1px * var(--space-x-reverse));
  margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
}
.vpt .-space-y-5 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-0.5rem * var(--space-y-reverse));
}
.vpt .-space-x-5 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-0.5rem * var(--space-x-reverse));
  margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
}
.vpt .-space-y-10 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-1rem * var(--space-y-reverse));
}
.vpt .-space-x-10 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-1rem * var(--space-x-reverse));
  margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
}
.vpt .-space-y-15 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-1.5rem * var(--space-y-reverse));
}
.vpt .-space-x-15 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-1.5rem * var(--space-x-reverse));
  margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
}
.vpt .-space-y-20 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-2rem * var(--space-y-reverse));
}
.vpt .-space-x-20 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-2rem * var(--space-x-reverse));
  margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
}
.vpt .-space-y-30 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-3rem * var(--space-y-reverse));
}
.vpt .-space-x-30 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-3rem * var(--space-x-reverse));
  margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
}
.vpt .-space-y-40 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-4rem * var(--space-y-reverse));
}
.vpt .-space-x-40 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-4rem * var(--space-x-reverse));
  margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
}
.vpt .-space-y-50 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-5rem * var(--space-y-reverse));
}
.vpt .-space-x-50 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-5rem * var(--space-x-reverse));
  margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
}
.vpt .-space-y-100 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-10rem * var(--space-y-reverse));
}
.vpt .-space-x-100 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-10rem * var(--space-x-reverse));
  margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
}
.vpt .-space-y-px > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-1px * var(--space-y-reverse));
}
.vpt .-space-x-px > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-1px * var(--space-x-reverse));
  margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
}
.vpt .space-y-reverse > :not(template) ~ :not(template) {
  --space-y-reverse: 1;
}
.vpt .space-x-reverse > :not(template) ~ :not(template) {
  --space-x-reverse: 1;
}
.vpt .divide-y-0 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(0px * var(--divide-y-reverse));
}
.vpt .divide-x-0 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(0px * var(--divide-x-reverse));
  border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
}
.vpt .divide-y-2 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(2px * var(--divide-y-reverse));
}
.vpt .divide-x-2 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(2px * var(--divide-x-reverse));
  border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
}
.vpt .divide-y-4 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(4px * var(--divide-y-reverse));
}
.vpt .divide-x-4 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(4px * var(--divide-x-reverse));
  border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
}
.vpt .divide-y-8 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(8px * var(--divide-y-reverse));
}
.vpt .divide-x-8 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(8px * var(--divide-x-reverse));
  border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
}
.vpt .divide-y > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(1px * var(--divide-y-reverse));
}
.vpt .divide-x > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(1px * var(--divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
}
.vpt .divide-y-reverse > :not(template) ~ :not(template) {
  --divide-y-reverse: 1;
}
.vpt .divide-x-reverse > :not(template) ~ :not(template) {
  --divide-x-reverse: 1;
}
.vpt .divide-blue-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #F4F5FB;
  border-color: rgba(244, 245, 251, var(--divide-opacity));
}
.vpt .divide-blue-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #CED2EE;
  border-color: rgba(206, 210, 238, var(--divide-opacity));
}
.vpt .divide-blue-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #A8AFE1;
  border-color: rgba(168, 175, 225, var(--divide-opacity));
}
.vpt .divide-blue-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #828DD4;
  border-color: rgba(130, 141, 212, var(--divide-opacity));
}
.vpt .divide-blue-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #5C6AC7;
  border-color: rgba(92, 106, 199, var(--divide-opacity));
}
.vpt .divide-blue-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #3D4DB3;
  border-color: rgba(61, 77, 179, var(--divide-opacity));
}
.vpt .divide-blue-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #303C8D;
  border-color: rgba(48, 60, 141, var(--divide-opacity));
}
.vpt .divide-blue-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #232C67;
  border-color: rgba(35, 44, 103, var(--divide-opacity));
}
.vpt .divide-blue-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #161C41;
  border-color: rgba(22, 28, 65, var(--divide-opacity));
}
.vpt .divide-black-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #FFFFFF;
  border-color: rgba(255, 255, 255, var(--divide-opacity));
}
.vpt .divide-black-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #EAEDF1;
  border-color: rgba(234, 237, 241, var(--divide-opacity));
}
.vpt .divide-black-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #D1D8E0;
  border-color: rgba(209, 216, 224, var(--divide-opacity));
}
.vpt .divide-black-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #B9C3D0;
  border-color: rgba(185, 195, 208, var(--divide-opacity));
}
.vpt .divide-black-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #A0AEC0;
  border-color: rgba(160, 174, 192, var(--divide-opacity));
}
.vpt .divide-black-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #7E91A9;
  border-color: rgba(126, 145, 169, var(--divide-opacity));
}
.vpt .divide-black-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #607590;
  border-color: rgba(96, 117, 144, var(--divide-opacity));
}
.vpt .divide-black-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #49596E;
  border-color: rgba(73, 89, 110, var(--divide-opacity));
}
.vpt .divide-black-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #333E4D;
  border-color: rgba(51, 62, 77, var(--divide-opacity));
}
.vpt .divide-green-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #DBFAE8;
  border-color: rgba(219, 250, 232, var(--divide-opacity));
}
.vpt .divide-green-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #98F0BD;
  border-color: rgba(152, 240, 189, var(--divide-opacity));
}
.vpt .divide-green-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #55E792;
  border-color: rgba(85, 231, 146, var(--divide-opacity));
}
.vpt .divide-green-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #1ED269;
  border-color: rgba(30, 210, 105, var(--divide-opacity));
}
.vpt .divide-green-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #148F47;
  border-color: rgba(20, 143, 71, var(--divide-opacity));
}
.vpt .divide-green-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #11743A;
  border-color: rgba(17, 116, 58, var(--divide-opacity));
}
.vpt .divide-green-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #0D592D;
  border-color: rgba(13, 89, 45, var(--divide-opacity));
}
.vpt .divide-green-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #093E1F;
  border-color: rgba(9, 62, 31, var(--divide-opacity));
}
.vpt .divide-green-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #052412;
  border-color: rgba(5, 36, 18, var(--divide-opacity));
}
.vpt .divide-red-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #FDDDE0;
  border-color: rgba(253, 221, 224, var(--divide-opacity));
}
.vpt .divide-red-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #FBB2B9;
  border-color: rgba(251, 178, 185, var(--divide-opacity));
}
.vpt .divide-red-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #F88792;
  border-color: rgba(248, 135, 146, var(--divide-opacity));
}
.vpt .divide-red-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #F55B6B;
  border-color: rgba(245, 91, 107, var(--divide-opacity));
}
.vpt .divide-red-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #F33043;
  border-color: rgba(243, 48, 67, var(--divide-opacity));
}
.vpt .divide-red-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #E30D23;
  border-color: rgba(227, 13, 35, var(--divide-opacity));
}
.vpt .divide-red-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #B20A1B;
  border-color: rgba(178, 10, 27, var(--divide-opacity));
}
.vpt .divide-red-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #820814;
  border-color: rgba(130, 8, 20, var(--divide-opacity));
}
.vpt .divide-red-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #52050C;
  border-color: rgba(82, 5, 12, var(--divide-opacity));
}
.vpt .divide-solid > :not(template) ~ :not(template) {
  border-style: solid;
}
.vpt .divide-dashed > :not(template) ~ :not(template) {
  border-style: dashed;
}
.vpt .divide-dotted > :not(template) ~ :not(template) {
  border-style: dotted;
}
.vpt .divide-double > :not(template) ~ :not(template) {
  border-style: double;
}
.vpt .divide-none > :not(template) ~ :not(template) {
  border-style: none;
}
.vpt .divide-opacity-0 > :not(template) ~ :not(template) {
  --divide-opacity: 0;
}
.vpt .divide-opacity-25 > :not(template) ~ :not(template) {
  --divide-opacity: 0.25;
}
.vpt .divide-opacity-50 > :not(template) ~ :not(template) {
  --divide-opacity: 0.5;
}
.vpt .divide-opacity-75 > :not(template) ~ :not(template) {
  --divide-opacity: 0.75;
}
.vpt .divide-opacity-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
}
.vpt .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.vpt .not-sr-only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.vpt .focus--sr-only:focus {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.vpt .focus--not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.vpt .appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.vpt .bg-fixed {
  background-attachment: fixed;
}
.vpt .bg-local {
  background-attachment: local;
}
.vpt .bg-scroll {
  background-attachment: scroll;
}
.vpt .bg-clip-border {
  background-clip: border-box;
}
.vpt .bg-clip-padding {
  background-clip: padding-box;
}
.vpt .bg-clip-content {
  background-clip: content-box;
}
.vpt .bg-clip-text {
  -webkit-background-clip: text;
  background-clip: text;
}
.vpt .bg-blue-100 {
  --bg-opacity: 1;
  background-color: #F4F5FB;
  background-color: rgba(244, 245, 251, var(--bg-opacity));
}
.vpt .bg-blue-200 {
  --bg-opacity: 1;
  background-color: #CED2EE;
  background-color: rgba(206, 210, 238, var(--bg-opacity));
}
.vpt .bg-blue-300 {
  --bg-opacity: 1;
  background-color: #A8AFE1;
  background-color: rgba(168, 175, 225, var(--bg-opacity));
}
.vpt .bg-blue-400 {
  --bg-opacity: 1;
  background-color: #828DD4;
  background-color: rgba(130, 141, 212, var(--bg-opacity));
}
.vpt .bg-blue-500 {
  --bg-opacity: 1;
  background-color: #5C6AC7;
  background-color: rgba(92, 106, 199, var(--bg-opacity));
}
.vpt .bg-blue-600 {
  --bg-opacity: 1;
  background-color: #3D4DB3;
  background-color: rgba(61, 77, 179, var(--bg-opacity));
}
.vpt .bg-blue-700 {
  --bg-opacity: 1;
  background-color: #303C8D;
  background-color: rgba(48, 60, 141, var(--bg-opacity));
}
.vpt .bg-blue-800 {
  --bg-opacity: 1;
  background-color: #232C67;
  background-color: rgba(35, 44, 103, var(--bg-opacity));
}
.vpt .bg-blue-900 {
  --bg-opacity: 1;
  background-color: #161C41;
  background-color: rgba(22, 28, 65, var(--bg-opacity));
}
.vpt .bg-black-100 {
  --bg-opacity: 1;
  background-color: #FFFFFF;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}
.vpt .bg-black-200 {
  --bg-opacity: 1;
  background-color: #EAEDF1;
  background-color: rgba(234, 237, 241, var(--bg-opacity));
}
.vpt .bg-black-300 {
  --bg-opacity: 1;
  background-color: #D1D8E0;
  background-color: rgba(209, 216, 224, var(--bg-opacity));
}
.vpt .bg-black-400 {
  --bg-opacity: 1;
  background-color: #B9C3D0;
  background-color: rgba(185, 195, 208, var(--bg-opacity));
}
.vpt .bg-black-500 {
  --bg-opacity: 1;
  background-color: #A0AEC0;
  background-color: rgba(160, 174, 192, var(--bg-opacity));
}
.vpt .bg-black-600 {
  --bg-opacity: 1;
  background-color: #7E91A9;
  background-color: rgba(126, 145, 169, var(--bg-opacity));
}
.vpt .bg-black-700 {
  --bg-opacity: 1;
  background-color: #607590;
  background-color: rgba(96, 117, 144, var(--bg-opacity));
}
.vpt .bg-black-800 {
  --bg-opacity: 1;
  background-color: #49596E;
  background-color: rgba(73, 89, 110, var(--bg-opacity));
}
.vpt .bg-black-900 {
  --bg-opacity: 1;
  background-color: #333E4D;
  background-color: rgba(51, 62, 77, var(--bg-opacity));
}
.vpt .bg-green-100 {
  --bg-opacity: 1;
  background-color: #DBFAE8;
  background-color: rgba(219, 250, 232, var(--bg-opacity));
}
.vpt .bg-green-200 {
  --bg-opacity: 1;
  background-color: #98F0BD;
  background-color: rgba(152, 240, 189, var(--bg-opacity));
}
.vpt .bg-green-300 {
  --bg-opacity: 1;
  background-color: #55E792;
  background-color: rgba(85, 231, 146, var(--bg-opacity));
}
.vpt .bg-green-400 {
  --bg-opacity: 1;
  background-color: #1ED269;
  background-color: rgba(30, 210, 105, var(--bg-opacity));
}
.vpt .bg-green-500 {
  --bg-opacity: 1;
  background-color: #148F47;
  background-color: rgba(20, 143, 71, var(--bg-opacity));
}
.vpt .bg-green-600 {
  --bg-opacity: 1;
  background-color: #11743A;
  background-color: rgba(17, 116, 58, var(--bg-opacity));
}
.vpt .bg-green-700 {
  --bg-opacity: 1;
  background-color: #0D592D;
  background-color: rgba(13, 89, 45, var(--bg-opacity));
}
.vpt .bg-green-800 {
  --bg-opacity: 1;
  background-color: #093E1F;
  background-color: rgba(9, 62, 31, var(--bg-opacity));
}
.vpt .bg-green-900 {
  --bg-opacity: 1;
  background-color: #052412;
  background-color: rgba(5, 36, 18, var(--bg-opacity));
}
.vpt .bg-red-100 {
  --bg-opacity: 1;
  background-color: #FDDDE0;
  background-color: rgba(253, 221, 224, var(--bg-opacity));
}
.vpt .bg-red-200 {
  --bg-opacity: 1;
  background-color: #FBB2B9;
  background-color: rgba(251, 178, 185, var(--bg-opacity));
}
.vpt .bg-red-300 {
  --bg-opacity: 1;
  background-color: #F88792;
  background-color: rgba(248, 135, 146, var(--bg-opacity));
}
.vpt .bg-red-400 {
  --bg-opacity: 1;
  background-color: #F55B6B;
  background-color: rgba(245, 91, 107, var(--bg-opacity));
}
.vpt .bg-red-500 {
  --bg-opacity: 1;
  background-color: #F33043;
  background-color: rgba(243, 48, 67, var(--bg-opacity));
}
.vpt .bg-red-600 {
  --bg-opacity: 1;
  background-color: #E30D23;
  background-color: rgba(227, 13, 35, var(--bg-opacity));
}
.vpt .bg-red-700 {
  --bg-opacity: 1;
  background-color: #B20A1B;
  background-color: rgba(178, 10, 27, var(--bg-opacity));
}
.vpt .bg-red-800 {
  --bg-opacity: 1;
  background-color: #820814;
  background-color: rgba(130, 8, 20, var(--bg-opacity));
}
.vpt .bg-red-900 {
  --bg-opacity: 1;
  background-color: #52050C;
  background-color: rgba(82, 5, 12, var(--bg-opacity));
}
.vpt .hover--bg-blue-100:hover {
  --bg-opacity: 1;
  background-color: #F4F5FB;
  background-color: rgba(244, 245, 251, var(--bg-opacity));
}
.vpt .hover--bg-blue-200:hover {
  --bg-opacity: 1;
  background-color: #CED2EE;
  background-color: rgba(206, 210, 238, var(--bg-opacity));
}
.vpt .hover--bg-blue-300:hover {
  --bg-opacity: 1;
  background-color: #A8AFE1;
  background-color: rgba(168, 175, 225, var(--bg-opacity));
}
.vpt .hover--bg-blue-400:hover {
  --bg-opacity: 1;
  background-color: #828DD4;
  background-color: rgba(130, 141, 212, var(--bg-opacity));
}
.vpt .hover--bg-blue-500:hover {
  --bg-opacity: 1;
  background-color: #5C6AC7;
  background-color: rgba(92, 106, 199, var(--bg-opacity));
}
.vpt .hover--bg-blue-600:hover {
  --bg-opacity: 1;
  background-color: #3D4DB3;
  background-color: rgba(61, 77, 179, var(--bg-opacity));
}
.vpt .hover--bg-blue-700:hover {
  --bg-opacity: 1;
  background-color: #303C8D;
  background-color: rgba(48, 60, 141, var(--bg-opacity));
}
.vpt .hover--bg-blue-800:hover {
  --bg-opacity: 1;
  background-color: #232C67;
  background-color: rgba(35, 44, 103, var(--bg-opacity));
}
.vpt .hover--bg-blue-900:hover {
  --bg-opacity: 1;
  background-color: #161C41;
  background-color: rgba(22, 28, 65, var(--bg-opacity));
}
.vpt .hover--bg-black-100:hover {
  --bg-opacity: 1;
  background-color: #FFFFFF;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}
.vpt .hover--bg-black-200:hover {
  --bg-opacity: 1;
  background-color: #EAEDF1;
  background-color: rgba(234, 237, 241, var(--bg-opacity));
}
.vpt .hover--bg-black-300:hover {
  --bg-opacity: 1;
  background-color: #D1D8E0;
  background-color: rgba(209, 216, 224, var(--bg-opacity));
}
.vpt .hover--bg-black-400:hover {
  --bg-opacity: 1;
  background-color: #B9C3D0;
  background-color: rgba(185, 195, 208, var(--bg-opacity));
}
.vpt .hover--bg-black-500:hover {
  --bg-opacity: 1;
  background-color: #A0AEC0;
  background-color: rgba(160, 174, 192, var(--bg-opacity));
}
.vpt .hover--bg-black-600:hover {
  --bg-opacity: 1;
  background-color: #7E91A9;
  background-color: rgba(126, 145, 169, var(--bg-opacity));
}
.vpt .hover--bg-black-700:hover {
  --bg-opacity: 1;
  background-color: #607590;
  background-color: rgba(96, 117, 144, var(--bg-opacity));
}
.vpt .hover--bg-black-800:hover {
  --bg-opacity: 1;
  background-color: #49596E;
  background-color: rgba(73, 89, 110, var(--bg-opacity));
}
.vpt .hover--bg-black-900:hover {
  --bg-opacity: 1;
  background-color: #333E4D;
  background-color: rgba(51, 62, 77, var(--bg-opacity));
}
.vpt .hover--bg-green-100:hover {
  --bg-opacity: 1;
  background-color: #DBFAE8;
  background-color: rgba(219, 250, 232, var(--bg-opacity));
}
.vpt .hover--bg-green-200:hover {
  --bg-opacity: 1;
  background-color: #98F0BD;
  background-color: rgba(152, 240, 189, var(--bg-opacity));
}
.vpt .hover--bg-green-300:hover {
  --bg-opacity: 1;
  background-color: #55E792;
  background-color: rgba(85, 231, 146, var(--bg-opacity));
}
.vpt .hover--bg-green-400:hover {
  --bg-opacity: 1;
  background-color: #1ED269;
  background-color: rgba(30, 210, 105, var(--bg-opacity));
}
.vpt .hover--bg-green-500:hover {
  --bg-opacity: 1;
  background-color: #148F47;
  background-color: rgba(20, 143, 71, var(--bg-opacity));
}
.vpt .hover--bg-green-600:hover {
  --bg-opacity: 1;
  background-color: #11743A;
  background-color: rgba(17, 116, 58, var(--bg-opacity));
}
.vpt .hover--bg-green-700:hover {
  --bg-opacity: 1;
  background-color: #0D592D;
  background-color: rgba(13, 89, 45, var(--bg-opacity));
}
.vpt .hover--bg-green-800:hover {
  --bg-opacity: 1;
  background-color: #093E1F;
  background-color: rgba(9, 62, 31, var(--bg-opacity));
}
.vpt .hover--bg-green-900:hover {
  --bg-opacity: 1;
  background-color: #052412;
  background-color: rgba(5, 36, 18, var(--bg-opacity));
}
.vpt .hover--bg-red-100:hover {
  --bg-opacity: 1;
  background-color: #FDDDE0;
  background-color: rgba(253, 221, 224, var(--bg-opacity));
}
.vpt .hover--bg-red-200:hover {
  --bg-opacity: 1;
  background-color: #FBB2B9;
  background-color: rgba(251, 178, 185, var(--bg-opacity));
}
.vpt .hover--bg-red-300:hover {
  --bg-opacity: 1;
  background-color: #F88792;
  background-color: rgba(248, 135, 146, var(--bg-opacity));
}
.vpt .hover--bg-red-400:hover {
  --bg-opacity: 1;
  background-color: #F55B6B;
  background-color: rgba(245, 91, 107, var(--bg-opacity));
}
.vpt .hover--bg-red-500:hover {
  --bg-opacity: 1;
  background-color: #F33043;
  background-color: rgba(243, 48, 67, var(--bg-opacity));
}
.vpt .hover--bg-red-600:hover {
  --bg-opacity: 1;
  background-color: #E30D23;
  background-color: rgba(227, 13, 35, var(--bg-opacity));
}
.vpt .hover--bg-red-700:hover {
  --bg-opacity: 1;
  background-color: #B20A1B;
  background-color: rgba(178, 10, 27, var(--bg-opacity));
}
.vpt .hover--bg-red-800:hover {
  --bg-opacity: 1;
  background-color: #820814;
  background-color: rgba(130, 8, 20, var(--bg-opacity));
}
.vpt .hover--bg-red-900:hover {
  --bg-opacity: 1;
  background-color: #52050C;
  background-color: rgba(82, 5, 12, var(--bg-opacity));
}
.vpt .focus--bg-blue-100:focus {
  --bg-opacity: 1;
  background-color: #F4F5FB;
  background-color: rgba(244, 245, 251, var(--bg-opacity));
}
.vpt .focus--bg-blue-200:focus {
  --bg-opacity: 1;
  background-color: #CED2EE;
  background-color: rgba(206, 210, 238, var(--bg-opacity));
}
.vpt .focus--bg-blue-300:focus {
  --bg-opacity: 1;
  background-color: #A8AFE1;
  background-color: rgba(168, 175, 225, var(--bg-opacity));
}
.vpt .focus--bg-blue-400:focus {
  --bg-opacity: 1;
  background-color: #828DD4;
  background-color: rgba(130, 141, 212, var(--bg-opacity));
}
.vpt .focus--bg-blue-500:focus {
  --bg-opacity: 1;
  background-color: #5C6AC7;
  background-color: rgba(92, 106, 199, var(--bg-opacity));
}
.vpt .focus--bg-blue-600:focus {
  --bg-opacity: 1;
  background-color: #3D4DB3;
  background-color: rgba(61, 77, 179, var(--bg-opacity));
}
.vpt .focus--bg-blue-700:focus {
  --bg-opacity: 1;
  background-color: #303C8D;
  background-color: rgba(48, 60, 141, var(--bg-opacity));
}
.vpt .focus--bg-blue-800:focus {
  --bg-opacity: 1;
  background-color: #232C67;
  background-color: rgba(35, 44, 103, var(--bg-opacity));
}
.vpt .focus--bg-blue-900:focus {
  --bg-opacity: 1;
  background-color: #161C41;
  background-color: rgba(22, 28, 65, var(--bg-opacity));
}
.vpt .focus--bg-black-100:focus {
  --bg-opacity: 1;
  background-color: #FFFFFF;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}
.vpt .focus--bg-black-200:focus {
  --bg-opacity: 1;
  background-color: #EAEDF1;
  background-color: rgba(234, 237, 241, var(--bg-opacity));
}
.vpt .focus--bg-black-300:focus {
  --bg-opacity: 1;
  background-color: #D1D8E0;
  background-color: rgba(209, 216, 224, var(--bg-opacity));
}
.vpt .focus--bg-black-400:focus {
  --bg-opacity: 1;
  background-color: #B9C3D0;
  background-color: rgba(185, 195, 208, var(--bg-opacity));
}
.vpt .focus--bg-black-500:focus {
  --bg-opacity: 1;
  background-color: #A0AEC0;
  background-color: rgba(160, 174, 192, var(--bg-opacity));
}
.vpt .focus--bg-black-600:focus {
  --bg-opacity: 1;
  background-color: #7E91A9;
  background-color: rgba(126, 145, 169, var(--bg-opacity));
}
.vpt .focus--bg-black-700:focus {
  --bg-opacity: 1;
  background-color: #607590;
  background-color: rgba(96, 117, 144, var(--bg-opacity));
}
.vpt .focus--bg-black-800:focus {
  --bg-opacity: 1;
  background-color: #49596E;
  background-color: rgba(73, 89, 110, var(--bg-opacity));
}
.vpt .focus--bg-black-900:focus {
  --bg-opacity: 1;
  background-color: #333E4D;
  background-color: rgba(51, 62, 77, var(--bg-opacity));
}
.vpt .focus--bg-green-100:focus {
  --bg-opacity: 1;
  background-color: #DBFAE8;
  background-color: rgba(219, 250, 232, var(--bg-opacity));
}
.vpt .focus--bg-green-200:focus {
  --bg-opacity: 1;
  background-color: #98F0BD;
  background-color: rgba(152, 240, 189, var(--bg-opacity));
}
.vpt .focus--bg-green-300:focus {
  --bg-opacity: 1;
  background-color: #55E792;
  background-color: rgba(85, 231, 146, var(--bg-opacity));
}
.vpt .focus--bg-green-400:focus {
  --bg-opacity: 1;
  background-color: #1ED269;
  background-color: rgba(30, 210, 105, var(--bg-opacity));
}
.vpt .focus--bg-green-500:focus {
  --bg-opacity: 1;
  background-color: #148F47;
  background-color: rgba(20, 143, 71, var(--bg-opacity));
}
.vpt .focus--bg-green-600:focus {
  --bg-opacity: 1;
  background-color: #11743A;
  background-color: rgba(17, 116, 58, var(--bg-opacity));
}
.vpt .focus--bg-green-700:focus {
  --bg-opacity: 1;
  background-color: #0D592D;
  background-color: rgba(13, 89, 45, var(--bg-opacity));
}
.vpt .focus--bg-green-800:focus {
  --bg-opacity: 1;
  background-color: #093E1F;
  background-color: rgba(9, 62, 31, var(--bg-opacity));
}
.vpt .focus--bg-green-900:focus {
  --bg-opacity: 1;
  background-color: #052412;
  background-color: rgba(5, 36, 18, var(--bg-opacity));
}
.vpt .focus--bg-red-100:focus {
  --bg-opacity: 1;
  background-color: #FDDDE0;
  background-color: rgba(253, 221, 224, var(--bg-opacity));
}
.vpt .focus--bg-red-200:focus {
  --bg-opacity: 1;
  background-color: #FBB2B9;
  background-color: rgba(251, 178, 185, var(--bg-opacity));
}
.vpt .focus--bg-red-300:focus {
  --bg-opacity: 1;
  background-color: #F88792;
  background-color: rgba(248, 135, 146, var(--bg-opacity));
}
.vpt .focus--bg-red-400:focus {
  --bg-opacity: 1;
  background-color: #F55B6B;
  background-color: rgba(245, 91, 107, var(--bg-opacity));
}
.vpt .focus--bg-red-500:focus {
  --bg-opacity: 1;
  background-color: #F33043;
  background-color: rgba(243, 48, 67, var(--bg-opacity));
}
.vpt .focus--bg-red-600:focus {
  --bg-opacity: 1;
  background-color: #E30D23;
  background-color: rgba(227, 13, 35, var(--bg-opacity));
}
.vpt .focus--bg-red-700:focus {
  --bg-opacity: 1;
  background-color: #B20A1B;
  background-color: rgba(178, 10, 27, var(--bg-opacity));
}
.vpt .focus--bg-red-800:focus {
  --bg-opacity: 1;
  background-color: #820814;
  background-color: rgba(130, 8, 20, var(--bg-opacity));
}
.vpt .focus--bg-red-900:focus {
  --bg-opacity: 1;
  background-color: #52050C;
  background-color: rgba(82, 5, 12, var(--bg-opacity));
}
.vpt .bg-none {
  background-image: none;
}
.vpt .bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--gradient-color-stops));
}
.vpt .bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--gradient-color-stops));
}
.vpt .bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--gradient-color-stops));
}
.vpt .bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
}
.vpt .bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--gradient-color-stops));
}
.vpt .bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
}
.vpt .bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--gradient-color-stops));
}
.vpt .bg-gradient-to-tl {
  background-image: linear-gradient(to top left, var(--gradient-color-stops));
}
.vpt .from-blue-100 {
  --gradient-from-color: #F4F5FB;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 245, 251, 0));
}
.vpt .from-blue-200 {
  --gradient-from-color: #CED2EE;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(206, 210, 238, 0));
}
.vpt .from-blue-300 {
  --gradient-from-color: #A8AFE1;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(168, 175, 225, 0));
}
.vpt .from-blue-400 {
  --gradient-from-color: #828DD4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(130, 141, 212, 0));
}
.vpt .from-blue-500 {
  --gradient-from-color: #5C6AC7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(92, 106, 199, 0));
}
.vpt .from-blue-600 {
  --gradient-from-color: #3D4DB3;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(61, 77, 179, 0));
}
.vpt .from-blue-700 {
  --gradient-from-color: #303C8D;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(48, 60, 141, 0));
}
.vpt .from-blue-800 {
  --gradient-from-color: #232C67;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 44, 103, 0));
}
.vpt .from-blue-900 {
  --gradient-from-color: #161C41;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 28, 65, 0));
}
.vpt .from-black-100 {
  --gradient-from-color: #FFFFFF;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
}
.vpt .from-black-200 {
  --gradient-from-color: #EAEDF1;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 237, 241, 0));
}
.vpt .from-black-300 {
  --gradient-from-color: #D1D8E0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(209, 216, 224, 0));
}
.vpt .from-black-400 {
  --gradient-from-color: #B9C3D0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 195, 208, 0));
}
.vpt .from-black-500 {
  --gradient-from-color: #A0AEC0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
}
.vpt .from-black-600 {
  --gradient-from-color: #7E91A9;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(126, 145, 169, 0));
}
.vpt .from-black-700 {
  --gradient-from-color: #607590;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 117, 144, 0));
}
.vpt .from-black-800 {
  --gradient-from-color: #49596E;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(73, 89, 110, 0));
}
.vpt .from-black-900 {
  --gradient-from-color: #333E4D;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(51, 62, 77, 0));
}
.vpt .from-green-100 {
  --gradient-from-color: #DBFAE8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 250, 232, 0));
}
.vpt .from-green-200 {
  --gradient-from-color: #98F0BD;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(152, 240, 189, 0));
}
.vpt .from-green-300 {
  --gradient-from-color: #55E792;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 231, 146, 0));
}
.vpt .from-green-400 {
  --gradient-from-color: #1ED269;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 210, 105, 0));
}
.vpt .from-green-500 {
  --gradient-from-color: #148F47;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 143, 71, 0));
}
.vpt .from-green-600 {
  --gradient-from-color: #11743A;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 116, 58, 0));
}
.vpt .from-green-700 {
  --gradient-from-color: #0D592D;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 89, 45, 0));
}
.vpt .from-green-800 {
  --gradient-from-color: #093E1F;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(9, 62, 31, 0));
}
.vpt .from-green-900 {
  --gradient-from-color: #052412;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(5, 36, 18, 0));
}
.vpt .from-red-100 {
  --gradient-from-color: #FDDDE0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 221, 224, 0));
}
.vpt .from-red-200 {
  --gradient-from-color: #FBB2B9;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 178, 185, 0));
}
.vpt .from-red-300 {
  --gradient-from-color: #F88792;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 135, 146, 0));
}
.vpt .from-red-400 {
  --gradient-from-color: #F55B6B;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 91, 107, 0));
}
.vpt .from-red-500 {
  --gradient-from-color: #F33043;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 48, 67, 0));
}
.vpt .from-red-600 {
  --gradient-from-color: #E30D23;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 13, 35, 0));
}
.vpt .from-red-700 {
  --gradient-from-color: #B20A1B;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 10, 27, 0));
}
.vpt .from-red-800 {
  --gradient-from-color: #820814;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(130, 8, 20, 0));
}
.vpt .from-red-900 {
  --gradient-from-color: #52050C;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(82, 5, 12, 0));
}
.vpt .via-blue-100 {
  --gradient-via-color: #F4F5FB;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 245, 251, 0));
}
.vpt .via-blue-200 {
  --gradient-via-color: #CED2EE;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(206, 210, 238, 0));
}
.vpt .via-blue-300 {
  --gradient-via-color: #A8AFE1;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(168, 175, 225, 0));
}
.vpt .via-blue-400 {
  --gradient-via-color: #828DD4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(130, 141, 212, 0));
}
.vpt .via-blue-500 {
  --gradient-via-color: #5C6AC7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(92, 106, 199, 0));
}
.vpt .via-blue-600 {
  --gradient-via-color: #3D4DB3;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(61, 77, 179, 0));
}
.vpt .via-blue-700 {
  --gradient-via-color: #303C8D;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(48, 60, 141, 0));
}
.vpt .via-blue-800 {
  --gradient-via-color: #232C67;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 44, 103, 0));
}
.vpt .via-blue-900 {
  --gradient-via-color: #161C41;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 28, 65, 0));
}
.vpt .via-black-100 {
  --gradient-via-color: #FFFFFF;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
}
.vpt .via-black-200 {
  --gradient-via-color: #EAEDF1;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 237, 241, 0));
}
.vpt .via-black-300 {
  --gradient-via-color: #D1D8E0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(209, 216, 224, 0));
}
.vpt .via-black-400 {
  --gradient-via-color: #B9C3D0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 195, 208, 0));
}
.vpt .via-black-500 {
  --gradient-via-color: #A0AEC0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
}
.vpt .via-black-600 {
  --gradient-via-color: #7E91A9;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(126, 145, 169, 0));
}
.vpt .via-black-700 {
  --gradient-via-color: #607590;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 117, 144, 0));
}
.vpt .via-black-800 {
  --gradient-via-color: #49596E;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(73, 89, 110, 0));
}
.vpt .via-black-900 {
  --gradient-via-color: #333E4D;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(51, 62, 77, 0));
}
.vpt .via-green-100 {
  --gradient-via-color: #DBFAE8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 250, 232, 0));
}
.vpt .via-green-200 {
  --gradient-via-color: #98F0BD;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(152, 240, 189, 0));
}
.vpt .via-green-300 {
  --gradient-via-color: #55E792;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 231, 146, 0));
}
.vpt .via-green-400 {
  --gradient-via-color: #1ED269;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 210, 105, 0));
}
.vpt .via-green-500 {
  --gradient-via-color: #148F47;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 143, 71, 0));
}
.vpt .via-green-600 {
  --gradient-via-color: #11743A;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 116, 58, 0));
}
.vpt .via-green-700 {
  --gradient-via-color: #0D592D;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 89, 45, 0));
}
.vpt .via-green-800 {
  --gradient-via-color: #093E1F;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(9, 62, 31, 0));
}
.vpt .via-green-900 {
  --gradient-via-color: #052412;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(5, 36, 18, 0));
}
.vpt .via-red-100 {
  --gradient-via-color: #FDDDE0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 221, 224, 0));
}
.vpt .via-red-200 {
  --gradient-via-color: #FBB2B9;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 178, 185, 0));
}
.vpt .via-red-300 {
  --gradient-via-color: #F88792;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 135, 146, 0));
}
.vpt .via-red-400 {
  --gradient-via-color: #F55B6B;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 91, 107, 0));
}
.vpt .via-red-500 {
  --gradient-via-color: #F33043;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 48, 67, 0));
}
.vpt .via-red-600 {
  --gradient-via-color: #E30D23;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 13, 35, 0));
}
.vpt .via-red-700 {
  --gradient-via-color: #B20A1B;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 10, 27, 0));
}
.vpt .via-red-800 {
  --gradient-via-color: #820814;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(130, 8, 20, 0));
}
.vpt .via-red-900 {
  --gradient-via-color: #52050C;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(82, 5, 12, 0));
}
.vpt .to-blue-100 {
  --gradient-to-color: #F4F5FB;
}
.vpt .to-blue-200 {
  --gradient-to-color: #CED2EE;
}
.vpt .to-blue-300 {
  --gradient-to-color: #A8AFE1;
}
.vpt .to-blue-400 {
  --gradient-to-color: #828DD4;
}
.vpt .to-blue-500 {
  --gradient-to-color: #5C6AC7;
}
.vpt .to-blue-600 {
  --gradient-to-color: #3D4DB3;
}
.vpt .to-blue-700 {
  --gradient-to-color: #303C8D;
}
.vpt .to-blue-800 {
  --gradient-to-color: #232C67;
}
.vpt .to-blue-900 {
  --gradient-to-color: #161C41;
}
.vpt .to-black-100 {
  --gradient-to-color: #FFFFFF;
}
.vpt .to-black-200 {
  --gradient-to-color: #EAEDF1;
}
.vpt .to-black-300 {
  --gradient-to-color: #D1D8E0;
}
.vpt .to-black-400 {
  --gradient-to-color: #B9C3D0;
}
.vpt .to-black-500 {
  --gradient-to-color: #A0AEC0;
}
.vpt .to-black-600 {
  --gradient-to-color: #7E91A9;
}
.vpt .to-black-700 {
  --gradient-to-color: #607590;
}
.vpt .to-black-800 {
  --gradient-to-color: #49596E;
}
.vpt .to-black-900 {
  --gradient-to-color: #333E4D;
}
.vpt .to-green-100 {
  --gradient-to-color: #DBFAE8;
}
.vpt .to-green-200 {
  --gradient-to-color: #98F0BD;
}
.vpt .to-green-300 {
  --gradient-to-color: #55E792;
}
.vpt .to-green-400 {
  --gradient-to-color: #1ED269;
}
.vpt .to-green-500 {
  --gradient-to-color: #148F47;
}
.vpt .to-green-600 {
  --gradient-to-color: #11743A;
}
.vpt .to-green-700 {
  --gradient-to-color: #0D592D;
}
.vpt .to-green-800 {
  --gradient-to-color: #093E1F;
}
.vpt .to-green-900 {
  --gradient-to-color: #052412;
}
.vpt .to-red-100 {
  --gradient-to-color: #FDDDE0;
}
.vpt .to-red-200 {
  --gradient-to-color: #FBB2B9;
}
.vpt .to-red-300 {
  --gradient-to-color: #F88792;
}
.vpt .to-red-400 {
  --gradient-to-color: #F55B6B;
}
.vpt .to-red-500 {
  --gradient-to-color: #F33043;
}
.vpt .to-red-600 {
  --gradient-to-color: #E30D23;
}
.vpt .to-red-700 {
  --gradient-to-color: #B20A1B;
}
.vpt .to-red-800 {
  --gradient-to-color: #820814;
}
.vpt .to-red-900 {
  --gradient-to-color: #52050C;
}
.vpt .hover--from-blue-100:hover {
  --gradient-from-color: #F4F5FB;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 245, 251, 0));
}
.vpt .hover--from-blue-200:hover {
  --gradient-from-color: #CED2EE;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(206, 210, 238, 0));
}
.vpt .hover--from-blue-300:hover {
  --gradient-from-color: #A8AFE1;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(168, 175, 225, 0));
}
.vpt .hover--from-blue-400:hover {
  --gradient-from-color: #828DD4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(130, 141, 212, 0));
}
.vpt .hover--from-blue-500:hover {
  --gradient-from-color: #5C6AC7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(92, 106, 199, 0));
}
.vpt .hover--from-blue-600:hover {
  --gradient-from-color: #3D4DB3;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(61, 77, 179, 0));
}
.vpt .hover--from-blue-700:hover {
  --gradient-from-color: #303C8D;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(48, 60, 141, 0));
}
.vpt .hover--from-blue-800:hover {
  --gradient-from-color: #232C67;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 44, 103, 0));
}
.vpt .hover--from-blue-900:hover {
  --gradient-from-color: #161C41;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 28, 65, 0));
}
.vpt .hover--from-black-100:hover {
  --gradient-from-color: #FFFFFF;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
}
.vpt .hover--from-black-200:hover {
  --gradient-from-color: #EAEDF1;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 237, 241, 0));
}
.vpt .hover--from-black-300:hover {
  --gradient-from-color: #D1D8E0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(209, 216, 224, 0));
}
.vpt .hover--from-black-400:hover {
  --gradient-from-color: #B9C3D0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 195, 208, 0));
}
.vpt .hover--from-black-500:hover {
  --gradient-from-color: #A0AEC0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
}
.vpt .hover--from-black-600:hover {
  --gradient-from-color: #7E91A9;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(126, 145, 169, 0));
}
.vpt .hover--from-black-700:hover {
  --gradient-from-color: #607590;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 117, 144, 0));
}
.vpt .hover--from-black-800:hover {
  --gradient-from-color: #49596E;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(73, 89, 110, 0));
}
.vpt .hover--from-black-900:hover {
  --gradient-from-color: #333E4D;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(51, 62, 77, 0));
}
.vpt .hover--from-green-100:hover {
  --gradient-from-color: #DBFAE8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 250, 232, 0));
}
.vpt .hover--from-green-200:hover {
  --gradient-from-color: #98F0BD;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(152, 240, 189, 0));
}
.vpt .hover--from-green-300:hover {
  --gradient-from-color: #55E792;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 231, 146, 0));
}
.vpt .hover--from-green-400:hover {
  --gradient-from-color: #1ED269;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 210, 105, 0));
}
.vpt .hover--from-green-500:hover {
  --gradient-from-color: #148F47;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 143, 71, 0));
}
.vpt .hover--from-green-600:hover {
  --gradient-from-color: #11743A;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 116, 58, 0));
}
.vpt .hover--from-green-700:hover {
  --gradient-from-color: #0D592D;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 89, 45, 0));
}
.vpt .hover--from-green-800:hover {
  --gradient-from-color: #093E1F;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(9, 62, 31, 0));
}
.vpt .hover--from-green-900:hover {
  --gradient-from-color: #052412;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(5, 36, 18, 0));
}
.vpt .hover--from-red-100:hover {
  --gradient-from-color: #FDDDE0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 221, 224, 0));
}
.vpt .hover--from-red-200:hover {
  --gradient-from-color: #FBB2B9;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 178, 185, 0));
}
.vpt .hover--from-red-300:hover {
  --gradient-from-color: #F88792;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 135, 146, 0));
}
.vpt .hover--from-red-400:hover {
  --gradient-from-color: #F55B6B;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 91, 107, 0));
}
.vpt .hover--from-red-500:hover {
  --gradient-from-color: #F33043;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 48, 67, 0));
}
.vpt .hover--from-red-600:hover {
  --gradient-from-color: #E30D23;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 13, 35, 0));
}
.vpt .hover--from-red-700:hover {
  --gradient-from-color: #B20A1B;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 10, 27, 0));
}
.vpt .hover--from-red-800:hover {
  --gradient-from-color: #820814;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(130, 8, 20, 0));
}
.vpt .hover--from-red-900:hover {
  --gradient-from-color: #52050C;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(82, 5, 12, 0));
}
.vpt .hover--via-blue-100:hover {
  --gradient-via-color: #F4F5FB;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 245, 251, 0));
}
.vpt .hover--via-blue-200:hover {
  --gradient-via-color: #CED2EE;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(206, 210, 238, 0));
}
.vpt .hover--via-blue-300:hover {
  --gradient-via-color: #A8AFE1;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(168, 175, 225, 0));
}
.vpt .hover--via-blue-400:hover {
  --gradient-via-color: #828DD4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(130, 141, 212, 0));
}
.vpt .hover--via-blue-500:hover {
  --gradient-via-color: #5C6AC7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(92, 106, 199, 0));
}
.vpt .hover--via-blue-600:hover {
  --gradient-via-color: #3D4DB3;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(61, 77, 179, 0));
}
.vpt .hover--via-blue-700:hover {
  --gradient-via-color: #303C8D;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(48, 60, 141, 0));
}
.vpt .hover--via-blue-800:hover {
  --gradient-via-color: #232C67;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 44, 103, 0));
}
.vpt .hover--via-blue-900:hover {
  --gradient-via-color: #161C41;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 28, 65, 0));
}
.vpt .hover--via-black-100:hover {
  --gradient-via-color: #FFFFFF;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
}
.vpt .hover--via-black-200:hover {
  --gradient-via-color: #EAEDF1;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 237, 241, 0));
}
.vpt .hover--via-black-300:hover {
  --gradient-via-color: #D1D8E0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(209, 216, 224, 0));
}
.vpt .hover--via-black-400:hover {
  --gradient-via-color: #B9C3D0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 195, 208, 0));
}
.vpt .hover--via-black-500:hover {
  --gradient-via-color: #A0AEC0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
}
.vpt .hover--via-black-600:hover {
  --gradient-via-color: #7E91A9;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(126, 145, 169, 0));
}
.vpt .hover--via-black-700:hover {
  --gradient-via-color: #607590;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 117, 144, 0));
}
.vpt .hover--via-black-800:hover {
  --gradient-via-color: #49596E;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(73, 89, 110, 0));
}
.vpt .hover--via-black-900:hover {
  --gradient-via-color: #333E4D;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(51, 62, 77, 0));
}
.vpt .hover--via-green-100:hover {
  --gradient-via-color: #DBFAE8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 250, 232, 0));
}
.vpt .hover--via-green-200:hover {
  --gradient-via-color: #98F0BD;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(152, 240, 189, 0));
}
.vpt .hover--via-green-300:hover {
  --gradient-via-color: #55E792;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 231, 146, 0));
}
.vpt .hover--via-green-400:hover {
  --gradient-via-color: #1ED269;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 210, 105, 0));
}
.vpt .hover--via-green-500:hover {
  --gradient-via-color: #148F47;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 143, 71, 0));
}
.vpt .hover--via-green-600:hover {
  --gradient-via-color: #11743A;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 116, 58, 0));
}
.vpt .hover--via-green-700:hover {
  --gradient-via-color: #0D592D;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 89, 45, 0));
}
.vpt .hover--via-green-800:hover {
  --gradient-via-color: #093E1F;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(9, 62, 31, 0));
}
.vpt .hover--via-green-900:hover {
  --gradient-via-color: #052412;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(5, 36, 18, 0));
}
.vpt .hover--via-red-100:hover {
  --gradient-via-color: #FDDDE0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 221, 224, 0));
}
.vpt .hover--via-red-200:hover {
  --gradient-via-color: #FBB2B9;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 178, 185, 0));
}
.vpt .hover--via-red-300:hover {
  --gradient-via-color: #F88792;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 135, 146, 0));
}
.vpt .hover--via-red-400:hover {
  --gradient-via-color: #F55B6B;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 91, 107, 0));
}
.vpt .hover--via-red-500:hover {
  --gradient-via-color: #F33043;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 48, 67, 0));
}
.vpt .hover--via-red-600:hover {
  --gradient-via-color: #E30D23;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 13, 35, 0));
}
.vpt .hover--via-red-700:hover {
  --gradient-via-color: #B20A1B;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 10, 27, 0));
}
.vpt .hover--via-red-800:hover {
  --gradient-via-color: #820814;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(130, 8, 20, 0));
}
.vpt .hover--via-red-900:hover {
  --gradient-via-color: #52050C;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(82, 5, 12, 0));
}
.vpt .hover--to-blue-100:hover {
  --gradient-to-color: #F4F5FB;
}
.vpt .hover--to-blue-200:hover {
  --gradient-to-color: #CED2EE;
}
.vpt .hover--to-blue-300:hover {
  --gradient-to-color: #A8AFE1;
}
.vpt .hover--to-blue-400:hover {
  --gradient-to-color: #828DD4;
}
.vpt .hover--to-blue-500:hover {
  --gradient-to-color: #5C6AC7;
}
.vpt .hover--to-blue-600:hover {
  --gradient-to-color: #3D4DB3;
}
.vpt .hover--to-blue-700:hover {
  --gradient-to-color: #303C8D;
}
.vpt .hover--to-blue-800:hover {
  --gradient-to-color: #232C67;
}
.vpt .hover--to-blue-900:hover {
  --gradient-to-color: #161C41;
}
.vpt .hover--to-black-100:hover {
  --gradient-to-color: #FFFFFF;
}
.vpt .hover--to-black-200:hover {
  --gradient-to-color: #EAEDF1;
}
.vpt .hover--to-black-300:hover {
  --gradient-to-color: #D1D8E0;
}
.vpt .hover--to-black-400:hover {
  --gradient-to-color: #B9C3D0;
}
.vpt .hover--to-black-500:hover {
  --gradient-to-color: #A0AEC0;
}
.vpt .hover--to-black-600:hover {
  --gradient-to-color: #7E91A9;
}
.vpt .hover--to-black-700:hover {
  --gradient-to-color: #607590;
}
.vpt .hover--to-black-800:hover {
  --gradient-to-color: #49596E;
}
.vpt .hover--to-black-900:hover {
  --gradient-to-color: #333E4D;
}
.vpt .hover--to-green-100:hover {
  --gradient-to-color: #DBFAE8;
}
.vpt .hover--to-green-200:hover {
  --gradient-to-color: #98F0BD;
}
.vpt .hover--to-green-300:hover {
  --gradient-to-color: #55E792;
}
.vpt .hover--to-green-400:hover {
  --gradient-to-color: #1ED269;
}
.vpt .hover--to-green-500:hover {
  --gradient-to-color: #148F47;
}
.vpt .hover--to-green-600:hover {
  --gradient-to-color: #11743A;
}
.vpt .hover--to-green-700:hover {
  --gradient-to-color: #0D592D;
}
.vpt .hover--to-green-800:hover {
  --gradient-to-color: #093E1F;
}
.vpt .hover--to-green-900:hover {
  --gradient-to-color: #052412;
}
.vpt .hover--to-red-100:hover {
  --gradient-to-color: #FDDDE0;
}
.vpt .hover--to-red-200:hover {
  --gradient-to-color: #FBB2B9;
}
.vpt .hover--to-red-300:hover {
  --gradient-to-color: #F88792;
}
.vpt .hover--to-red-400:hover {
  --gradient-to-color: #F55B6B;
}
.vpt .hover--to-red-500:hover {
  --gradient-to-color: #F33043;
}
.vpt .hover--to-red-600:hover {
  --gradient-to-color: #E30D23;
}
.vpt .hover--to-red-700:hover {
  --gradient-to-color: #B20A1B;
}
.vpt .hover--to-red-800:hover {
  --gradient-to-color: #820814;
}
.vpt .hover--to-red-900:hover {
  --gradient-to-color: #52050C;
}
.vpt .focus--from-blue-100:focus {
  --gradient-from-color: #F4F5FB;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 245, 251, 0));
}
.vpt .focus--from-blue-200:focus {
  --gradient-from-color: #CED2EE;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(206, 210, 238, 0));
}
.vpt .focus--from-blue-300:focus {
  --gradient-from-color: #A8AFE1;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(168, 175, 225, 0));
}
.vpt .focus--from-blue-400:focus {
  --gradient-from-color: #828DD4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(130, 141, 212, 0));
}
.vpt .focus--from-blue-500:focus {
  --gradient-from-color: #5C6AC7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(92, 106, 199, 0));
}
.vpt .focus--from-blue-600:focus {
  --gradient-from-color: #3D4DB3;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(61, 77, 179, 0));
}
.vpt .focus--from-blue-700:focus {
  --gradient-from-color: #303C8D;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(48, 60, 141, 0));
}
.vpt .focus--from-blue-800:focus {
  --gradient-from-color: #232C67;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 44, 103, 0));
}
.vpt .focus--from-blue-900:focus {
  --gradient-from-color: #161C41;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 28, 65, 0));
}
.vpt .focus--from-black-100:focus {
  --gradient-from-color: #FFFFFF;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
}
.vpt .focus--from-black-200:focus {
  --gradient-from-color: #EAEDF1;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 237, 241, 0));
}
.vpt .focus--from-black-300:focus {
  --gradient-from-color: #D1D8E0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(209, 216, 224, 0));
}
.vpt .focus--from-black-400:focus {
  --gradient-from-color: #B9C3D0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 195, 208, 0));
}
.vpt .focus--from-black-500:focus {
  --gradient-from-color: #A0AEC0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
}
.vpt .focus--from-black-600:focus {
  --gradient-from-color: #7E91A9;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(126, 145, 169, 0));
}
.vpt .focus--from-black-700:focus {
  --gradient-from-color: #607590;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 117, 144, 0));
}
.vpt .focus--from-black-800:focus {
  --gradient-from-color: #49596E;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(73, 89, 110, 0));
}
.vpt .focus--from-black-900:focus {
  --gradient-from-color: #333E4D;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(51, 62, 77, 0));
}
.vpt .focus--from-green-100:focus {
  --gradient-from-color: #DBFAE8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 250, 232, 0));
}
.vpt .focus--from-green-200:focus {
  --gradient-from-color: #98F0BD;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(152, 240, 189, 0));
}
.vpt .focus--from-green-300:focus {
  --gradient-from-color: #55E792;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 231, 146, 0));
}
.vpt .focus--from-green-400:focus {
  --gradient-from-color: #1ED269;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 210, 105, 0));
}
.vpt .focus--from-green-500:focus {
  --gradient-from-color: #148F47;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 143, 71, 0));
}
.vpt .focus--from-green-600:focus {
  --gradient-from-color: #11743A;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 116, 58, 0));
}
.vpt .focus--from-green-700:focus {
  --gradient-from-color: #0D592D;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 89, 45, 0));
}
.vpt .focus--from-green-800:focus {
  --gradient-from-color: #093E1F;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(9, 62, 31, 0));
}
.vpt .focus--from-green-900:focus {
  --gradient-from-color: #052412;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(5, 36, 18, 0));
}
.vpt .focus--from-red-100:focus {
  --gradient-from-color: #FDDDE0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 221, 224, 0));
}
.vpt .focus--from-red-200:focus {
  --gradient-from-color: #FBB2B9;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 178, 185, 0));
}
.vpt .focus--from-red-300:focus {
  --gradient-from-color: #F88792;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 135, 146, 0));
}
.vpt .focus--from-red-400:focus {
  --gradient-from-color: #F55B6B;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 91, 107, 0));
}
.vpt .focus--from-red-500:focus {
  --gradient-from-color: #F33043;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 48, 67, 0));
}
.vpt .focus--from-red-600:focus {
  --gradient-from-color: #E30D23;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 13, 35, 0));
}
.vpt .focus--from-red-700:focus {
  --gradient-from-color: #B20A1B;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 10, 27, 0));
}
.vpt .focus--from-red-800:focus {
  --gradient-from-color: #820814;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(130, 8, 20, 0));
}
.vpt .focus--from-red-900:focus {
  --gradient-from-color: #52050C;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(82, 5, 12, 0));
}
.vpt .focus--via-blue-100:focus {
  --gradient-via-color: #F4F5FB;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 245, 251, 0));
}
.vpt .focus--via-blue-200:focus {
  --gradient-via-color: #CED2EE;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(206, 210, 238, 0));
}
.vpt .focus--via-blue-300:focus {
  --gradient-via-color: #A8AFE1;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(168, 175, 225, 0));
}
.vpt .focus--via-blue-400:focus {
  --gradient-via-color: #828DD4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(130, 141, 212, 0));
}
.vpt .focus--via-blue-500:focus {
  --gradient-via-color: #5C6AC7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(92, 106, 199, 0));
}
.vpt .focus--via-blue-600:focus {
  --gradient-via-color: #3D4DB3;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(61, 77, 179, 0));
}
.vpt .focus--via-blue-700:focus {
  --gradient-via-color: #303C8D;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(48, 60, 141, 0));
}
.vpt .focus--via-blue-800:focus {
  --gradient-via-color: #232C67;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 44, 103, 0));
}
.vpt .focus--via-blue-900:focus {
  --gradient-via-color: #161C41;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 28, 65, 0));
}
.vpt .focus--via-black-100:focus {
  --gradient-via-color: #FFFFFF;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
}
.vpt .focus--via-black-200:focus {
  --gradient-via-color: #EAEDF1;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 237, 241, 0));
}
.vpt .focus--via-black-300:focus {
  --gradient-via-color: #D1D8E0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(209, 216, 224, 0));
}
.vpt .focus--via-black-400:focus {
  --gradient-via-color: #B9C3D0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 195, 208, 0));
}
.vpt .focus--via-black-500:focus {
  --gradient-via-color: #A0AEC0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
}
.vpt .focus--via-black-600:focus {
  --gradient-via-color: #7E91A9;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(126, 145, 169, 0));
}
.vpt .focus--via-black-700:focus {
  --gradient-via-color: #607590;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 117, 144, 0));
}
.vpt .focus--via-black-800:focus {
  --gradient-via-color: #49596E;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(73, 89, 110, 0));
}
.vpt .focus--via-black-900:focus {
  --gradient-via-color: #333E4D;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(51, 62, 77, 0));
}
.vpt .focus--via-green-100:focus {
  --gradient-via-color: #DBFAE8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 250, 232, 0));
}
.vpt .focus--via-green-200:focus {
  --gradient-via-color: #98F0BD;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(152, 240, 189, 0));
}
.vpt .focus--via-green-300:focus {
  --gradient-via-color: #55E792;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 231, 146, 0));
}
.vpt .focus--via-green-400:focus {
  --gradient-via-color: #1ED269;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 210, 105, 0));
}
.vpt .focus--via-green-500:focus {
  --gradient-via-color: #148F47;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 143, 71, 0));
}
.vpt .focus--via-green-600:focus {
  --gradient-via-color: #11743A;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 116, 58, 0));
}
.vpt .focus--via-green-700:focus {
  --gradient-via-color: #0D592D;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 89, 45, 0));
}
.vpt .focus--via-green-800:focus {
  --gradient-via-color: #093E1F;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(9, 62, 31, 0));
}
.vpt .focus--via-green-900:focus {
  --gradient-via-color: #052412;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(5, 36, 18, 0));
}
.vpt .focus--via-red-100:focus {
  --gradient-via-color: #FDDDE0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 221, 224, 0));
}
.vpt .focus--via-red-200:focus {
  --gradient-via-color: #FBB2B9;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 178, 185, 0));
}
.vpt .focus--via-red-300:focus {
  --gradient-via-color: #F88792;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 135, 146, 0));
}
.vpt .focus--via-red-400:focus {
  --gradient-via-color: #F55B6B;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 91, 107, 0));
}
.vpt .focus--via-red-500:focus {
  --gradient-via-color: #F33043;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 48, 67, 0));
}
.vpt .focus--via-red-600:focus {
  --gradient-via-color: #E30D23;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 13, 35, 0));
}
.vpt .focus--via-red-700:focus {
  --gradient-via-color: #B20A1B;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 10, 27, 0));
}
.vpt .focus--via-red-800:focus {
  --gradient-via-color: #820814;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(130, 8, 20, 0));
}
.vpt .focus--via-red-900:focus {
  --gradient-via-color: #52050C;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(82, 5, 12, 0));
}
.vpt .focus--to-blue-100:focus {
  --gradient-to-color: #F4F5FB;
}
.vpt .focus--to-blue-200:focus {
  --gradient-to-color: #CED2EE;
}
.vpt .focus--to-blue-300:focus {
  --gradient-to-color: #A8AFE1;
}
.vpt .focus--to-blue-400:focus {
  --gradient-to-color: #828DD4;
}
.vpt .focus--to-blue-500:focus {
  --gradient-to-color: #5C6AC7;
}
.vpt .focus--to-blue-600:focus {
  --gradient-to-color: #3D4DB3;
}
.vpt .focus--to-blue-700:focus {
  --gradient-to-color: #303C8D;
}
.vpt .focus--to-blue-800:focus {
  --gradient-to-color: #232C67;
}
.vpt .focus--to-blue-900:focus {
  --gradient-to-color: #161C41;
}
.vpt .focus--to-black-100:focus {
  --gradient-to-color: #FFFFFF;
}
.vpt .focus--to-black-200:focus {
  --gradient-to-color: #EAEDF1;
}
.vpt .focus--to-black-300:focus {
  --gradient-to-color: #D1D8E0;
}
.vpt .focus--to-black-400:focus {
  --gradient-to-color: #B9C3D0;
}
.vpt .focus--to-black-500:focus {
  --gradient-to-color: #A0AEC0;
}
.vpt .focus--to-black-600:focus {
  --gradient-to-color: #7E91A9;
}
.vpt .focus--to-black-700:focus {
  --gradient-to-color: #607590;
}
.vpt .focus--to-black-800:focus {
  --gradient-to-color: #49596E;
}
.vpt .focus--to-black-900:focus {
  --gradient-to-color: #333E4D;
}
.vpt .focus--to-green-100:focus {
  --gradient-to-color: #DBFAE8;
}
.vpt .focus--to-green-200:focus {
  --gradient-to-color: #98F0BD;
}
.vpt .focus--to-green-300:focus {
  --gradient-to-color: #55E792;
}
.vpt .focus--to-green-400:focus {
  --gradient-to-color: #1ED269;
}
.vpt .focus--to-green-500:focus {
  --gradient-to-color: #148F47;
}
.vpt .focus--to-green-600:focus {
  --gradient-to-color: #11743A;
}
.vpt .focus--to-green-700:focus {
  --gradient-to-color: #0D592D;
}
.vpt .focus--to-green-800:focus {
  --gradient-to-color: #093E1F;
}
.vpt .focus--to-green-900:focus {
  --gradient-to-color: #052412;
}
.vpt .focus--to-red-100:focus {
  --gradient-to-color: #FDDDE0;
}
.vpt .focus--to-red-200:focus {
  --gradient-to-color: #FBB2B9;
}
.vpt .focus--to-red-300:focus {
  --gradient-to-color: #F88792;
}
.vpt .focus--to-red-400:focus {
  --gradient-to-color: #F55B6B;
}
.vpt .focus--to-red-500:focus {
  --gradient-to-color: #F33043;
}
.vpt .focus--to-red-600:focus {
  --gradient-to-color: #E30D23;
}
.vpt .focus--to-red-700:focus {
  --gradient-to-color: #B20A1B;
}
.vpt .focus--to-red-800:focus {
  --gradient-to-color: #820814;
}
.vpt .focus--to-red-900:focus {
  --gradient-to-color: #52050C;
}
.vpt .bg-opacity-0 {
  --bg-opacity: 0;
}
.vpt .bg-opacity-25 {
  --bg-opacity: 0.25;
}
.vpt .bg-opacity-50 {
  --bg-opacity: 0.5;
}
.vpt .bg-opacity-75 {
  --bg-opacity: 0.75;
}
.vpt .bg-opacity-100 {
  --bg-opacity: 1;
}
.vpt .hover--bg-opacity-0:hover {
  --bg-opacity: 0;
}
.vpt .hover--bg-opacity-25:hover {
  --bg-opacity: 0.25;
}
.vpt .hover--bg-opacity-50:hover {
  --bg-opacity: 0.5;
}
.vpt .hover--bg-opacity-75:hover {
  --bg-opacity: 0.75;
}
.vpt .hover--bg-opacity-100:hover {
  --bg-opacity: 1;
}
.vpt .focus--bg-opacity-0:focus {
  --bg-opacity: 0;
}
.vpt .focus--bg-opacity-25:focus {
  --bg-opacity: 0.25;
}
.vpt .focus--bg-opacity-50:focus {
  --bg-opacity: 0.5;
}
.vpt .focus--bg-opacity-75:focus {
  --bg-opacity: 0.75;
}
.vpt .focus--bg-opacity-100:focus {
  --bg-opacity: 1;
}
.vpt .bg-bottom {
  background-position: bottom;
}
.vpt .bg-center {
  background-position: center;
}
.vpt .bg-left {
  background-position: left;
}
.vpt .bg-left-bottom {
  background-position: left bottom;
}
.vpt .bg-left-top {
  background-position: left top;
}
.vpt .bg-right {
  background-position: right;
}
.vpt .bg-right-bottom {
  background-position: right bottom;
}
.vpt .bg-right-top {
  background-position: right top;
}
.vpt .bg-top {
  background-position: top;
}
.vpt .bg-repeat {
  background-repeat: repeat;
}
.vpt .bg-no-repeat {
  background-repeat: no-repeat;
}
.vpt .bg-repeat-x {
  background-repeat: repeat-x;
}
.vpt .bg-repeat-y {
  background-repeat: repeat-y;
}
.vpt .bg-repeat-round {
  background-repeat: round;
}
.vpt .bg-repeat-space {
  background-repeat: space;
}
.vpt .bg-auto {
  background-size: auto;
}
.vpt .bg-cover {
  background-size: cover;
}
.vpt .bg-contain {
  background-size: contain;
}
.vpt .border-collapse {
  border-collapse: collapse;
}
.vpt .border-separate {
  border-collapse: separate;
}
.vpt .border-blue-100 {
  --border-opacity: 1;
  border-color: #F4F5FB;
  border-color: rgba(244, 245, 251, var(--border-opacity));
}
.vpt .border-blue-200 {
  --border-opacity: 1;
  border-color: #CED2EE;
  border-color: rgba(206, 210, 238, var(--border-opacity));
}
.vpt .border-blue-300 {
  --border-opacity: 1;
  border-color: #A8AFE1;
  border-color: rgba(168, 175, 225, var(--border-opacity));
}
.vpt .border-blue-400 {
  --border-opacity: 1;
  border-color: #828DD4;
  border-color: rgba(130, 141, 212, var(--border-opacity));
}
.vpt .border-blue-500 {
  --border-opacity: 1;
  border-color: #5C6AC7;
  border-color: rgba(92, 106, 199, var(--border-opacity));
}
.vpt .border-blue-600 {
  --border-opacity: 1;
  border-color: #3D4DB3;
  border-color: rgba(61, 77, 179, var(--border-opacity));
}
.vpt .border-blue-700 {
  --border-opacity: 1;
  border-color: #303C8D;
  border-color: rgba(48, 60, 141, var(--border-opacity));
}
.vpt .border-blue-800 {
  --border-opacity: 1;
  border-color: #232C67;
  border-color: rgba(35, 44, 103, var(--border-opacity));
}
.vpt .border-blue-900 {
  --border-opacity: 1;
  border-color: #161C41;
  border-color: rgba(22, 28, 65, var(--border-opacity));
}
.vpt .border-black-100 {
  --border-opacity: 1;
  border-color: #FFFFFF;
  border-color: rgba(255, 255, 255, var(--border-opacity));
}
.vpt .border-black-200 {
  --border-opacity: 1;
  border-color: #EAEDF1;
  border-color: rgba(234, 237, 241, var(--border-opacity));
}
.vpt .border-black-300 {
  --border-opacity: 1;
  border-color: #D1D8E0;
  border-color: rgba(209, 216, 224, var(--border-opacity));
}
.vpt .border-black-400 {
  --border-opacity: 1;
  border-color: #B9C3D0;
  border-color: rgba(185, 195, 208, var(--border-opacity));
}
.vpt .border-black-500 {
  --border-opacity: 1;
  border-color: #A0AEC0;
  border-color: rgba(160, 174, 192, var(--border-opacity));
}
.vpt .border-black-600 {
  --border-opacity: 1;
  border-color: #7E91A9;
  border-color: rgba(126, 145, 169, var(--border-opacity));
}
.vpt .border-black-700 {
  --border-opacity: 1;
  border-color: #607590;
  border-color: rgba(96, 117, 144, var(--border-opacity));
}
.vpt .border-black-800 {
  --border-opacity: 1;
  border-color: #49596E;
  border-color: rgba(73, 89, 110, var(--border-opacity));
}
.vpt .border-black-900 {
  --border-opacity: 1;
  border-color: #333E4D;
  border-color: rgba(51, 62, 77, var(--border-opacity));
}
.vpt .border-green-100 {
  --border-opacity: 1;
  border-color: #DBFAE8;
  border-color: rgba(219, 250, 232, var(--border-opacity));
}
.vpt .border-green-200 {
  --border-opacity: 1;
  border-color: #98F0BD;
  border-color: rgba(152, 240, 189, var(--border-opacity));
}
.vpt .border-green-300 {
  --border-opacity: 1;
  border-color: #55E792;
  border-color: rgba(85, 231, 146, var(--border-opacity));
}
.vpt .border-green-400 {
  --border-opacity: 1;
  border-color: #1ED269;
  border-color: rgba(30, 210, 105, var(--border-opacity));
}
.vpt .border-green-500 {
  --border-opacity: 1;
  border-color: #148F47;
  border-color: rgba(20, 143, 71, var(--border-opacity));
}
.vpt .border-green-600 {
  --border-opacity: 1;
  border-color: #11743A;
  border-color: rgba(17, 116, 58, var(--border-opacity));
}
.vpt .border-green-700 {
  --border-opacity: 1;
  border-color: #0D592D;
  border-color: rgba(13, 89, 45, var(--border-opacity));
}
.vpt .border-green-800 {
  --border-opacity: 1;
  border-color: #093E1F;
  border-color: rgba(9, 62, 31, var(--border-opacity));
}
.vpt .border-green-900 {
  --border-opacity: 1;
  border-color: #052412;
  border-color: rgba(5, 36, 18, var(--border-opacity));
}
.vpt .border-red-100 {
  --border-opacity: 1;
  border-color: #FDDDE0;
  border-color: rgba(253, 221, 224, var(--border-opacity));
}
.vpt .border-red-200 {
  --border-opacity: 1;
  border-color: #FBB2B9;
  border-color: rgba(251, 178, 185, var(--border-opacity));
}
.vpt .border-red-300 {
  --border-opacity: 1;
  border-color: #F88792;
  border-color: rgba(248, 135, 146, var(--border-opacity));
}
.vpt .border-red-400 {
  --border-opacity: 1;
  border-color: #F55B6B;
  border-color: rgba(245, 91, 107, var(--border-opacity));
}
.vpt .border-red-500 {
  --border-opacity: 1;
  border-color: #F33043;
  border-color: rgba(243, 48, 67, var(--border-opacity));
}
.vpt .border-red-600 {
  --border-opacity: 1;
  border-color: #E30D23;
  border-color: rgba(227, 13, 35, var(--border-opacity));
}
.vpt .border-red-700 {
  --border-opacity: 1;
  border-color: #B20A1B;
  border-color: rgba(178, 10, 27, var(--border-opacity));
}
.vpt .border-red-800 {
  --border-opacity: 1;
  border-color: #820814;
  border-color: rgba(130, 8, 20, var(--border-opacity));
}
.vpt .border-red-900 {
  --border-opacity: 1;
  border-color: #52050C;
  border-color: rgba(82, 5, 12, var(--border-opacity));
}
.vpt .hover--border-blue-100:hover {
  --border-opacity: 1;
  border-color: #F4F5FB;
  border-color: rgba(244, 245, 251, var(--border-opacity));
}
.vpt .hover--border-blue-200:hover {
  --border-opacity: 1;
  border-color: #CED2EE;
  border-color: rgba(206, 210, 238, var(--border-opacity));
}
.vpt .hover--border-blue-300:hover {
  --border-opacity: 1;
  border-color: #A8AFE1;
  border-color: rgba(168, 175, 225, var(--border-opacity));
}
.vpt .hover--border-blue-400:hover {
  --border-opacity: 1;
  border-color: #828DD4;
  border-color: rgba(130, 141, 212, var(--border-opacity));
}
.vpt .hover--border-blue-500:hover {
  --border-opacity: 1;
  border-color: #5C6AC7;
  border-color: rgba(92, 106, 199, var(--border-opacity));
}
.vpt .hover--border-blue-600:hover {
  --border-opacity: 1;
  border-color: #3D4DB3;
  border-color: rgba(61, 77, 179, var(--border-opacity));
}
.vpt .hover--border-blue-700:hover {
  --border-opacity: 1;
  border-color: #303C8D;
  border-color: rgba(48, 60, 141, var(--border-opacity));
}
.vpt .hover--border-blue-800:hover {
  --border-opacity: 1;
  border-color: #232C67;
  border-color: rgba(35, 44, 103, var(--border-opacity));
}
.vpt .hover--border-blue-900:hover {
  --border-opacity: 1;
  border-color: #161C41;
  border-color: rgba(22, 28, 65, var(--border-opacity));
}
.vpt .hover--border-black-100:hover {
  --border-opacity: 1;
  border-color: #FFFFFF;
  border-color: rgba(255, 255, 255, var(--border-opacity));
}
.vpt .hover--border-black-200:hover {
  --border-opacity: 1;
  border-color: #EAEDF1;
  border-color: rgba(234, 237, 241, var(--border-opacity));
}
.vpt .hover--border-black-300:hover {
  --border-opacity: 1;
  border-color: #D1D8E0;
  border-color: rgba(209, 216, 224, var(--border-opacity));
}
.vpt .hover--border-black-400:hover {
  --border-opacity: 1;
  border-color: #B9C3D0;
  border-color: rgba(185, 195, 208, var(--border-opacity));
}
.vpt .hover--border-black-500:hover {
  --border-opacity: 1;
  border-color: #A0AEC0;
  border-color: rgba(160, 174, 192, var(--border-opacity));
}
.vpt .hover--border-black-600:hover {
  --border-opacity: 1;
  border-color: #7E91A9;
  border-color: rgba(126, 145, 169, var(--border-opacity));
}
.vpt .hover--border-black-700:hover {
  --border-opacity: 1;
  border-color: #607590;
  border-color: rgba(96, 117, 144, var(--border-opacity));
}
.vpt .hover--border-black-800:hover {
  --border-opacity: 1;
  border-color: #49596E;
  border-color: rgba(73, 89, 110, var(--border-opacity));
}
.vpt .hover--border-black-900:hover {
  --border-opacity: 1;
  border-color: #333E4D;
  border-color: rgba(51, 62, 77, var(--border-opacity));
}
.vpt .hover--border-green-100:hover {
  --border-opacity: 1;
  border-color: #DBFAE8;
  border-color: rgba(219, 250, 232, var(--border-opacity));
}
.vpt .hover--border-green-200:hover {
  --border-opacity: 1;
  border-color: #98F0BD;
  border-color: rgba(152, 240, 189, var(--border-opacity));
}
.vpt .hover--border-green-300:hover {
  --border-opacity: 1;
  border-color: #55E792;
  border-color: rgba(85, 231, 146, var(--border-opacity));
}
.vpt .hover--border-green-400:hover {
  --border-opacity: 1;
  border-color: #1ED269;
  border-color: rgba(30, 210, 105, var(--border-opacity));
}
.vpt .hover--border-green-500:hover {
  --border-opacity: 1;
  border-color: #148F47;
  border-color: rgba(20, 143, 71, var(--border-opacity));
}
.vpt .hover--border-green-600:hover {
  --border-opacity: 1;
  border-color: #11743A;
  border-color: rgba(17, 116, 58, var(--border-opacity));
}
.vpt .hover--border-green-700:hover {
  --border-opacity: 1;
  border-color: #0D592D;
  border-color: rgba(13, 89, 45, var(--border-opacity));
}
.vpt .hover--border-green-800:hover {
  --border-opacity: 1;
  border-color: #093E1F;
  border-color: rgba(9, 62, 31, var(--border-opacity));
}
.vpt .hover--border-green-900:hover {
  --border-opacity: 1;
  border-color: #052412;
  border-color: rgba(5, 36, 18, var(--border-opacity));
}
.vpt .hover--border-red-100:hover {
  --border-opacity: 1;
  border-color: #FDDDE0;
  border-color: rgba(253, 221, 224, var(--border-opacity));
}
.vpt .hover--border-red-200:hover {
  --border-opacity: 1;
  border-color: #FBB2B9;
  border-color: rgba(251, 178, 185, var(--border-opacity));
}
.vpt .hover--border-red-300:hover {
  --border-opacity: 1;
  border-color: #F88792;
  border-color: rgba(248, 135, 146, var(--border-opacity));
}
.vpt .hover--border-red-400:hover {
  --border-opacity: 1;
  border-color: #F55B6B;
  border-color: rgba(245, 91, 107, var(--border-opacity));
}
.vpt .hover--border-red-500:hover {
  --border-opacity: 1;
  border-color: #F33043;
  border-color: rgba(243, 48, 67, var(--border-opacity));
}
.vpt .hover--border-red-600:hover {
  --border-opacity: 1;
  border-color: #E30D23;
  border-color: rgba(227, 13, 35, var(--border-opacity));
}
.vpt .hover--border-red-700:hover {
  --border-opacity: 1;
  border-color: #B20A1B;
  border-color: rgba(178, 10, 27, var(--border-opacity));
}
.vpt .hover--border-red-800:hover {
  --border-opacity: 1;
  border-color: #820814;
  border-color: rgba(130, 8, 20, var(--border-opacity));
}
.vpt .hover--border-red-900:hover {
  --border-opacity: 1;
  border-color: #52050C;
  border-color: rgba(82, 5, 12, var(--border-opacity));
}
.vpt .focus--border-blue-100:focus {
  --border-opacity: 1;
  border-color: #F4F5FB;
  border-color: rgba(244, 245, 251, var(--border-opacity));
}
.vpt .focus--border-blue-200:focus {
  --border-opacity: 1;
  border-color: #CED2EE;
  border-color: rgba(206, 210, 238, var(--border-opacity));
}
.vpt .focus--border-blue-300:focus {
  --border-opacity: 1;
  border-color: #A8AFE1;
  border-color: rgba(168, 175, 225, var(--border-opacity));
}
.vpt .focus--border-blue-400:focus {
  --border-opacity: 1;
  border-color: #828DD4;
  border-color: rgba(130, 141, 212, var(--border-opacity));
}
.vpt .focus--border-blue-500:focus {
  --border-opacity: 1;
  border-color: #5C6AC7;
  border-color: rgba(92, 106, 199, var(--border-opacity));
}
.vpt .focus--border-blue-600:focus {
  --border-opacity: 1;
  border-color: #3D4DB3;
  border-color: rgba(61, 77, 179, var(--border-opacity));
}
.vpt .focus--border-blue-700:focus {
  --border-opacity: 1;
  border-color: #303C8D;
  border-color: rgba(48, 60, 141, var(--border-opacity));
}
.vpt .focus--border-blue-800:focus {
  --border-opacity: 1;
  border-color: #232C67;
  border-color: rgba(35, 44, 103, var(--border-opacity));
}
.vpt .focus--border-blue-900:focus {
  --border-opacity: 1;
  border-color: #161C41;
  border-color: rgba(22, 28, 65, var(--border-opacity));
}
.vpt .focus--border-black-100:focus {
  --border-opacity: 1;
  border-color: #FFFFFF;
  border-color: rgba(255, 255, 255, var(--border-opacity));
}
.vpt .focus--border-black-200:focus {
  --border-opacity: 1;
  border-color: #EAEDF1;
  border-color: rgba(234, 237, 241, var(--border-opacity));
}
.vpt .focus--border-black-300:focus {
  --border-opacity: 1;
  border-color: #D1D8E0;
  border-color: rgba(209, 216, 224, var(--border-opacity));
}
.vpt .focus--border-black-400:focus {
  --border-opacity: 1;
  border-color: #B9C3D0;
  border-color: rgba(185, 195, 208, var(--border-opacity));
}
.vpt .focus--border-black-500:focus {
  --border-opacity: 1;
  border-color: #A0AEC0;
  border-color: rgba(160, 174, 192, var(--border-opacity));
}
.vpt .focus--border-black-600:focus {
  --border-opacity: 1;
  border-color: #7E91A9;
  border-color: rgba(126, 145, 169, var(--border-opacity));
}
.vpt .focus--border-black-700:focus {
  --border-opacity: 1;
  border-color: #607590;
  border-color: rgba(96, 117, 144, var(--border-opacity));
}
.vpt .focus--border-black-800:focus {
  --border-opacity: 1;
  border-color: #49596E;
  border-color: rgba(73, 89, 110, var(--border-opacity));
}
.vpt .focus--border-black-900:focus {
  --border-opacity: 1;
  border-color: #333E4D;
  border-color: rgba(51, 62, 77, var(--border-opacity));
}
.vpt .focus--border-green-100:focus {
  --border-opacity: 1;
  border-color: #DBFAE8;
  border-color: rgba(219, 250, 232, var(--border-opacity));
}
.vpt .focus--border-green-200:focus {
  --border-opacity: 1;
  border-color: #98F0BD;
  border-color: rgba(152, 240, 189, var(--border-opacity));
}
.vpt .focus--border-green-300:focus {
  --border-opacity: 1;
  border-color: #55E792;
  border-color: rgba(85, 231, 146, var(--border-opacity));
}
.vpt .focus--border-green-400:focus {
  --border-opacity: 1;
  border-color: #1ED269;
  border-color: rgba(30, 210, 105, var(--border-opacity));
}
.vpt .focus--border-green-500:focus {
  --border-opacity: 1;
  border-color: #148F47;
  border-color: rgba(20, 143, 71, var(--border-opacity));
}
.vpt .focus--border-green-600:focus {
  --border-opacity: 1;
  border-color: #11743A;
  border-color: rgba(17, 116, 58, var(--border-opacity));
}
.vpt .focus--border-green-700:focus {
  --border-opacity: 1;
  border-color: #0D592D;
  border-color: rgba(13, 89, 45, var(--border-opacity));
}
.vpt .focus--border-green-800:focus {
  --border-opacity: 1;
  border-color: #093E1F;
  border-color: rgba(9, 62, 31, var(--border-opacity));
}
.vpt .focus--border-green-900:focus {
  --border-opacity: 1;
  border-color: #052412;
  border-color: rgba(5, 36, 18, var(--border-opacity));
}
.vpt .focus--border-red-100:focus {
  --border-opacity: 1;
  border-color: #FDDDE0;
  border-color: rgba(253, 221, 224, var(--border-opacity));
}
.vpt .focus--border-red-200:focus {
  --border-opacity: 1;
  border-color: #FBB2B9;
  border-color: rgba(251, 178, 185, var(--border-opacity));
}
.vpt .focus--border-red-300:focus {
  --border-opacity: 1;
  border-color: #F88792;
  border-color: rgba(248, 135, 146, var(--border-opacity));
}
.vpt .focus--border-red-400:focus {
  --border-opacity: 1;
  border-color: #F55B6B;
  border-color: rgba(245, 91, 107, var(--border-opacity));
}
.vpt .focus--border-red-500:focus {
  --border-opacity: 1;
  border-color: #F33043;
  border-color: rgba(243, 48, 67, var(--border-opacity));
}
.vpt .focus--border-red-600:focus {
  --border-opacity: 1;
  border-color: #E30D23;
  border-color: rgba(227, 13, 35, var(--border-opacity));
}
.vpt .focus--border-red-700:focus {
  --border-opacity: 1;
  border-color: #B20A1B;
  border-color: rgba(178, 10, 27, var(--border-opacity));
}
.vpt .focus--border-red-800:focus {
  --border-opacity: 1;
  border-color: #820814;
  border-color: rgba(130, 8, 20, var(--border-opacity));
}
.vpt .focus--border-red-900:focus {
  --border-opacity: 1;
  border-color: #52050C;
  border-color: rgba(82, 5, 12, var(--border-opacity));
}
.vpt .border-opacity-0 {
  --border-opacity: 0;
}
.vpt .border-opacity-25 {
  --border-opacity: 0.25;
}
.vpt .border-opacity-50 {
  --border-opacity: 0.5;
}
.vpt .border-opacity-75 {
  --border-opacity: 0.75;
}
.vpt .border-opacity-100 {
  --border-opacity: 1;
}
.vpt .hover--border-opacity-0:hover {
  --border-opacity: 0;
}
.vpt .hover--border-opacity-25:hover {
  --border-opacity: 0.25;
}
.vpt .hover--border-opacity-50:hover {
  --border-opacity: 0.5;
}
.vpt .hover--border-opacity-75:hover {
  --border-opacity: 0.75;
}
.vpt .hover--border-opacity-100:hover {
  --border-opacity: 1;
}
.vpt .focus--border-opacity-0:focus {
  --border-opacity: 0;
}
.vpt .focus--border-opacity-25:focus {
  --border-opacity: 0.25;
}
.vpt .focus--border-opacity-50:focus {
  --border-opacity: 0.5;
}
.vpt .focus--border-opacity-75:focus {
  --border-opacity: 0.75;
}
.vpt .focus--border-opacity-100:focus {
  --border-opacity: 1;
}
.vpt .rounded-none {
  border-radius: 0;
}
.vpt .rounded-sm {
  border-radius: 0.125rem;
}
.vpt .rounded {
  border-radius: 0.25rem;
}
.vpt .rounded-md {
  border-radius: 0.375rem;
}
.vpt .rounded-lg {
  border-radius: 0.5rem;
}
.vpt .rounded-xl {
  border-radius: 0.75rem;
}
.vpt .rounded-2xl {
  border-radius: 1rem;
}
.vpt .rounded-3xl {
  border-radius: 1.5rem;
}
.vpt .rounded-full {
  border-radius: 9999px;
}
.vpt .rounded-t-none {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.vpt .rounded-r-none {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.vpt .rounded-b-none {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.vpt .rounded-l-none {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.vpt .rounded-t-sm {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}
.vpt .rounded-r-sm {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}
.vpt .rounded-b-sm {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}
.vpt .rounded-l-sm {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}
.vpt .rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.vpt .rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.vpt .rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.vpt .rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.vpt .rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.vpt .rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.vpt .rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.vpt .rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.vpt .rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.vpt .rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.vpt .rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.vpt .rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.vpt .rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.vpt .rounded-r-xl {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.vpt .rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.vpt .rounded-l-xl {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.vpt .rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.vpt .rounded-r-2xl {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.vpt .rounded-b-2xl {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.vpt .rounded-l-2xl {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.vpt .rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.vpt .rounded-r-3xl {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}
.vpt .rounded-b-3xl {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.vpt .rounded-l-3xl {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.vpt .rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}
.vpt .rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
.vpt .rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.vpt .rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.vpt .rounded-tl-none {
  border-top-left-radius: 0;
}
.vpt .rounded-tr-none {
  border-top-right-radius: 0;
}
.vpt .rounded-br-none {
  border-bottom-right-radius: 0;
}
.vpt .rounded-bl-none {
  border-bottom-left-radius: 0;
}
.vpt .rounded-tl-sm {
  border-top-left-radius: 0.125rem;
}
.vpt .rounded-tr-sm {
  border-top-right-radius: 0.125rem;
}
.vpt .rounded-br-sm {
  border-bottom-right-radius: 0.125rem;
}
.vpt .rounded-bl-sm {
  border-bottom-left-radius: 0.125rem;
}
.vpt .rounded-tl {
  border-top-left-radius: 0.25rem;
}
.vpt .rounded-tr {
  border-top-right-radius: 0.25rem;
}
.vpt .rounded-br {
  border-bottom-right-radius: 0.25rem;
}
.vpt .rounded-bl {
  border-bottom-left-radius: 0.25rem;
}
.vpt .rounded-tl-md {
  border-top-left-radius: 0.375rem;
}
.vpt .rounded-tr-md {
  border-top-right-radius: 0.375rem;
}
.vpt .rounded-br-md {
  border-bottom-right-radius: 0.375rem;
}
.vpt .rounded-bl-md {
  border-bottom-left-radius: 0.375rem;
}
.vpt .rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}
.vpt .rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}
.vpt .rounded-br-lg {
  border-bottom-right-radius: 0.5rem;
}
.vpt .rounded-bl-lg {
  border-bottom-left-radius: 0.5rem;
}
.vpt .rounded-tl-xl {
  border-top-left-radius: 0.75rem;
}
.vpt .rounded-tr-xl {
  border-top-right-radius: 0.75rem;
}
.vpt .rounded-br-xl {
  border-bottom-right-radius: 0.75rem;
}
.vpt .rounded-bl-xl {
  border-bottom-left-radius: 0.75rem;
}
.vpt .rounded-tl-2xl {
  border-top-left-radius: 1rem;
}
.vpt .rounded-tr-2xl {
  border-top-right-radius: 1rem;
}
.vpt .rounded-br-2xl {
  border-bottom-right-radius: 1rem;
}
.vpt .rounded-bl-2xl {
  border-bottom-left-radius: 1rem;
}
.vpt .rounded-tl-3xl {
  border-top-left-radius: 1.5rem;
}
.vpt .rounded-tr-3xl {
  border-top-right-radius: 1.5rem;
}
.vpt .rounded-br-3xl {
  border-bottom-right-radius: 1.5rem;
}
.vpt .rounded-bl-3xl {
  border-bottom-left-radius: 1.5rem;
}
.vpt .rounded-tl-full {
  border-top-left-radius: 9999px;
}
.vpt .rounded-tr-full {
  border-top-right-radius: 9999px;
}
.vpt .rounded-br-full {
  border-bottom-right-radius: 9999px;
}
.vpt .rounded-bl-full {
  border-bottom-left-radius: 9999px;
}
.vpt .border-solid {
  border-style: solid;
}
.vpt .border-dashed {
  border-style: dashed;
}
.vpt .border-dotted {
  border-style: dotted;
}
.vpt .border-double {
  border-style: double;
}
.vpt .border-none {
  border-style: none;
}
.vpt .border-0 {
  border-width: 0;
}
.vpt .border-2 {
  border-width: 2px;
}
.vpt .border-4 {
  border-width: 4px;
}
.vpt .border-8 {
  border-width: 8px;
}
.vpt .border {
  border-width: 1px;
}
.vpt .border-t-0 {
  border-top-width: 0;
}
.vpt .border-r-0 {
  border-right-width: 0;
}
.vpt .border-b-0 {
  border-bottom-width: 0;
}
.vpt .border-l-0 {
  border-left-width: 0;
}
.vpt .border-t-2 {
  border-top-width: 2px;
}
.vpt .border-r-2 {
  border-right-width: 2px;
}
.vpt .border-b-2 {
  border-bottom-width: 2px;
}
.vpt .border-l-2 {
  border-left-width: 2px;
}
.vpt .border-t-4 {
  border-top-width: 4px;
}
.vpt .border-r-4 {
  border-right-width: 4px;
}
.vpt .border-b-4 {
  border-bottom-width: 4px;
}
.vpt .border-l-4 {
  border-left-width: 4px;
}
.vpt .border-t-8 {
  border-top-width: 8px;
}
.vpt .border-r-8 {
  border-right-width: 8px;
}
.vpt .border-b-8 {
  border-bottom-width: 8px;
}
.vpt .border-l-8 {
  border-left-width: 8px;
}
.vpt .border-t {
  border-top-width: 1px;
}
.vpt .border-r {
  border-right-width: 1px;
}
.vpt .border-b {
  border-bottom-width: 1px;
}
.vpt .border-l {
  border-left-width: 1px;
}
.vpt .box-border {
  box-sizing: border-box;
}
.vpt .box-content {
  box-sizing: content-box;
}
.vpt .cursor-auto {
  cursor: auto;
}
.vpt .cursor-default {
  cursor: default;
}
.vpt .cursor-pointer {
  cursor: pointer;
}
.vpt .cursor-wait {
  cursor: wait;
}
.vpt .cursor-text {
  cursor: text;
}
.vpt .cursor-move {
  cursor: move;
}
.vpt .cursor-not-allowed {
  cursor: not-allowed;
}
.vpt .block {
  display: block;
}
.vpt .inline-block {
  display: inline-block;
}
.vpt .inline {
  display: inline;
}
.vpt .flex {
  display: flex;
}
.vpt .inline-flex {
  display: inline-flex;
}
.vpt .table {
  display: table;
}
.vpt .table-caption {
  display: table-caption;
}
.vpt .table-cell {
  display: table-cell;
}
.vpt .table-column {
  display: table-column;
}
.vpt .table-column-group {
  display: table-column-group;
}
.vpt .table-footer-group {
  display: table-footer-group;
}
.vpt .table-header-group {
  display: table-header-group;
}
.vpt .table-row-group {
  display: table-row-group;
}
.vpt .table-row {
  display: table-row;
}
.vpt .flow-root {
  display: flow-root;
}
.vpt .grid {
  display: grid;
}
.vpt .inline-grid {
  display: inline-grid;
}
.vpt .contents {
  display: contents;
}
.vpt .hidden {
  display: none;
}
.vpt .flex-row {
  flex-direction: row;
}
.vpt .flex-row-reverse {
  flex-direction: row-reverse;
}
.vpt .flex-col {
  flex-direction: column;
}
.vpt .flex-col-reverse {
  flex-direction: column-reverse;
}
.vpt .flex-wrap {
  flex-wrap: wrap;
}
.vpt .flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.vpt .flex-no-wrap {
  flex-wrap: nowrap;
}
.vpt .place-items-auto {
  place-items: auto;
}
.vpt .place-items-start {
  place-items: start;
}
.vpt .place-items-end {
  place-items: end;
}
.vpt .place-items-center {
  place-items: center;
}
.vpt .place-items-stretch {
  place-items: stretch;
}
.vpt .place-content-center {
  place-content: center;
}
.vpt .place-content-start {
  place-content: start;
}
.vpt .place-content-end {
  place-content: end;
}
.vpt .place-content-between {
  place-content: space-between;
}
.vpt .place-content-around {
  place-content: space-around;
}
.vpt .place-content-evenly {
  place-content: space-evenly;
}
.vpt .place-content-stretch {
  place-content: stretch;
}
.vpt .place-self-auto {
  place-self: auto;
}
.vpt .place-self-start {
  place-self: start;
}
.vpt .place-self-end {
  place-self: end;
}
.vpt .place-self-center {
  place-self: center;
}
.vpt .place-self-stretch {
  place-self: stretch;
}
.vpt .items-start {
  align-items: flex-start;
}
.vpt .items-end {
  align-items: flex-end;
}
.vpt .items-center {
  align-items: center;
}
.vpt .items-baseline {
  align-items: baseline;
}
.vpt .items-stretch {
  align-items: stretch;
}
.vpt .content-center {
  align-content: center;
}
.vpt .content-start {
  align-content: flex-start;
}
.vpt .content-end {
  align-content: flex-end;
}
.vpt .content-between {
  align-content: space-between;
}
.vpt .content-around {
  align-content: space-around;
}
.vpt .content-evenly {
  align-content: space-evenly;
}
.vpt .self-auto {
  align-self: auto;
}
.vpt .self-start {
  align-self: flex-start;
}
.vpt .self-end {
  align-self: flex-end;
}
.vpt .self-center {
  align-self: center;
}
.vpt .self-stretch {
  align-self: stretch;
}
.vpt .justify-items-auto {
  justify-items: auto;
}
.vpt .justify-items-start {
  justify-items: start;
}
.vpt .justify-items-end {
  justify-items: end;
}
.vpt .justify-items-center {
  justify-items: center;
}
.vpt .justify-items-stretch {
  justify-items: stretch;
}
.vpt .justify-start {
  justify-content: flex-start;
}
.vpt .justify-end {
  justify-content: flex-end;
}
.vpt .justify-center {
  justify-content: center;
}
.vpt .justify-between {
  justify-content: space-between;
}
.vpt .justify-around {
  justify-content: space-around;
}
.vpt .justify-evenly {
  justify-content: space-evenly;
}
.vpt .justify-self-auto {
  justify-self: auto;
}
.vpt .justify-self-start {
  justify-self: start;
}
.vpt .justify-self-end {
  justify-self: end;
}
.vpt .justify-self-center {
  justify-self: center;
}
.vpt .justify-self-stretch {
  justify-self: stretch;
}
.vpt .flex-1 {
  flex: 1 1 0%;
}
.vpt .flex-auto {
  flex: 1 1 auto;
}
.vpt .flex-initial {
  flex: 0 1 auto;
}
.vpt .flex-none {
  flex: none;
}
.vpt .flex-grow-0 {
  flex-grow: 0;
}
.vpt .flex-grow {
  flex-grow: 1;
}
.vpt .flex-shrink-0 {
  flex-shrink: 0;
}
.vpt .flex-shrink {
  flex-shrink: 1;
}
.vpt .order-1 {
  order: 1;
}
.vpt .order-2 {
  order: 2;
}
.vpt .order-3 {
  order: 3;
}
.vpt .order-4 {
  order: 4;
}
.vpt .order-5 {
  order: 5;
}
.vpt .order-6 {
  order: 6;
}
.vpt .order-7 {
  order: 7;
}
.vpt .order-8 {
  order: 8;
}
.vpt .order-9 {
  order: 9;
}
.vpt .order-10 {
  order: 10;
}
.vpt .order-11 {
  order: 11;
}
.vpt .order-12 {
  order: 12;
}
.vpt .order-first {
  order: -9999;
}
.vpt .order-last {
  order: 9999;
}
.vpt .order-none {
  order: 0;
}
.vpt .float-right {
  float: right;
}
.vpt .float-left {
  float: left;
}
.vpt .float-none {
  float: none;
}
.vpt .clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.vpt .clear-left {
  clear: left;
}
.vpt .clear-right {
  clear: right;
}
.vpt .clear-both {
  clear: both;
}
.vpt .clear-none {
  clear: none;
}
.vpt .font-sans {
  font-family: 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";
}
.vpt .font-serif {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
}
.vpt .font-mono {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.vpt .font-hairline {
  font-weight: 100;
}
.vpt .font-thin {
  font-weight: 200;
}
.vpt .font-light {
  font-weight: 300;
}
.vpt .font-normal {
  font-weight: 400;
}
.vpt .font-medium {
  font-weight: 500;
}
.vpt .font-semibold {
  font-weight: 600;
}
.vpt .font-bold {
  font-weight: 700;
}
.vpt .font-extrabold {
  font-weight: 800;
}
.vpt .font-black {
  font-weight: 900;
}
.vpt .hover--font-hairline:hover {
  font-weight: 100;
}
.vpt .hover--font-thin:hover {
  font-weight: 200;
}
.vpt .hover--font-light:hover {
  font-weight: 300;
}
.vpt .hover--font-normal:hover {
  font-weight: 400;
}
.vpt .hover--font-medium:hover {
  font-weight: 500;
}
.vpt .hover--font-semibold:hover {
  font-weight: 600;
}
.vpt .hover--font-bold:hover {
  font-weight: 700;
}
.vpt .hover--font-extrabold:hover {
  font-weight: 800;
}
.vpt .hover--font-black:hover {
  font-weight: 900;
}
.vpt .focus--font-hairline:focus {
  font-weight: 100;
}
.vpt .focus--font-thin:focus {
  font-weight: 200;
}
.vpt .focus--font-light:focus {
  font-weight: 300;
}
.vpt .focus--font-normal:focus {
  font-weight: 400;
}
.vpt .focus--font-medium:focus {
  font-weight: 500;
}
.vpt .focus--font-semibold:focus {
  font-weight: 600;
}
.vpt .focus--font-bold:focus {
  font-weight: 700;
}
.vpt .focus--font-extrabold:focus {
  font-weight: 800;
}
.vpt .focus--font-black:focus {
  font-weight: 900;
}
.vpt .h-0 {
  height: 0;
}
.vpt .h-5 {
  height: 0.5rem;
}
.vpt .h-10 {
  height: 1rem;
}
.vpt .h-15 {
  height: 1.5rem;
}
.vpt .h-20 {
  height: 2rem;
}
.vpt .h-30 {
  height: 3rem;
}
.vpt .h-40 {
  height: 4rem;
}
.vpt .h-50 {
  height: 5rem;
}
.vpt .h-100 {
  height: 10rem;
}
.vpt .h-auto {
  height: auto;
}
.vpt .h-px {
  height: 1px;
}
.vpt .h-full {
  height: 100%;
}
.vpt .h-screen {
  height: 100vh;
}
.vpt .text-sm {
  font-size: 1.3rem;
}
.vpt .text-base {
  font-size: 1.5rem;
}
.vpt .text-lg {
  font-size: 2rem;
}
.vpt .text-xl {
  font-size: 3rem;
}
.vpt .text-disp {
  font-size: 4.5rem;
}
.vpt .leading-3 {
  line-height: 0.75rem;
}
.vpt .leading-4 {
  line-height: 1rem;
}
.vpt .leading-5 {
  line-height: 1.25rem;
}
.vpt .leading-6 {
  line-height: 1.5rem;
}
.vpt .leading-7 {
  line-height: 1.75rem;
}
.vpt .leading-8 {
  line-height: 2rem;
}
.vpt .leading-9 {
  line-height: 2.25rem;
}
.vpt .leading-10 {
  line-height: 2.5rem;
}
.vpt .leading-none {
  line-height: 1;
}
.vpt .leading-tight {
  line-height: 1.25;
}
.vpt .leading-snug {
  line-height: 1.375;
}
.vpt .leading-normal {
  line-height: 1.5;
}
.vpt .leading-relaxed {
  line-height: 1.625;
}
.vpt .leading-loose {
  line-height: 2;
}
.vpt .list-inside {
  list-style-position: inside;
}
.vpt .list-outside {
  list-style-position: outside;
}
.vpt .list-none {
  list-style-type: none;
}
.vpt .list-disc {
  list-style-type: disc;
}
.vpt .list-decimal {
  list-style-type: decimal;
}
.vpt .m-0 {
  margin: 0;
}
.vpt .m-5 {
  margin: 0.5rem;
}
.vpt .m-10 {
  margin: 1rem;
}
.vpt .m-15 {
  margin: 1.5rem;
}
.vpt .m-20 {
  margin: 2rem;
}
.vpt .m-30 {
  margin: 3rem;
}
.vpt .m-40 {
  margin: 4rem;
}
.vpt .m-50 {
  margin: 5rem;
}
.vpt .m-100 {
  margin: 10rem;
}
.vpt .m-auto {
  margin: auto;
}
.vpt .m-px {
  margin: 1px;
}
.vpt .-m-5 {
  margin: -0.5rem;
}
.vpt .-m-10 {
  margin: -1rem;
}
.vpt .-m-15 {
  margin: -1.5rem;
}
.vpt .-m-20 {
  margin: -2rem;
}
.vpt .-m-30 {
  margin: -3rem;
}
.vpt .-m-40 {
  margin: -4rem;
}
.vpt .-m-50 {
  margin: -5rem;
}
.vpt .-m-100 {
  margin: -10rem;
}
.vpt .-m-px {
  margin: -1px;
}
.vpt .my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.vpt .mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.vpt .my-5 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.vpt .mx-5 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.vpt .my-10 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.vpt .mx-10 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.vpt .my-15 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.vpt .mx-15 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.vpt .my-20 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.vpt .mx-20 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.vpt .my-30 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.vpt .mx-30 {
  margin-left: 3rem;
  margin-right: 3rem;
}
.vpt .my-40 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.vpt .mx-40 {
  margin-left: 4rem;
  margin-right: 4rem;
}
.vpt .my-50 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.vpt .mx-50 {
  margin-left: 5rem;
  margin-right: 5rem;
}
.vpt .my-100 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}
.vpt .mx-100 {
  margin-left: 10rem;
  margin-right: 10rem;
}
.vpt .my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.vpt .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.vpt .my-px {
  margin-top: 1px;
  margin-bottom: 1px;
}
.vpt .mx-px {
  margin-left: 1px;
  margin-right: 1px;
}
.vpt .-my-5 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.vpt .-mx-5 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.vpt .-my-10 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}
.vpt .-mx-10 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.vpt .-my-15 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}
.vpt .-mx-15 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.vpt .-my-20 {
  margin-top: -2rem;
  margin-bottom: -2rem;
}
.vpt .-mx-20 {
  margin-left: -2rem;
  margin-right: -2rem;
}
.vpt .-my-30 {
  margin-top: -3rem;
  margin-bottom: -3rem;
}
.vpt .-mx-30 {
  margin-left: -3rem;
  margin-right: -3rem;
}
.vpt .-my-40 {
  margin-top: -4rem;
  margin-bottom: -4rem;
}
.vpt .-mx-40 {
  margin-left: -4rem;
  margin-right: -4rem;
}
.vpt .-my-50 {
  margin-top: -5rem;
  margin-bottom: -5rem;
}
.vpt .-mx-50 {
  margin-left: -5rem;
  margin-right: -5rem;
}
.vpt .-my-100 {
  margin-top: -10rem;
  margin-bottom: -10rem;
}
.vpt .-mx-100 {
  margin-left: -10rem;
  margin-right: -10rem;
}
.vpt .-my-px {
  margin-top: -1px;
  margin-bottom: -1px;
}
.vpt .-mx-px {
  margin-left: -1px;
  margin-right: -1px;
}
.vpt .mt-0 {
  margin-top: 0;
}
.vpt .mr-0 {
  margin-right: 0;
}
.vpt .mb-0 {
  margin-bottom: 0;
}
.vpt .ml-0 {
  margin-left: 0;
}
.vpt .mt-5 {
  margin-top: 0.5rem;
}
.vpt .mr-5 {
  margin-right: 0.5rem;
}
.vpt .mb-5 {
  margin-bottom: 0.5rem;
}
.vpt .ml-5 {
  margin-left: 0.5rem;
}
.vpt .mt-10 {
  margin-top: 1rem;
}
.vpt .mr-10 {
  margin-right: 1rem;
}
.vpt .mb-10 {
  margin-bottom: 1rem;
}
.vpt .ml-10 {
  margin-left: 1rem;
}
.vpt .mt-15 {
  margin-top: 1.5rem;
}
.vpt .mr-15 {
  margin-right: 1.5rem;
}
.vpt .mb-15 {
  margin-bottom: 1.5rem;
}
.vpt .ml-15 {
  margin-left: 1.5rem;
}
.vpt .mt-20 {
  margin-top: 2rem;
}
.vpt .mr-20 {
  margin-right: 2rem;
}
.vpt .mb-20 {
  margin-bottom: 2rem;
}
.vpt .ml-20 {
  margin-left: 2rem;
}
.vpt .mt-30 {
  margin-top: 3rem;
}
.vpt .mr-30 {
  margin-right: 3rem;
}
.vpt .mb-30 {
  margin-bottom: 3rem;
}
.vpt .ml-30 {
  margin-left: 3rem;
}
.vpt .mt-40 {
  margin-top: 4rem;
}
.vpt .mr-40 {
  margin-right: 4rem;
}
.vpt .mb-40 {
  margin-bottom: 4rem;
}
.vpt .ml-40 {
  margin-left: 4rem;
}
.vpt .mt-50 {
  margin-top: 5rem;
}
.vpt .mr-50 {
  margin-right: 5rem;
}
.vpt .mb-50 {
  margin-bottom: 5rem;
}
.vpt .ml-50 {
  margin-left: 5rem;
}
.vpt .mt-100 {
  margin-top: 10rem;
}
.vpt .mr-100 {
  margin-right: 10rem;
}
.vpt .mb-100 {
  margin-bottom: 10rem;
}
.vpt .ml-100 {
  margin-left: 10rem;
}
.vpt .mt-auto {
  margin-top: auto;
}
.vpt .mr-auto {
  margin-right: auto;
}
.vpt .mb-auto {
  margin-bottom: auto;
}
.vpt .ml-auto {
  margin-left: auto;
}
.vpt .mt-px {
  margin-top: 1px;
}
.vpt .mr-px {
  margin-right: 1px;
}
.vpt .mb-px {
  margin-bottom: 1px;
}
.vpt .ml-px {
  margin-left: 1px;
}
.vpt .-mt-5 {
  margin-top: -0.5rem;
}
.vpt .-mr-5 {
  margin-right: -0.5rem;
}
.vpt .-mb-5 {
  margin-bottom: -0.5rem;
}
.vpt .-ml-5 {
  margin-left: -0.5rem;
}
.vpt .-mt-10 {
  margin-top: -1rem;
}
.vpt .-mr-10 {
  margin-right: -1rem;
}
.vpt .-mb-10 {
  margin-bottom: -1rem;
}
.vpt .-ml-10 {
  margin-left: -1rem;
}
.vpt .-mt-15 {
  margin-top: -1.5rem;
}
.vpt .-mr-15 {
  margin-right: -1.5rem;
}
.vpt .-mb-15 {
  margin-bottom: -1.5rem;
}
.vpt .-ml-15 {
  margin-left: -1.5rem;
}
.vpt .-mt-20 {
  margin-top: -2rem;
}
.vpt .-mr-20 {
  margin-right: -2rem;
}
.vpt .-mb-20 {
  margin-bottom: -2rem;
}
.vpt .-ml-20 {
  margin-left: -2rem;
}
.vpt .-mt-30 {
  margin-top: -3rem;
}
.vpt .-mr-30 {
  margin-right: -3rem;
}
.vpt .-mb-30 {
  margin-bottom: -3rem;
}
.vpt .-ml-30 {
  margin-left: -3rem;
}
.vpt .-mt-40 {
  margin-top: -4rem;
}
.vpt .-mr-40 {
  margin-right: -4rem;
}
.vpt .-mb-40 {
  margin-bottom: -4rem;
}
.vpt .-ml-40 {
  margin-left: -4rem;
}
.vpt .-mt-50 {
  margin-top: -5rem;
}
.vpt .-mr-50 {
  margin-right: -5rem;
}
.vpt .-mb-50 {
  margin-bottom: -5rem;
}
.vpt .-ml-50 {
  margin-left: -5rem;
}
.vpt .-mt-100 {
  margin-top: -10rem;
}
.vpt .-mr-100 {
  margin-right: -10rem;
}
.vpt .-mb-100 {
  margin-bottom: -10rem;
}
.vpt .-ml-100 {
  margin-left: -10rem;
}
.vpt .-mt-px {
  margin-top: -1px;
}
.vpt .-mr-px {
  margin-right: -1px;
}
.vpt .-mb-px {
  margin-bottom: -1px;
}
.vpt .-ml-px {
  margin-left: -1px;
}
.vpt .max-h-full {
  max-height: 100%;
}
.vpt .max-h-screen {
  max-height: 100vh;
}
.vpt .max-w-none {
  max-width: none;
}
.vpt .max-w-xs {
  max-width: 20rem;
}
.vpt .max-w-sm {
  max-width: 24rem;
}
.vpt .max-w-md {
  max-width: 28rem;
}
.vpt .max-w-lg {
  max-width: 32rem;
}
.vpt .max-w-xl {
  max-width: 36rem;
}
.vpt .max-w-2xl {
  max-width: 42rem;
}
.vpt .max-w-3xl {
  max-width: 48rem;
}
.vpt .max-w-4xl {
  max-width: 56rem;
}
.vpt .max-w-5xl {
  max-width: 64rem;
}
.vpt .max-w-6xl {
  max-width: 72rem;
}
.vpt .max-w-full {
  max-width: 100%;
}
.vpt .max-w-screen-sm {
  max-width: 640px;
}
.vpt .max-w-screen-md {
  max-width: 768px;
}
.vpt .max-w-screen-lg {
  max-width: 1024px;
}
.vpt .max-w-screen-xl {
  max-width: 1280px;
}
.vpt .min-h-0 {
  min-height: 0;
}
.vpt .min-h-full {
  min-height: 100%;
}
.vpt .min-h-screen {
  min-height: 100vh;
}
.vpt .min-w-0 {
  min-width: 0;
}
.vpt .min-w-full {
  min-width: 100%;
}
.vpt .object-contain {
  object-fit: contain;
}
.vpt .object-cover {
  object-fit: cover;
}
.vpt .object-fill {
  object-fit: fill;
}
.vpt .object-none {
  object-fit: none;
}
.vpt .object-scale-down {
  object-fit: scale-down;
}
.vpt .object-bottom {
  object-position: bottom;
}
.vpt .object-center {
  object-position: center;
}
.vpt .object-left {
  object-position: left;
}
.vpt .object-left-bottom {
  object-position: left bottom;
}
.vpt .object-left-top {
  object-position: left top;
}
.vpt .object-right {
  object-position: right;
}
.vpt .object-right-bottom {
  object-position: right bottom;
}
.vpt .object-right-top {
  object-position: right top;
}
.vpt .object-top {
  object-position: top;
}
.vpt .opacity-0 {
  opacity: 0;
}
.vpt .opacity-25 {
  opacity: 0.25;
}
.vpt .opacity-50 {
  opacity: 0.5;
}
.vpt .opacity-75 {
  opacity: 0.75;
}
.vpt .opacity-100 {
  opacity: 1;
}
.vpt .hover--opacity-0:hover {
  opacity: 0;
}
.vpt .hover--opacity-25:hover {
  opacity: 0.25;
}
.vpt .hover--opacity-50:hover {
  opacity: 0.5;
}
.vpt .hover--opacity-75:hover {
  opacity: 0.75;
}
.vpt .hover--opacity-100:hover {
  opacity: 1;
}
.vpt .focus--opacity-0:focus {
  opacity: 0;
}
.vpt .focus--opacity-25:focus {
  opacity: 0.25;
}
.vpt .focus--opacity-50:focus {
  opacity: 0.5;
}
.vpt .focus--opacity-75:focus {
  opacity: 0.75;
}
.vpt .focus--opacity-100:focus {
  opacity: 1;
}
.vpt .outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.vpt .outline-white {
  outline: 2px dotted white;
  outline-offset: 2px;
}
.vpt .outline-black {
  outline: 2px dotted black;
  outline-offset: 2px;
}
.vpt .focus--outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.vpt .focus--outline-white:focus {
  outline: 2px dotted white;
  outline-offset: 2px;
}
.vpt .focus--outline-black:focus {
  outline: 2px dotted black;
  outline-offset: 2px;
}
.vpt .overflow-auto {
  overflow: auto;
}
.vpt .overflow-hidden {
  overflow: hidden;
}
.vpt .overflow-visible {
  overflow: visible;
}
.vpt .overflow-scroll {
  overflow: scroll;
}
.vpt .overflow-x-auto {
  overflow-x: auto;
}
.vpt .overflow-y-auto {
  overflow-y: auto;
}
.vpt .overflow-x-hidden {
  overflow-x: hidden;
}
.vpt .overflow-y-hidden {
  overflow-y: hidden;
}
.vpt .overflow-x-visible {
  overflow-x: visible;
}
.vpt .overflow-y-visible {
  overflow-y: visible;
}
.vpt .overflow-x-scroll {
  overflow-x: scroll;
}
.vpt .overflow-y-scroll {
  overflow-y: scroll;
}
.vpt .scrolling-touch {
  -webkit-overflow-scrolling: touch;
}
.vpt .scrolling-auto {
  -webkit-overflow-scrolling: auto;
}
.vpt .overscroll-auto {
  overscroll-behavior: auto;
}
.vpt .overscroll-contain {
  overscroll-behavior: contain;
}
.vpt .overscroll-none {
  overscroll-behavior: none;
}
.vpt .overscroll-y-auto {
  overscroll-behavior-y: auto;
}
.vpt .overscroll-y-contain {
  overscroll-behavior-y: contain;
}
.vpt .overscroll-y-none {
  overscroll-behavior-y: none;
}
.vpt .overscroll-x-auto {
  overscroll-behavior-x: auto;
}
.vpt .overscroll-x-contain {
  overscroll-behavior-x: contain;
}
.vpt .overscroll-x-none {
  overscroll-behavior-x: none;
}
.vpt .p-0 {
  padding: 0;
}
.vpt .p-5 {
  padding: 0.5rem;
}
.vpt .p-10 {
  padding: 1rem;
}
.vpt .p-15 {
  padding: 1.5rem;
}
.vpt .p-20 {
  padding: 2rem;
}
.vpt .p-30 {
  padding: 3rem;
}
.vpt .p-40 {
  padding: 4rem;
}
.vpt .p-50 {
  padding: 5rem;
}
.vpt .p-100 {
  padding: 10rem;
}
.vpt .p-px {
  padding: 1px;
}
.vpt .py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.vpt .px-0 {
  padding-left: 0;
  padding-right: 0;
}
.vpt .py-5 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.vpt .px-5 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.vpt .py-10 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.vpt .px-10 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.vpt .py-15 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.vpt .px-15 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.vpt .py-20 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.vpt .px-20 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.vpt .py-30 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.vpt .px-30 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.vpt .py-40 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.vpt .px-40 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.vpt .py-50 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.vpt .px-50 {
  padding-left: 5rem;
  padding-right: 5rem;
}
.vpt .py-100 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.vpt .px-100 {
  padding-left: 10rem;
  padding-right: 10rem;
}
.vpt .py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}
.vpt .px-px {
  padding-left: 1px;
  padding-right: 1px;
}
.vpt .pt-0 {
  padding-top: 0;
}
.vpt .pr-0 {
  padding-right: 0;
}
.vpt .pb-0 {
  padding-bottom: 0;
}
.vpt .pl-0 {
  padding-left: 0;
}
.vpt .pt-5 {
  padding-top: 0.5rem;
}
.vpt .pr-5 {
  padding-right: 0.5rem;
}
.vpt .pb-5 {
  padding-bottom: 0.5rem;
}
.vpt .pl-5 {
  padding-left: 0.5rem;
}
.vpt .pt-10 {
  padding-top: 1rem;
}
.vpt .pr-10 {
  padding-right: 1rem;
}
.vpt .pb-10 {
  padding-bottom: 1rem;
}
.vpt .pl-10 {
  padding-left: 1rem;
}
.vpt .pt-15 {
  padding-top: 1.5rem;
}
.vpt .pr-15 {
  padding-right: 1.5rem;
}
.vpt .pb-15 {
  padding-bottom: 1.5rem;
}
.vpt .pl-15 {
  padding-left: 1.5rem;
}
.vpt .pt-20 {
  padding-top: 2rem;
}
.vpt .pr-20 {
  padding-right: 2rem;
}
.vpt .pb-20 {
  padding-bottom: 2rem;
}
.vpt .pl-20 {
  padding-left: 2rem;
}
.vpt .pt-30 {
  padding-top: 3rem;
}
.vpt .pr-30 {
  padding-right: 3rem;
}
.vpt .pb-30 {
  padding-bottom: 3rem;
}
.vpt .pl-30 {
  padding-left: 3rem;
}
.vpt .pt-40 {
  padding-top: 4rem;
}
.vpt .pr-40 {
  padding-right: 4rem;
}
.vpt .pb-40 {
  padding-bottom: 4rem;
}
.vpt .pl-40 {
  padding-left: 4rem;
}
.vpt .pt-50 {
  padding-top: 5rem;
}
.vpt .pr-50 {
  padding-right: 5rem;
}
.vpt .pb-50 {
  padding-bottom: 5rem;
}
.vpt .pl-50 {
  padding-left: 5rem;
}
.vpt .pt-100 {
  padding-top: 10rem;
}
.vpt .pr-100 {
  padding-right: 10rem;
}
.vpt .pb-100 {
  padding-bottom: 10rem;
}
.vpt .pl-100 {
  padding-left: 10rem;
}
.vpt .pt-px {
  padding-top: 1px;
}
.vpt .pr-px {
  padding-right: 1px;
}
.vpt .pb-px {
  padding-bottom: 1px;
}
.vpt .pl-px {
  padding-left: 1px;
}
.vpt .placeholder-blue-100::placeholder {
  --placeholder-opacity: 1;
  color: #F4F5FB;
  color: rgba(244, 245, 251, var(--placeholder-opacity));
}
.vpt .placeholder-blue-200::placeholder {
  --placeholder-opacity: 1;
  color: #CED2EE;
  color: rgba(206, 210, 238, var(--placeholder-opacity));
}
.vpt .placeholder-blue-300::placeholder {
  --placeholder-opacity: 1;
  color: #A8AFE1;
  color: rgba(168, 175, 225, var(--placeholder-opacity));
}
.vpt .placeholder-blue-400::placeholder {
  --placeholder-opacity: 1;
  color: #828DD4;
  color: rgba(130, 141, 212, var(--placeholder-opacity));
}
.vpt .placeholder-blue-500::placeholder {
  --placeholder-opacity: 1;
  color: #5C6AC7;
  color: rgba(92, 106, 199, var(--placeholder-opacity));
}
.vpt .placeholder-blue-600::placeholder {
  --placeholder-opacity: 1;
  color: #3D4DB3;
  color: rgba(61, 77, 179, var(--placeholder-opacity));
}
.vpt .placeholder-blue-700::placeholder {
  --placeholder-opacity: 1;
  color: #303C8D;
  color: rgba(48, 60, 141, var(--placeholder-opacity));
}
.vpt .placeholder-blue-800::placeholder {
  --placeholder-opacity: 1;
  color: #232C67;
  color: rgba(35, 44, 103, var(--placeholder-opacity));
}
.vpt .placeholder-blue-900::placeholder {
  --placeholder-opacity: 1;
  color: #161C41;
  color: rgba(22, 28, 65, var(--placeholder-opacity));
}
.vpt .placeholder-black-100::placeholder {
  --placeholder-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}
.vpt .placeholder-black-200::placeholder {
  --placeholder-opacity: 1;
  color: #EAEDF1;
  color: rgba(234, 237, 241, var(--placeholder-opacity));
}
.vpt .placeholder-black-300::placeholder {
  --placeholder-opacity: 1;
  color: #D1D8E0;
  color: rgba(209, 216, 224, var(--placeholder-opacity));
}
.vpt .placeholder-black-400::placeholder {
  --placeholder-opacity: 1;
  color: #B9C3D0;
  color: rgba(185, 195, 208, var(--placeholder-opacity));
}
.vpt .placeholder-black-500::placeholder {
  --placeholder-opacity: 1;
  color: #A0AEC0;
  color: rgba(160, 174, 192, var(--placeholder-opacity));
}
.vpt .placeholder-black-600::placeholder {
  --placeholder-opacity: 1;
  color: #7E91A9;
  color: rgba(126, 145, 169, var(--placeholder-opacity));
}
.vpt .placeholder-black-700::placeholder {
  --placeholder-opacity: 1;
  color: #607590;
  color: rgba(96, 117, 144, var(--placeholder-opacity));
}
.vpt .placeholder-black-800::placeholder {
  --placeholder-opacity: 1;
  color: #49596E;
  color: rgba(73, 89, 110, var(--placeholder-opacity));
}
.vpt .placeholder-black-900::placeholder {
  --placeholder-opacity: 1;
  color: #333E4D;
  color: rgba(51, 62, 77, var(--placeholder-opacity));
}
.vpt .placeholder-green-100::placeholder {
  --placeholder-opacity: 1;
  color: #DBFAE8;
  color: rgba(219, 250, 232, var(--placeholder-opacity));
}
.vpt .placeholder-green-200::placeholder {
  --placeholder-opacity: 1;
  color: #98F0BD;
  color: rgba(152, 240, 189, var(--placeholder-opacity));
}
.vpt .placeholder-green-300::placeholder {
  --placeholder-opacity: 1;
  color: #55E792;
  color: rgba(85, 231, 146, var(--placeholder-opacity));
}
.vpt .placeholder-green-400::placeholder {
  --placeholder-opacity: 1;
  color: #1ED269;
  color: rgba(30, 210, 105, var(--placeholder-opacity));
}
.vpt .placeholder-green-500::placeholder {
  --placeholder-opacity: 1;
  color: #148F47;
  color: rgba(20, 143, 71, var(--placeholder-opacity));
}
.vpt .placeholder-green-600::placeholder {
  --placeholder-opacity: 1;
  color: #11743A;
  color: rgba(17, 116, 58, var(--placeholder-opacity));
}
.vpt .placeholder-green-700::placeholder {
  --placeholder-opacity: 1;
  color: #0D592D;
  color: rgba(13, 89, 45, var(--placeholder-opacity));
}
.vpt .placeholder-green-800::placeholder {
  --placeholder-opacity: 1;
  color: #093E1F;
  color: rgba(9, 62, 31, var(--placeholder-opacity));
}
.vpt .placeholder-green-900::placeholder {
  --placeholder-opacity: 1;
  color: #052412;
  color: rgba(5, 36, 18, var(--placeholder-opacity));
}
.vpt .placeholder-red-100::placeholder {
  --placeholder-opacity: 1;
  color: #FDDDE0;
  color: rgba(253, 221, 224, var(--placeholder-opacity));
}
.vpt .placeholder-red-200::placeholder {
  --placeholder-opacity: 1;
  color: #FBB2B9;
  color: rgba(251, 178, 185, var(--placeholder-opacity));
}
.vpt .placeholder-red-300::placeholder {
  --placeholder-opacity: 1;
  color: #F88792;
  color: rgba(248, 135, 146, var(--placeholder-opacity));
}
.vpt .placeholder-red-400::placeholder {
  --placeholder-opacity: 1;
  color: #F55B6B;
  color: rgba(245, 91, 107, var(--placeholder-opacity));
}
.vpt .placeholder-red-500::placeholder {
  --placeholder-opacity: 1;
  color: #F33043;
  color: rgba(243, 48, 67, var(--placeholder-opacity));
}
.vpt .placeholder-red-600::placeholder {
  --placeholder-opacity: 1;
  color: #E30D23;
  color: rgba(227, 13, 35, var(--placeholder-opacity));
}
.vpt .placeholder-red-700::placeholder {
  --placeholder-opacity: 1;
  color: #B20A1B;
  color: rgba(178, 10, 27, var(--placeholder-opacity));
}
.vpt .placeholder-red-800::placeholder {
  --placeholder-opacity: 1;
  color: #820814;
  color: rgba(130, 8, 20, var(--placeholder-opacity));
}
.vpt .placeholder-red-900::placeholder {
  --placeholder-opacity: 1;
  color: #52050C;
  color: rgba(82, 5, 12, var(--placeholder-opacity));
}
.vpt .focus--placeholder-blue-100:focus::placeholder {
  --placeholder-opacity: 1;
  color: #F4F5FB;
  color: rgba(244, 245, 251, var(--placeholder-opacity));
}
.vpt .focus--placeholder-blue-200:focus::placeholder {
  --placeholder-opacity: 1;
  color: #CED2EE;
  color: rgba(206, 210, 238, var(--placeholder-opacity));
}
.vpt .focus--placeholder-blue-300:focus::placeholder {
  --placeholder-opacity: 1;
  color: #A8AFE1;
  color: rgba(168, 175, 225, var(--placeholder-opacity));
}
.vpt .focus--placeholder-blue-400:focus::placeholder {
  --placeholder-opacity: 1;
  color: #828DD4;
  color: rgba(130, 141, 212, var(--placeholder-opacity));
}
.vpt .focus--placeholder-blue-500:focus::placeholder {
  --placeholder-opacity: 1;
  color: #5C6AC7;
  color: rgba(92, 106, 199, var(--placeholder-opacity));
}
.vpt .focus--placeholder-blue-600:focus::placeholder {
  --placeholder-opacity: 1;
  color: #3D4DB3;
  color: rgba(61, 77, 179, var(--placeholder-opacity));
}
.vpt .focus--placeholder-blue-700:focus::placeholder {
  --placeholder-opacity: 1;
  color: #303C8D;
  color: rgba(48, 60, 141, var(--placeholder-opacity));
}
.vpt .focus--placeholder-blue-800:focus::placeholder {
  --placeholder-opacity: 1;
  color: #232C67;
  color: rgba(35, 44, 103, var(--placeholder-opacity));
}
.vpt .focus--placeholder-blue-900:focus::placeholder {
  --placeholder-opacity: 1;
  color: #161C41;
  color: rgba(22, 28, 65, var(--placeholder-opacity));
}
.vpt .focus--placeholder-black-100:focus::placeholder {
  --placeholder-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}
.vpt .focus--placeholder-black-200:focus::placeholder {
  --placeholder-opacity: 1;
  color: #EAEDF1;
  color: rgba(234, 237, 241, var(--placeholder-opacity));
}
.vpt .focus--placeholder-black-300:focus::placeholder {
  --placeholder-opacity: 1;
  color: #D1D8E0;
  color: rgba(209, 216, 224, var(--placeholder-opacity));
}
.vpt .focus--placeholder-black-400:focus::placeholder {
  --placeholder-opacity: 1;
  color: #B9C3D0;
  color: rgba(185, 195, 208, var(--placeholder-opacity));
}
.vpt .focus--placeholder-black-500:focus::placeholder {
  --placeholder-opacity: 1;
  color: #A0AEC0;
  color: rgba(160, 174, 192, var(--placeholder-opacity));
}
.vpt .focus--placeholder-black-600:focus::placeholder {
  --placeholder-opacity: 1;
  color: #7E91A9;
  color: rgba(126, 145, 169, var(--placeholder-opacity));
}
.vpt .focus--placeholder-black-700:focus::placeholder {
  --placeholder-opacity: 1;
  color: #607590;
  color: rgba(96, 117, 144, var(--placeholder-opacity));
}
.vpt .focus--placeholder-black-800:focus::placeholder {
  --placeholder-opacity: 1;
  color: #49596E;
  color: rgba(73, 89, 110, var(--placeholder-opacity));
}
.vpt .focus--placeholder-black-900:focus::placeholder {
  --placeholder-opacity: 1;
  color: #333E4D;
  color: rgba(51, 62, 77, var(--placeholder-opacity));
}
.vpt .focus--placeholder-green-100:focus::placeholder {
  --placeholder-opacity: 1;
  color: #DBFAE8;
  color: rgba(219, 250, 232, var(--placeholder-opacity));
}
.vpt .focus--placeholder-green-200:focus::placeholder {
  --placeholder-opacity: 1;
  color: #98F0BD;
  color: rgba(152, 240, 189, var(--placeholder-opacity));
}
.vpt .focus--placeholder-green-300:focus::placeholder {
  --placeholder-opacity: 1;
  color: #55E792;
  color: rgba(85, 231, 146, var(--placeholder-opacity));
}
.vpt .focus--placeholder-green-400:focus::placeholder {
  --placeholder-opacity: 1;
  color: #1ED269;
  color: rgba(30, 210, 105, var(--placeholder-opacity));
}
.vpt .focus--placeholder-green-500:focus::placeholder {
  --placeholder-opacity: 1;
  color: #148F47;
  color: rgba(20, 143, 71, var(--placeholder-opacity));
}
.vpt .focus--placeholder-green-600:focus::placeholder {
  --placeholder-opacity: 1;
  color: #11743A;
  color: rgba(17, 116, 58, var(--placeholder-opacity));
}
.vpt .focus--placeholder-green-700:focus::placeholder {
  --placeholder-opacity: 1;
  color: #0D592D;
  color: rgba(13, 89, 45, var(--placeholder-opacity));
}
.vpt .focus--placeholder-green-800:focus::placeholder {
  --placeholder-opacity: 1;
  color: #093E1F;
  color: rgba(9, 62, 31, var(--placeholder-opacity));
}
.vpt .focus--placeholder-green-900:focus::placeholder {
  --placeholder-opacity: 1;
  color: #052412;
  color: rgba(5, 36, 18, var(--placeholder-opacity));
}
.vpt .focus--placeholder-red-100:focus::placeholder {
  --placeholder-opacity: 1;
  color: #FDDDE0;
  color: rgba(253, 221, 224, var(--placeholder-opacity));
}
.vpt .focus--placeholder-red-200:focus::placeholder {
  --placeholder-opacity: 1;
  color: #FBB2B9;
  color: rgba(251, 178, 185, var(--placeholder-opacity));
}
.vpt .focus--placeholder-red-300:focus::placeholder {
  --placeholder-opacity: 1;
  color: #F88792;
  color: rgba(248, 135, 146, var(--placeholder-opacity));
}
.vpt .focus--placeholder-red-400:focus::placeholder {
  --placeholder-opacity: 1;
  color: #F55B6B;
  color: rgba(245, 91, 107, var(--placeholder-opacity));
}
.vpt .focus--placeholder-red-500:focus::placeholder {
  --placeholder-opacity: 1;
  color: #F33043;
  color: rgba(243, 48, 67, var(--placeholder-opacity));
}
.vpt .focus--placeholder-red-600:focus::placeholder {
  --placeholder-opacity: 1;
  color: #E30D23;
  color: rgba(227, 13, 35, var(--placeholder-opacity));
}
.vpt .focus--placeholder-red-700:focus::placeholder {
  --placeholder-opacity: 1;
  color: #B20A1B;
  color: rgba(178, 10, 27, var(--placeholder-opacity));
}
.vpt .focus--placeholder-red-800:focus::placeholder {
  --placeholder-opacity: 1;
  color: #820814;
  color: rgba(130, 8, 20, var(--placeholder-opacity));
}
.vpt .focus--placeholder-red-900:focus::placeholder {
  --placeholder-opacity: 1;
  color: #52050C;
  color: rgba(82, 5, 12, var(--placeholder-opacity));
}
.vpt .placeholder-opacity-0::placeholder {
  --placeholder-opacity: 0;
}
.vpt .placeholder-opacity-25::placeholder {
  --placeholder-opacity: 0.25;
}
.vpt .placeholder-opacity-50::placeholder {
  --placeholder-opacity: 0.5;
}
.vpt .placeholder-opacity-75::placeholder {
  --placeholder-opacity: 0.75;
}
.vpt .placeholder-opacity-100::placeholder {
  --placeholder-opacity: 1;
}
.vpt .focus--placeholder-opacity-0:focus::placeholder {
  --placeholder-opacity: 0;
}
.vpt .focus--placeholder-opacity-25:focus::placeholder {
  --placeholder-opacity: 0.25;
}
.vpt .focus--placeholder-opacity-50:focus::placeholder {
  --placeholder-opacity: 0.5;
}
.vpt .focus--placeholder-opacity-75:focus::placeholder {
  --placeholder-opacity: 0.75;
}
.vpt .focus--placeholder-opacity-100:focus::placeholder {
  --placeholder-opacity: 1;
}
.vpt .pointer-events-none {
  pointer-events: none;
}
.vpt .pointer-events-auto {
  pointer-events: auto;
}
.vpt .static {
  position: static;
}
.vpt .fixed {
  position: fixed;
}
.vpt .absolute {
  position: absolute;
}
.vpt .relative {
  position: relative;
}
.vpt .sticky {
  position: -webkit-sticky;
  position: sticky;
}
.vpt .inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.vpt .inset-auto {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.vpt .inset-y-0 {
  top: 0;
  bottom: 0;
}
.vpt .inset-x-0 {
  right: 0;
  left: 0;
}
.vpt .inset-y-auto {
  top: auto;
  bottom: auto;
}
.vpt .inset-x-auto {
  right: auto;
  left: auto;
}
.vpt .top-0 {
  top: 0;
}
.vpt .right-0 {
  right: 0;
}
.vpt .bottom-0 {
  bottom: 0;
}
.vpt .left-0 {
  left: 0;
}
.vpt .top-auto {
  top: auto;
}
.vpt .right-auto {
  right: auto;
}
.vpt .bottom-auto {
  bottom: auto;
}
.vpt .left-auto {
  left: auto;
}
.vpt .resize-none {
  resize: none;
}
.vpt .resize-y {
  resize: vertical;
}
.vpt .resize-x {
  resize: horizontal;
}
.vpt .resize {
  resize: both;
}
.vpt .shadow-xs {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.vpt .shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.vpt .shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.vpt .shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.vpt .shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.vpt .shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.vpt .shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.vpt .shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}
.vpt .shadow-outline {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}
.vpt .shadow-none {
  box-shadow: none;
}
.vpt .hover--shadow-xs:hover {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.vpt .hover--shadow-sm:hover {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.vpt .hover--shadow:hover {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.vpt .hover--shadow-md:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.vpt .hover--shadow-lg:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.vpt .hover--shadow-xl:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.vpt .hover--shadow-2xl:hover {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.vpt .hover--shadow-inner:hover {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}
.vpt .hover--shadow-outline:hover {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}
.vpt .hover--shadow-none:hover {
  box-shadow: none;
}
.vpt .focus--shadow-xs:focus {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.vpt .focus--shadow-sm:focus {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.vpt .focus--shadow:focus {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.vpt .focus--shadow-md:focus {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.vpt .focus--shadow-lg:focus {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.vpt .focus--shadow-xl:focus {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.vpt .focus--shadow-2xl:focus {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.vpt .focus--shadow-inner:focus {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}
.vpt .focus--shadow-outline:focus {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}
.vpt .focus--shadow-none:focus {
  box-shadow: none;
}
.vpt .fill-current {
  fill: currentColor;
}
.vpt .stroke-current {
  stroke: currentColor;
}
.vpt .stroke-0 {
  stroke-width: 0;
}
.vpt .stroke-1 {
  stroke-width: 1;
}
.vpt .stroke-2 {
  stroke-width: 2;
}
.vpt .table-auto {
  table-layout: auto;
}
.vpt .table-fixed {
  table-layout: fixed;
}
.vpt .text-left {
  text-align: left;
}
.vpt .text-center {
  text-align: center;
}
.vpt .text-right {
  text-align: right;
}
.vpt .text-justify {
  text-align: justify;
}
.vpt .text-blue-100 {
  --text-opacity: 1;
  color: #F4F5FB;
  color: rgba(244, 245, 251, var(--text-opacity));
}
.vpt .text-blue-200 {
  --text-opacity: 1;
  color: #CED2EE;
  color: rgba(206, 210, 238, var(--text-opacity));
}
.vpt .text-blue-300 {
  --text-opacity: 1;
  color: #A8AFE1;
  color: rgba(168, 175, 225, var(--text-opacity));
}
.vpt .text-blue-400 {
  --text-opacity: 1;
  color: #828DD4;
  color: rgba(130, 141, 212, var(--text-opacity));
}
.vpt .text-blue-500 {
  --text-opacity: 1;
  color: #5C6AC7;
  color: rgba(92, 106, 199, var(--text-opacity));
}
.vpt .text-blue-600 {
  --text-opacity: 1;
  color: #3D4DB3;
  color: rgba(61, 77, 179, var(--text-opacity));
}
.vpt .text-blue-700 {
  --text-opacity: 1;
  color: #303C8D;
  color: rgba(48, 60, 141, var(--text-opacity));
}
.vpt .text-blue-800 {
  --text-opacity: 1;
  color: #232C67;
  color: rgba(35, 44, 103, var(--text-opacity));
}
.vpt .text-blue-900 {
  --text-opacity: 1;
  color: #161C41;
  color: rgba(22, 28, 65, var(--text-opacity));
}
.vpt .text-black-100 {
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity));
}
.vpt .text-black-200 {
  --text-opacity: 1;
  color: #EAEDF1;
  color: rgba(234, 237, 241, var(--text-opacity));
}
.vpt .text-black-300 {
  --text-opacity: 1;
  color: #D1D8E0;
  color: rgba(209, 216, 224, var(--text-opacity));
}
.vpt .text-black-400 {
  --text-opacity: 1;
  color: #B9C3D0;
  color: rgba(185, 195, 208, var(--text-opacity));
}
.vpt .text-black-500 {
  --text-opacity: 1;
  color: #A0AEC0;
  color: rgba(160, 174, 192, var(--text-opacity));
}
.vpt .text-black-600 {
  --text-opacity: 1;
  color: #7E91A9;
  color: rgba(126, 145, 169, var(--text-opacity));
}
.vpt .text-black-700 {
  --text-opacity: 1;
  color: #607590;
  color: rgba(96, 117, 144, var(--text-opacity));
}
.vpt .text-black-800 {
  --text-opacity: 1;
  color: #49596E;
  color: rgba(73, 89, 110, var(--text-opacity));
}
.vpt .text-black-900 {
  --text-opacity: 1;
  color: #333E4D;
  color: rgba(51, 62, 77, var(--text-opacity));
}
.vpt .text-green-100 {
  --text-opacity: 1;
  color: #DBFAE8;
  color: rgba(219, 250, 232, var(--text-opacity));
}
.vpt .text-green-200 {
  --text-opacity: 1;
  color: #98F0BD;
  color: rgba(152, 240, 189, var(--text-opacity));
}
.vpt .text-green-300 {
  --text-opacity: 1;
  color: #55E792;
  color: rgba(85, 231, 146, var(--text-opacity));
}
.vpt .text-green-400 {
  --text-opacity: 1;
  color: #1ED269;
  color: rgba(30, 210, 105, var(--text-opacity));
}
.vpt .text-green-500 {
  --text-opacity: 1;
  color: #148F47;
  color: rgba(20, 143, 71, var(--text-opacity));
}
.vpt .text-green-600 {
  --text-opacity: 1;
  color: #11743A;
  color: rgba(17, 116, 58, var(--text-opacity));
}
.vpt .text-green-700 {
  --text-opacity: 1;
  color: #0D592D;
  color: rgba(13, 89, 45, var(--text-opacity));
}
.vpt .text-green-800 {
  --text-opacity: 1;
  color: #093E1F;
  color: rgba(9, 62, 31, var(--text-opacity));
}
.vpt .text-green-900 {
  --text-opacity: 1;
  color: #052412;
  color: rgba(5, 36, 18, var(--text-opacity));
}
.vpt .text-red-100 {
  --text-opacity: 1;
  color: #FDDDE0;
  color: rgba(253, 221, 224, var(--text-opacity));
}
.vpt .text-red-200 {
  --text-opacity: 1;
  color: #FBB2B9;
  color: rgba(251, 178, 185, var(--text-opacity));
}
.vpt .text-red-300 {
  --text-opacity: 1;
  color: #F88792;
  color: rgba(248, 135, 146, var(--text-opacity));
}
.vpt .text-red-400 {
  --text-opacity: 1;
  color: #F55B6B;
  color: rgba(245, 91, 107, var(--text-opacity));
}
.vpt .text-red-500 {
  --text-opacity: 1;
  color: #F33043;
  color: rgba(243, 48, 67, var(--text-opacity));
}
.vpt .text-red-600 {
  --text-opacity: 1;
  color: #E30D23;
  color: rgba(227, 13, 35, var(--text-opacity));
}
.vpt .text-red-700 {
  --text-opacity: 1;
  color: #B20A1B;
  color: rgba(178, 10, 27, var(--text-opacity));
}
.vpt .text-red-800 {
  --text-opacity: 1;
  color: #820814;
  color: rgba(130, 8, 20, var(--text-opacity));
}
.vpt .text-red-900 {
  --text-opacity: 1;
  color: #52050C;
  color: rgba(82, 5, 12, var(--text-opacity));
}
.vpt .hover--text-blue-100:hover {
  --text-opacity: 1;
  color: #F4F5FB;
  color: rgba(244, 245, 251, var(--text-opacity));
}
.vpt .hover--text-blue-200:hover {
  --text-opacity: 1;
  color: #CED2EE;
  color: rgba(206, 210, 238, var(--text-opacity));
}
.vpt .hover--text-blue-300:hover {
  --text-opacity: 1;
  color: #A8AFE1;
  color: rgba(168, 175, 225, var(--text-opacity));
}
.vpt .hover--text-blue-400:hover {
  --text-opacity: 1;
  color: #828DD4;
  color: rgba(130, 141, 212, var(--text-opacity));
}
.vpt .hover--text-blue-500:hover {
  --text-opacity: 1;
  color: #5C6AC7;
  color: rgba(92, 106, 199, var(--text-opacity));
}
.vpt .hover--text-blue-600:hover {
  --text-opacity: 1;
  color: #3D4DB3;
  color: rgba(61, 77, 179, var(--text-opacity));
}
.vpt .hover--text-blue-700:hover {
  --text-opacity: 1;
  color: #303C8D;
  color: rgba(48, 60, 141, var(--text-opacity));
}
.vpt .hover--text-blue-800:hover {
  --text-opacity: 1;
  color: #232C67;
  color: rgba(35, 44, 103, var(--text-opacity));
}
.vpt .hover--text-blue-900:hover {
  --text-opacity: 1;
  color: #161C41;
  color: rgba(22, 28, 65, var(--text-opacity));
}
.vpt .hover--text-black-100:hover {
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity));
}
.vpt .hover--text-black-200:hover {
  --text-opacity: 1;
  color: #EAEDF1;
  color: rgba(234, 237, 241, var(--text-opacity));
}
.vpt .hover--text-black-300:hover {
  --text-opacity: 1;
  color: #D1D8E0;
  color: rgba(209, 216, 224, var(--text-opacity));
}
.vpt .hover--text-black-400:hover {
  --text-opacity: 1;
  color: #B9C3D0;
  color: rgba(185, 195, 208, var(--text-opacity));
}
.vpt .hover--text-black-500:hover {
  --text-opacity: 1;
  color: #A0AEC0;
  color: rgba(160, 174, 192, var(--text-opacity));
}
.vpt .hover--text-black-600:hover {
  --text-opacity: 1;
  color: #7E91A9;
  color: rgba(126, 145, 169, var(--text-opacity));
}
.vpt .hover--text-black-700:hover {
  --text-opacity: 1;
  color: #607590;
  color: rgba(96, 117, 144, var(--text-opacity));
}
.vpt .hover--text-black-800:hover {
  --text-opacity: 1;
  color: #49596E;
  color: rgba(73, 89, 110, var(--text-opacity));
}
.vpt .hover--text-black-900:hover {
  --text-opacity: 1;
  color: #333E4D;
  color: rgba(51, 62, 77, var(--text-opacity));
}
.vpt .hover--text-green-100:hover {
  --text-opacity: 1;
  color: #DBFAE8;
  color: rgba(219, 250, 232, var(--text-opacity));
}
.vpt .hover--text-green-200:hover {
  --text-opacity: 1;
  color: #98F0BD;
  color: rgba(152, 240, 189, var(--text-opacity));
}
.vpt .hover--text-green-300:hover {
  --text-opacity: 1;
  color: #55E792;
  color: rgba(85, 231, 146, var(--text-opacity));
}
.vpt .hover--text-green-400:hover {
  --text-opacity: 1;
  color: #1ED269;
  color: rgba(30, 210, 105, var(--text-opacity));
}
.vpt .hover--text-green-500:hover {
  --text-opacity: 1;
  color: #148F47;
  color: rgba(20, 143, 71, var(--text-opacity));
}
.vpt .hover--text-green-600:hover {
  --text-opacity: 1;
  color: #11743A;
  color: rgba(17, 116, 58, var(--text-opacity));
}
.vpt .hover--text-green-700:hover {
  --text-opacity: 1;
  color: #0D592D;
  color: rgba(13, 89, 45, var(--text-opacity));
}
.vpt .hover--text-green-800:hover {
  --text-opacity: 1;
  color: #093E1F;
  color: rgba(9, 62, 31, var(--text-opacity));
}
.vpt .hover--text-green-900:hover {
  --text-opacity: 1;
  color: #052412;
  color: rgba(5, 36, 18, var(--text-opacity));
}
.vpt .hover--text-red-100:hover {
  --text-opacity: 1;
  color: #FDDDE0;
  color: rgba(253, 221, 224, var(--text-opacity));
}
.vpt .hover--text-red-200:hover {
  --text-opacity: 1;
  color: #FBB2B9;
  color: rgba(251, 178, 185, var(--text-opacity));
}
.vpt .hover--text-red-300:hover {
  --text-opacity: 1;
  color: #F88792;
  color: rgba(248, 135, 146, var(--text-opacity));
}
.vpt .hover--text-red-400:hover {
  --text-opacity: 1;
  color: #F55B6B;
  color: rgba(245, 91, 107, var(--text-opacity));
}
.vpt .hover--text-red-500:hover {
  --text-opacity: 1;
  color: #F33043;
  color: rgba(243, 48, 67, var(--text-opacity));
}
.vpt .hover--text-red-600:hover {
  --text-opacity: 1;
  color: #E30D23;
  color: rgba(227, 13, 35, var(--text-opacity));
}
.vpt .hover--text-red-700:hover {
  --text-opacity: 1;
  color: #B20A1B;
  color: rgba(178, 10, 27, var(--text-opacity));
}
.vpt .hover--text-red-800:hover {
  --text-opacity: 1;
  color: #820814;
  color: rgba(130, 8, 20, var(--text-opacity));
}
.vpt .hover--text-red-900:hover {
  --text-opacity: 1;
  color: #52050C;
  color: rgba(82, 5, 12, var(--text-opacity));
}
.vpt .focus--text-blue-100:focus {
  --text-opacity: 1;
  color: #F4F5FB;
  color: rgba(244, 245, 251, var(--text-opacity));
}
.vpt .focus--text-blue-200:focus {
  --text-opacity: 1;
  color: #CED2EE;
  color: rgba(206, 210, 238, var(--text-opacity));
}
.vpt .focus--text-blue-300:focus {
  --text-opacity: 1;
  color: #A8AFE1;
  color: rgba(168, 175, 225, var(--text-opacity));
}
.vpt .focus--text-blue-400:focus {
  --text-opacity: 1;
  color: #828DD4;
  color: rgba(130, 141, 212, var(--text-opacity));
}
.vpt .focus--text-blue-500:focus {
  --text-opacity: 1;
  color: #5C6AC7;
  color: rgba(92, 106, 199, var(--text-opacity));
}
.vpt .focus--text-blue-600:focus {
  --text-opacity: 1;
  color: #3D4DB3;
  color: rgba(61, 77, 179, var(--text-opacity));
}
.vpt .focus--text-blue-700:focus {
  --text-opacity: 1;
  color: #303C8D;
  color: rgba(48, 60, 141, var(--text-opacity));
}
.vpt .focus--text-blue-800:focus {
  --text-opacity: 1;
  color: #232C67;
  color: rgba(35, 44, 103, var(--text-opacity));
}
.vpt .focus--text-blue-900:focus {
  --text-opacity: 1;
  color: #161C41;
  color: rgba(22, 28, 65, var(--text-opacity));
}
.vpt .focus--text-black-100:focus {
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity));
}
.vpt .focus--text-black-200:focus {
  --text-opacity: 1;
  color: #EAEDF1;
  color: rgba(234, 237, 241, var(--text-opacity));
}
.vpt .focus--text-black-300:focus {
  --text-opacity: 1;
  color: #D1D8E0;
  color: rgba(209, 216, 224, var(--text-opacity));
}
.vpt .focus--text-black-400:focus {
  --text-opacity: 1;
  color: #B9C3D0;
  color: rgba(185, 195, 208, var(--text-opacity));
}
.vpt .focus--text-black-500:focus {
  --text-opacity: 1;
  color: #A0AEC0;
  color: rgba(160, 174, 192, var(--text-opacity));
}
.vpt .focus--text-black-600:focus {
  --text-opacity: 1;
  color: #7E91A9;
  color: rgba(126, 145, 169, var(--text-opacity));
}
.vpt .focus--text-black-700:focus {
  --text-opacity: 1;
  color: #607590;
  color: rgba(96, 117, 144, var(--text-opacity));
}
.vpt .focus--text-black-800:focus {
  --text-opacity: 1;
  color: #49596E;
  color: rgba(73, 89, 110, var(--text-opacity));
}
.vpt .focus--text-black-900:focus {
  --text-opacity: 1;
  color: #333E4D;
  color: rgba(51, 62, 77, var(--text-opacity));
}
.vpt .focus--text-green-100:focus {
  --text-opacity: 1;
  color: #DBFAE8;
  color: rgba(219, 250, 232, var(--text-opacity));
}
.vpt .focus--text-green-200:focus {
  --text-opacity: 1;
  color: #98F0BD;
  color: rgba(152, 240, 189, var(--text-opacity));
}
.vpt .focus--text-green-300:focus {
  --text-opacity: 1;
  color: #55E792;
  color: rgba(85, 231, 146, var(--text-opacity));
}
.vpt .focus--text-green-400:focus {
  --text-opacity: 1;
  color: #1ED269;
  color: rgba(30, 210, 105, var(--text-opacity));
}
.vpt .focus--text-green-500:focus {
  --text-opacity: 1;
  color: #148F47;
  color: rgba(20, 143, 71, var(--text-opacity));
}
.vpt .focus--text-green-600:focus {
  --text-opacity: 1;
  color: #11743A;
  color: rgba(17, 116, 58, var(--text-opacity));
}
.vpt .focus--text-green-700:focus {
  --text-opacity: 1;
  color: #0D592D;
  color: rgba(13, 89, 45, var(--text-opacity));
}
.vpt .focus--text-green-800:focus {
  --text-opacity: 1;
  color: #093E1F;
  color: rgba(9, 62, 31, var(--text-opacity));
}
.vpt .focus--text-green-900:focus {
  --text-opacity: 1;
  color: #052412;
  color: rgba(5, 36, 18, var(--text-opacity));
}
.vpt .focus--text-red-100:focus {
  --text-opacity: 1;
  color: #FDDDE0;
  color: rgba(253, 221, 224, var(--text-opacity));
}
.vpt .focus--text-red-200:focus {
  --text-opacity: 1;
  color: #FBB2B9;
  color: rgba(251, 178, 185, var(--text-opacity));
}
.vpt .focus--text-red-300:focus {
  --text-opacity: 1;
  color: #F88792;
  color: rgba(248, 135, 146, var(--text-opacity));
}
.vpt .focus--text-red-400:focus {
  --text-opacity: 1;
  color: #F55B6B;
  color: rgba(245, 91, 107, var(--text-opacity));
}
.vpt .focus--text-red-500:focus {
  --text-opacity: 1;
  color: #F33043;
  color: rgba(243, 48, 67, var(--text-opacity));
}
.vpt .focus--text-red-600:focus {
  --text-opacity: 1;
  color: #E30D23;
  color: rgba(227, 13, 35, var(--text-opacity));
}
.vpt .focus--text-red-700:focus {
  --text-opacity: 1;
  color: #B20A1B;
  color: rgba(178, 10, 27, var(--text-opacity));
}
.vpt .focus--text-red-800:focus {
  --text-opacity: 1;
  color: #820814;
  color: rgba(130, 8, 20, var(--text-opacity));
}
.vpt .focus--text-red-900:focus {
  --text-opacity: 1;
  color: #52050C;
  color: rgba(82, 5, 12, var(--text-opacity));
}
.vpt .text-opacity-0 {
  --text-opacity: 0;
}
.vpt .text-opacity-25 {
  --text-opacity: 0.25;
}
.vpt .text-opacity-50 {
  --text-opacity: 0.5;
}
.vpt .text-opacity-75 {
  --text-opacity: 0.75;
}
.vpt .text-opacity-100 {
  --text-opacity: 1;
}
.vpt .hover--text-opacity-0:hover {
  --text-opacity: 0;
}
.vpt .hover--text-opacity-25:hover {
  --text-opacity: 0.25;
}
.vpt .hover--text-opacity-50:hover {
  --text-opacity: 0.5;
}
.vpt .hover--text-opacity-75:hover {
  --text-opacity: 0.75;
}
.vpt .hover--text-opacity-100:hover {
  --text-opacity: 1;
}
.vpt .focus--text-opacity-0:focus {
  --text-opacity: 0;
}
.vpt .focus--text-opacity-25:focus {
  --text-opacity: 0.25;
}
.vpt .focus--text-opacity-50:focus {
  --text-opacity: 0.5;
}
.vpt .focus--text-opacity-75:focus {
  --text-opacity: 0.75;
}
.vpt .focus--text-opacity-100:focus {
  --text-opacity: 1;
}
.vpt .italic {
  font-style: italic;
}
.vpt .not-italic {
  font-style: normal;
}
.vpt .uppercase {
  text-transform: uppercase;
}
.vpt .lowercase {
  text-transform: lowercase;
}
.vpt .capitalize {
  text-transform: capitalize;
}
.vpt .normal-case {
  text-transform: none;
}
.vpt .underline {
  text-decoration: underline;
}
.vpt .line-through {
  text-decoration: line-through;
}
.vpt .no-underline {
  text-decoration: none;
}
.vpt .hover--underline:hover {
  text-decoration: underline;
}
.vpt .hover--line-through:hover {
  text-decoration: line-through;
}
.vpt .hover--no-underline:hover {
  text-decoration: none;
}
.vpt .focus--underline:focus {
  text-decoration: underline;
}
.vpt .focus--line-through:focus {
  text-decoration: line-through;
}
.vpt .focus--no-underline:focus {
  text-decoration: none;
}
.vpt .antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.vpt .subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.vpt .ordinal, .vpt .slashed-zero, .vpt .lining-nums, .vpt .oldstyle-nums, .vpt .proportional-nums, .vpt .tabular-nums, .vpt .diagonal-fractions, .vpt .stacked-fractions {
  --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
  --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
  --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
  --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
  --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
  font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
}
.vpt .normal-nums {
  font-variant-numeric: normal;
}
.vpt .ordinal {
  --font-variant-numeric-ordinal: ordinal;
}
.vpt .slashed-zero {
  --font-variant-numeric-slashed-zero: slashed-zero;
}
.vpt .lining-nums {
  --font-variant-numeric-figure: lining-nums;
}
.vpt .oldstyle-nums {
  --font-variant-numeric-figure: oldstyle-nums;
}
.vpt .proportional-nums {
  --font-variant-numeric-spacing: proportional-nums;
}
.vpt .tabular-nums {
  --font-variant-numeric-spacing: tabular-nums;
}
.vpt .diagonal-fractions {
  --font-variant-numeric-fraction: diagonal-fractions;
}
.vpt .stacked-fractions {
  --font-variant-numeric-fraction: stacked-fractions;
}
.vpt .tracking-tighter {
  letter-spacing: -0.05em;
}
.vpt .tracking-tight {
  letter-spacing: -0.025em;
}
.vpt .tracking-normal {
  letter-spacing: 0;
}
.vpt .tracking-wide {
  letter-spacing: 0.025em;
}
.vpt .tracking-wider {
  letter-spacing: 0.05em;
}
.vpt .tracking-widest {
  letter-spacing: 0.1em;
}
.vpt .select-none {
  -webkit-user-select: none;
  user-select: none;
}
.vpt .select-text {
  -webkit-user-select: text;
  user-select: text;
}
.vpt .select-all {
  -webkit-user-select: all;
  user-select: all;
}
.vpt .select-auto {
  -webkit-user-select: auto;
  user-select: auto;
}
.vpt .align-baseline {
  vertical-align: baseline;
}
.vpt .align-top {
  vertical-align: top;
}
.vpt .align-middle {
  vertical-align: middle;
}
.vpt .align-bottom {
  vertical-align: bottom;
}
.vpt .align-text-top {
  vertical-align: text-top;
}
.vpt .align-text-bottom {
  vertical-align: text-bottom;
}
.vpt .visible {
  visibility: visible;
}
.vpt .invisible {
  visibility: hidden;
}
.vpt .whitespace-normal {
  white-space: normal;
}
.vpt .whitespace-no-wrap {
  white-space: nowrap;
}
.vpt .whitespace-pre {
  white-space: pre;
}
.vpt .whitespace-pre-line {
  white-space: pre-line;
}
.vpt .whitespace-pre-wrap {
  white-space: pre-wrap;
}
.vpt .break-normal {
  word-wrap: normal;
  overflow-wrap: normal;
  word-break: normal;
}
.vpt .break-words {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.vpt .break-all {
  word-break: break-all;
}
.vpt .truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vpt .w-0 {
  width: 0;
}
.vpt .w-5 {
  width: 0.5rem;
}
.vpt .w-10 {
  width: 1rem;
}
.vpt .w-15 {
  width: 1.5rem;
}
.vpt .w-20 {
  width: 2rem;
}
.vpt .w-30 {
  width: 3rem;
}
.vpt .w-40 {
  width: 4rem;
}
.vpt .w-50 {
  width: 5rem;
}
.vpt .w-100 {
  width: 10rem;
}
.vpt .w-auto {
  width: auto;
}
.vpt .w-px {
  width: 1px;
}
.vpt .w-1\/2 {
  width: 50%;
}
.vpt .w-1\/3 {
  width: 33.333333%;
}
.vpt .w-2\/3 {
  width: 66.666667%;
}
.vpt .w-1\/4 {
  width: 25%;
}
.vpt .w-2\/4 {
  width: 50%;
}
.vpt .w-3\/4 {
  width: 75%;
}
.vpt .w-1\/5 {
  width: 20%;
}
.vpt .w-2\/5 {
  width: 40%;
}
.vpt .w-3\/5 {
  width: 60%;
}
.vpt .w-4\/5 {
  width: 80%;
}
.vpt .w-1\/6 {
  width: 16.666667%;
}
.vpt .w-2\/6 {
  width: 33.333333%;
}
.vpt .w-3\/6 {
  width: 50%;
}
.vpt .w-4\/6 {
  width: 66.666667%;
}
.vpt .w-5\/6 {
  width: 83.333333%;
}
.vpt .w-1\/12 {
  width: 8.333333%;
}
.vpt .w-2\/12 {
  width: 16.666667%;
}
.vpt .w-3\/12 {
  width: 25%;
}
.vpt .w-4\/12 {
  width: 33.333333%;
}
.vpt .w-5\/12 {
  width: 41.666667%;
}
.vpt .w-6\/12 {
  width: 50%;
}
.vpt .w-7\/12 {
  width: 58.333333%;
}
.vpt .w-8\/12 {
  width: 66.666667%;
}
.vpt .w-9\/12 {
  width: 75%;
}
.vpt .w-10\/12 {
  width: 83.333333%;
}
.vpt .w-11\/12 {
  width: 91.666667%;
}
.vpt .w-full {
  width: 100%;
}
.vpt .w-screen {
  width: 100vw;
}
.vpt .z-0 {
  z-index: 0;
}
.vpt .z-10 {
  z-index: 10;
}
.vpt .z-20 {
  z-index: 20;
}
.vpt .z-30 {
  z-index: 30;
}
.vpt .z-40 {
  z-index: 40;
}
.vpt .z-50 {
  z-index: 50;
}
.vpt .z-auto {
  z-index: auto;
}
.vpt .gap-0 {
  grid-gap: 0;
  gap: 0;
}
.vpt .gap-5 {
  grid-gap: 0.5rem;
  gap: 0.5rem;
}
.vpt .gap-10 {
  grid-gap: 1rem;
  gap: 1rem;
}
.vpt .gap-15 {
  grid-gap: 1.5rem;
  gap: 1.5rem;
}
.vpt .gap-20 {
  grid-gap: 2rem;
  gap: 2rem;
}
.vpt .gap-30 {
  grid-gap: 3rem;
  gap: 3rem;
}
.vpt .gap-40 {
  grid-gap: 4rem;
  gap: 4rem;
}
.vpt .gap-50 {
  grid-gap: 5rem;
  gap: 5rem;
}
.vpt .gap-100 {
  grid-gap: 10rem;
  gap: 10rem;
}
.vpt .gap-px {
  grid-gap: 1px;
  gap: 1px;
}
.vpt .col-gap-0 {
  grid-column-gap: 0;
  column-gap: 0;
}
.vpt .col-gap-5 {
  grid-column-gap: 0.5rem;
  column-gap: 0.5rem;
}
.vpt .col-gap-10 {
  grid-column-gap: 1rem;
  column-gap: 1rem;
}
.vpt .col-gap-15 {
  grid-column-gap: 1.5rem;
  column-gap: 1.5rem;
}
.vpt .col-gap-20 {
  grid-column-gap: 2rem;
  column-gap: 2rem;
}
.vpt .col-gap-30 {
  grid-column-gap: 3rem;
  column-gap: 3rem;
}
.vpt .col-gap-40 {
  grid-column-gap: 4rem;
  column-gap: 4rem;
}
.vpt .col-gap-50 {
  grid-column-gap: 5rem;
  column-gap: 5rem;
}
.vpt .col-gap-100 {
  grid-column-gap: 10rem;
  column-gap: 10rem;
}
.vpt .col-gap-px {
  grid-column-gap: 1px;
  column-gap: 1px;
}
.vpt .gap-x-0 {
  grid-column-gap: 0;
  column-gap: 0;
}
.vpt .gap-x-5 {
  grid-column-gap: 0.5rem;
  column-gap: 0.5rem;
}
.vpt .gap-x-10 {
  grid-column-gap: 1rem;
  column-gap: 1rem;
}
.vpt .gap-x-15 {
  grid-column-gap: 1.5rem;
  column-gap: 1.5rem;
}
.vpt .gap-x-20 {
  grid-column-gap: 2rem;
  column-gap: 2rem;
}
.vpt .gap-x-30 {
  grid-column-gap: 3rem;
  column-gap: 3rem;
}
.vpt .gap-x-40 {
  grid-column-gap: 4rem;
  column-gap: 4rem;
}
.vpt .gap-x-50 {
  grid-column-gap: 5rem;
  column-gap: 5rem;
}
.vpt .gap-x-100 {
  grid-column-gap: 10rem;
  column-gap: 10rem;
}
.vpt .gap-x-px {
  grid-column-gap: 1px;
  column-gap: 1px;
}
.vpt .row-gap-0 {
  grid-row-gap: 0;
  row-gap: 0;
}
.vpt .row-gap-5 {
  grid-row-gap: 0.5rem;
  row-gap: 0.5rem;
}
.vpt .row-gap-10 {
  grid-row-gap: 1rem;
  row-gap: 1rem;
}
.vpt .row-gap-15 {
  grid-row-gap: 1.5rem;
  row-gap: 1.5rem;
}
.vpt .row-gap-20 {
  grid-row-gap: 2rem;
  row-gap: 2rem;
}
.vpt .row-gap-30 {
  grid-row-gap: 3rem;
  row-gap: 3rem;
}
.vpt .row-gap-40 {
  grid-row-gap: 4rem;
  row-gap: 4rem;
}
.vpt .row-gap-50 {
  grid-row-gap: 5rem;
  row-gap: 5rem;
}
.vpt .row-gap-100 {
  grid-row-gap: 10rem;
  row-gap: 10rem;
}
.vpt .row-gap-px {
  grid-row-gap: 1px;
  row-gap: 1px;
}
.vpt .gap-y-0 {
  grid-row-gap: 0;
  row-gap: 0;
}
.vpt .gap-y-5 {
  grid-row-gap: 0.5rem;
  row-gap: 0.5rem;
}
.vpt .gap-y-10 {
  grid-row-gap: 1rem;
  row-gap: 1rem;
}
.vpt .gap-y-15 {
  grid-row-gap: 1.5rem;
  row-gap: 1.5rem;
}
.vpt .gap-y-20 {
  grid-row-gap: 2rem;
  row-gap: 2rem;
}
.vpt .gap-y-30 {
  grid-row-gap: 3rem;
  row-gap: 3rem;
}
.vpt .gap-y-40 {
  grid-row-gap: 4rem;
  row-gap: 4rem;
}
.vpt .gap-y-50 {
  grid-row-gap: 5rem;
  row-gap: 5rem;
}
.vpt .gap-y-100 {
  grid-row-gap: 10rem;
  row-gap: 10rem;
}
.vpt .gap-y-px {
  grid-row-gap: 1px;
  row-gap: 1px;
}
.vpt .grid-flow-row {
  grid-auto-flow: row;
}
.vpt .grid-flow-col {
  grid-auto-flow: column;
}
.vpt .grid-flow-row-dense {
  grid-auto-flow: row dense;
}
.vpt .grid-flow-col-dense {
  grid-auto-flow: column dense;
}
.vpt .grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.vpt .grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.vpt .grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.vpt .grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.vpt .grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.vpt .grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.vpt .grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.vpt .grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.vpt .grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}
.vpt .grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.vpt .grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}
.vpt .grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.vpt .grid-cols-none {
  grid-template-columns: none;
}
.vpt .auto-cols-auto {
  grid-auto-columns: auto;
}
.vpt .auto-cols-min {
  grid-auto-columns: -webkit-min-content;
  grid-auto-columns: min-content;
}
.vpt .auto-cols-max {
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
}
.vpt .auto-cols-fr {
  grid-auto-columns: minmax(0, 1fr);
}
.vpt .col-auto {
  grid-column: auto;
}
.vpt .col-span-1 {
  grid-column: span 1/span 1;
}
.vpt .col-span-2 {
  grid-column: span 2/span 2;
}
.vpt .col-span-3 {
  grid-column: span 3/span 3;
}
.vpt .col-span-4 {
  grid-column: span 4/span 4;
}
.vpt .col-span-5 {
  grid-column: span 5/span 5;
}
.vpt .col-span-6 {
  grid-column: span 6/span 6;
}
.vpt .col-span-7 {
  grid-column: span 7/span 7;
}
.vpt .col-span-8 {
  grid-column: span 8/span 8;
}
.vpt .col-span-9 {
  grid-column: span 9/span 9;
}
.vpt .col-span-10 {
  grid-column: span 10/span 10;
}
.vpt .col-span-11 {
  grid-column: span 11/span 11;
}
.vpt .col-span-12 {
  grid-column: span 12/span 12;
}
.vpt .col-span-full {
  grid-column: 1/-1;
}
.vpt .col-start-1 {
  grid-column-start: 1;
}
.vpt .col-start-2 {
  grid-column-start: 2;
}
.vpt .col-start-3 {
  grid-column-start: 3;
}
.vpt .col-start-4 {
  grid-column-start: 4;
}
.vpt .col-start-5 {
  grid-column-start: 5;
}
.vpt .col-start-6 {
  grid-column-start: 6;
}
.vpt .col-start-7 {
  grid-column-start: 7;
}
.vpt .col-start-8 {
  grid-column-start: 8;
}
.vpt .col-start-9 {
  grid-column-start: 9;
}
.vpt .col-start-10 {
  grid-column-start: 10;
}
.vpt .col-start-11 {
  grid-column-start: 11;
}
.vpt .col-start-12 {
  grid-column-start: 12;
}
.vpt .col-start-13 {
  grid-column-start: 13;
}
.vpt .col-start-auto {
  grid-column-start: auto;
}
.vpt .col-end-1 {
  grid-column-end: 1;
}
.vpt .col-end-2 {
  grid-column-end: 2;
}
.vpt .col-end-3 {
  grid-column-end: 3;
}
.vpt .col-end-4 {
  grid-column-end: 4;
}
.vpt .col-end-5 {
  grid-column-end: 5;
}
.vpt .col-end-6 {
  grid-column-end: 6;
}
.vpt .col-end-7 {
  grid-column-end: 7;
}
.vpt .col-end-8 {
  grid-column-end: 8;
}
.vpt .col-end-9 {
  grid-column-end: 9;
}
.vpt .col-end-10 {
  grid-column-end: 10;
}
.vpt .col-end-11 {
  grid-column-end: 11;
}
.vpt .col-end-12 {
  grid-column-end: 12;
}
.vpt .col-end-13 {
  grid-column-end: 13;
}
.vpt .col-end-auto {
  grid-column-end: auto;
}
.vpt .grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.vpt .grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.vpt .grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}
.vpt .grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}
.vpt .grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}
.vpt .grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}
.vpt .grid-rows-none {
  grid-template-rows: none;
}
.vpt .auto-rows-auto {
  grid-auto-rows: auto;
}
.vpt .auto-rows-min {
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
}
.vpt .auto-rows-max {
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
}
.vpt .auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr);
}
.vpt .row-auto {
  grid-row: auto;
}
.vpt .row-span-1 {
  grid-row: span 1/span 1;
}
.vpt .row-span-2 {
  grid-row: span 2/span 2;
}
.vpt .row-span-3 {
  grid-row: span 3/span 3;
}
.vpt .row-span-4 {
  grid-row: span 4/span 4;
}
.vpt .row-span-5 {
  grid-row: span 5/span 5;
}
.vpt .row-span-6 {
  grid-row: span 6/span 6;
}
.vpt .row-span-full {
  grid-row: 1/-1;
}
.vpt .row-start-1 {
  grid-row-start: 1;
}
.vpt .row-start-2 {
  grid-row-start: 2;
}
.vpt .row-start-3 {
  grid-row-start: 3;
}
.vpt .row-start-4 {
  grid-row-start: 4;
}
.vpt .row-start-5 {
  grid-row-start: 5;
}
.vpt .row-start-6 {
  grid-row-start: 6;
}
.vpt .row-start-7 {
  grid-row-start: 7;
}
.vpt .row-start-auto {
  grid-row-start: auto;
}
.vpt .row-end-1 {
  grid-row-end: 1;
}
.vpt .row-end-2 {
  grid-row-end: 2;
}
.vpt .row-end-3 {
  grid-row-end: 3;
}
.vpt .row-end-4 {
  grid-row-end: 4;
}
.vpt .row-end-5 {
  grid-row-end: 5;
}
.vpt .row-end-6 {
  grid-row-end: 6;
}
.vpt .row-end-7 {
  grid-row-end: 7;
}
.vpt .row-end-auto {
  grid-row-end: auto;
}
.vpt .transform {
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
}
.vpt .transform-none {
  transform: none;
}
.vpt .origin-center {
  transform-origin: center;
}
.vpt .origin-top {
  transform-origin: top;
}
.vpt .origin-top-right {
  transform-origin: top right;
}
.vpt .origin-right {
  transform-origin: right;
}
.vpt .origin-bottom-right {
  transform-origin: bottom right;
}
.vpt .origin-bottom {
  transform-origin: bottom;
}
.vpt .origin-bottom-left {
  transform-origin: bottom left;
}
.vpt .origin-left {
  transform-origin: left;
}
.vpt .origin-top-left {
  transform-origin: top left;
}
.vpt .scale-0 {
  --transform-scale-x: 0;
  --transform-scale-y: 0;
}
.vpt .scale-50 {
  --transform-scale-x: .5;
  --transform-scale-y: .5;
}
.vpt .scale-75 {
  --transform-scale-x: .75;
  --transform-scale-y: .75;
}
.vpt .scale-90 {
  --transform-scale-x: .9;
  --transform-scale-y: .9;
}
.vpt .scale-95 {
  --transform-scale-x: .95;
  --transform-scale-y: .95;
}
.vpt .scale-100 {
  --transform-scale-x: 1;
  --transform-scale-y: 1;
}
.vpt .scale-105 {
  --transform-scale-x: 1.05;
  --transform-scale-y: 1.05;
}
.vpt .scale-110 {
  --transform-scale-x: 1.1;
  --transform-scale-y: 1.1;
}
.vpt .scale-125 {
  --transform-scale-x: 1.25;
  --transform-scale-y: 1.25;
}
.vpt .scale-150 {
  --transform-scale-x: 1.5;
  --transform-scale-y: 1.5;
}
.vpt .scale-x-0 {
  --transform-scale-x: 0;
}
.vpt .scale-x-50 {
  --transform-scale-x: .5;
}
.vpt .scale-x-75 {
  --transform-scale-x: .75;
}
.vpt .scale-x-90 {
  --transform-scale-x: .9;
}
.vpt .scale-x-95 {
  --transform-scale-x: .95;
}
.vpt .scale-x-100 {
  --transform-scale-x: 1;
}
.vpt .scale-x-105 {
  --transform-scale-x: 1.05;
}
.vpt .scale-x-110 {
  --transform-scale-x: 1.1;
}
.vpt .scale-x-125 {
  --transform-scale-x: 1.25;
}
.vpt .scale-x-150 {
  --transform-scale-x: 1.5;
}
.vpt .scale-y-0 {
  --transform-scale-y: 0;
}
.vpt .scale-y-50 {
  --transform-scale-y: .5;
}
.vpt .scale-y-75 {
  --transform-scale-y: .75;
}
.vpt .scale-y-90 {
  --transform-scale-y: .9;
}
.vpt .scale-y-95 {
  --transform-scale-y: .95;
}
.vpt .scale-y-100 {
  --transform-scale-y: 1;
}
.vpt .scale-y-105 {
  --transform-scale-y: 1.05;
}
.vpt .scale-y-110 {
  --transform-scale-y: 1.1;
}
.vpt .scale-y-125 {
  --transform-scale-y: 1.25;
}
.vpt .scale-y-150 {
  --transform-scale-y: 1.5;
}
.vpt .hover--scale-0:hover {
  --transform-scale-x: 0;
  --transform-scale-y: 0;
}
.vpt .hover--scale-50:hover {
  --transform-scale-x: .5;
  --transform-scale-y: .5;
}
.vpt .hover--scale-75:hover {
  --transform-scale-x: .75;
  --transform-scale-y: .75;
}
.vpt .hover--scale-90:hover {
  --transform-scale-x: .9;
  --transform-scale-y: .9;
}
.vpt .hover--scale-95:hover {
  --transform-scale-x: .95;
  --transform-scale-y: .95;
}
.vpt .hover--scale-100:hover {
  --transform-scale-x: 1;
  --transform-scale-y: 1;
}
.vpt .hover--scale-105:hover {
  --transform-scale-x: 1.05;
  --transform-scale-y: 1.05;
}
.vpt .hover--scale-110:hover {
  --transform-scale-x: 1.1;
  --transform-scale-y: 1.1;
}
.vpt .hover--scale-125:hover {
  --transform-scale-x: 1.25;
  --transform-scale-y: 1.25;
}
.vpt .hover--scale-150:hover {
  --transform-scale-x: 1.5;
  --transform-scale-y: 1.5;
}
.vpt .hover--scale-x-0:hover {
  --transform-scale-x: 0;
}
.vpt .hover--scale-x-50:hover {
  --transform-scale-x: .5;
}
.vpt .hover--scale-x-75:hover {
  --transform-scale-x: .75;
}
.vpt .hover--scale-x-90:hover {
  --transform-scale-x: .9;
}
.vpt .hover--scale-x-95:hover {
  --transform-scale-x: .95;
}
.vpt .hover--scale-x-100:hover {
  --transform-scale-x: 1;
}
.vpt .hover--scale-x-105:hover {
  --transform-scale-x: 1.05;
}
.vpt .hover--scale-x-110:hover {
  --transform-scale-x: 1.1;
}
.vpt .hover--scale-x-125:hover {
  --transform-scale-x: 1.25;
}
.vpt .hover--scale-x-150:hover {
  --transform-scale-x: 1.5;
}
.vpt .hover--scale-y-0:hover {
  --transform-scale-y: 0;
}
.vpt .hover--scale-y-50:hover {
  --transform-scale-y: .5;
}
.vpt .hover--scale-y-75:hover {
  --transform-scale-y: .75;
}
.vpt .hover--scale-y-90:hover {
  --transform-scale-y: .9;
}
.vpt .hover--scale-y-95:hover {
  --transform-scale-y: .95;
}
.vpt .hover--scale-y-100:hover {
  --transform-scale-y: 1;
}
.vpt .hover--scale-y-105:hover {
  --transform-scale-y: 1.05;
}
.vpt .hover--scale-y-110:hover {
  --transform-scale-y: 1.1;
}
.vpt .hover--scale-y-125:hover {
  --transform-scale-y: 1.25;
}
.vpt .hover--scale-y-150:hover {
  --transform-scale-y: 1.5;
}
.vpt .focus--scale-0:focus {
  --transform-scale-x: 0;
  --transform-scale-y: 0;
}
.vpt .focus--scale-50:focus {
  --transform-scale-x: .5;
  --transform-scale-y: .5;
}
.vpt .focus--scale-75:focus {
  --transform-scale-x: .75;
  --transform-scale-y: .75;
}
.vpt .focus--scale-90:focus {
  --transform-scale-x: .9;
  --transform-scale-y: .9;
}
.vpt .focus--scale-95:focus {
  --transform-scale-x: .95;
  --transform-scale-y: .95;
}
.vpt .focus--scale-100:focus {
  --transform-scale-x: 1;
  --transform-scale-y: 1;
}
.vpt .focus--scale-105:focus {
  --transform-scale-x: 1.05;
  --transform-scale-y: 1.05;
}
.vpt .focus--scale-110:focus {
  --transform-scale-x: 1.1;
  --transform-scale-y: 1.1;
}
.vpt .focus--scale-125:focus {
  --transform-scale-x: 1.25;
  --transform-scale-y: 1.25;
}
.vpt .focus--scale-150:focus {
  --transform-scale-x: 1.5;
  --transform-scale-y: 1.5;
}
.vpt .focus--scale-x-0:focus {
  --transform-scale-x: 0;
}
.vpt .focus--scale-x-50:focus {
  --transform-scale-x: .5;
}
.vpt .focus--scale-x-75:focus {
  --transform-scale-x: .75;
}
.vpt .focus--scale-x-90:focus {
  --transform-scale-x: .9;
}
.vpt .focus--scale-x-95:focus {
  --transform-scale-x: .95;
}
.vpt .focus--scale-x-100:focus {
  --transform-scale-x: 1;
}
.vpt .focus--scale-x-105:focus {
  --transform-scale-x: 1.05;
}
.vpt .focus--scale-x-110:focus {
  --transform-scale-x: 1.1;
}
.vpt .focus--scale-x-125:focus {
  --transform-scale-x: 1.25;
}
.vpt .focus--scale-x-150:focus {
  --transform-scale-x: 1.5;
}
.vpt .focus--scale-y-0:focus {
  --transform-scale-y: 0;
}
.vpt .focus--scale-y-50:focus {
  --transform-scale-y: .5;
}
.vpt .focus--scale-y-75:focus {
  --transform-scale-y: .75;
}
.vpt .focus--scale-y-90:focus {
  --transform-scale-y: .9;
}
.vpt .focus--scale-y-95:focus {
  --transform-scale-y: .95;
}
.vpt .focus--scale-y-100:focus {
  --transform-scale-y: 1;
}
.vpt .focus--scale-y-105:focus {
  --transform-scale-y: 1.05;
}
.vpt .focus--scale-y-110:focus {
  --transform-scale-y: 1.1;
}
.vpt .focus--scale-y-125:focus {
  --transform-scale-y: 1.25;
}
.vpt .focus--scale-y-150:focus {
  --transform-scale-y: 1.5;
}
.vpt .rotate-0 {
  --transform-rotate: 0;
}
.vpt .rotate-1 {
  --transform-rotate: 1deg;
}
.vpt .rotate-2 {
  --transform-rotate: 2deg;
}
.vpt .rotate-3 {
  --transform-rotate: 3deg;
}
.vpt .rotate-6 {
  --transform-rotate: 6deg;
}
.vpt .rotate-12 {
  --transform-rotate: 12deg;
}
.vpt .rotate-45 {
  --transform-rotate: 45deg;
}
.vpt .rotate-90 {
  --transform-rotate: 90deg;
}
.vpt .rotate-180 {
  --transform-rotate: 180deg;
}
.vpt .-rotate-180 {
  --transform-rotate: -180deg;
}
.vpt .-rotate-90 {
  --transform-rotate: -90deg;
}
.vpt .-rotate-45 {
  --transform-rotate: -45deg;
}
.vpt .-rotate-12 {
  --transform-rotate: -12deg;
}
.vpt .-rotate-6 {
  --transform-rotate: -6deg;
}
.vpt .-rotate-3 {
  --transform-rotate: -3deg;
}
.vpt .-rotate-2 {
  --transform-rotate: -2deg;
}
.vpt .-rotate-1 {
  --transform-rotate: -1deg;
}
.vpt .hover--rotate-0:hover {
  --transform-rotate: 0;
}
.vpt .hover--rotate-1:hover {
  --transform-rotate: 1deg;
}
.vpt .hover--rotate-2:hover {
  --transform-rotate: 2deg;
}
.vpt .hover--rotate-3:hover {
  --transform-rotate: 3deg;
}
.vpt .hover--rotate-6:hover {
  --transform-rotate: 6deg;
}
.vpt .hover--rotate-12:hover {
  --transform-rotate: 12deg;
}
.vpt .hover--rotate-45:hover {
  --transform-rotate: 45deg;
}
.vpt .hover--rotate-90:hover {
  --transform-rotate: 90deg;
}
.vpt .hover--rotate-180:hover {
  --transform-rotate: 180deg;
}
.vpt .hover---rotate-180:hover {
  --transform-rotate: -180deg;
}
.vpt .hover---rotate-90:hover {
  --transform-rotate: -90deg;
}
.vpt .hover---rotate-45:hover {
  --transform-rotate: -45deg;
}
.vpt .hover---rotate-12:hover {
  --transform-rotate: -12deg;
}
.vpt .hover---rotate-6:hover {
  --transform-rotate: -6deg;
}
.vpt .hover---rotate-3:hover {
  --transform-rotate: -3deg;
}
.vpt .hover---rotate-2:hover {
  --transform-rotate: -2deg;
}
.vpt .hover---rotate-1:hover {
  --transform-rotate: -1deg;
}
.vpt .focus--rotate-0:focus {
  --transform-rotate: 0;
}
.vpt .focus--rotate-1:focus {
  --transform-rotate: 1deg;
}
.vpt .focus--rotate-2:focus {
  --transform-rotate: 2deg;
}
.vpt .focus--rotate-3:focus {
  --transform-rotate: 3deg;
}
.vpt .focus--rotate-6:focus {
  --transform-rotate: 6deg;
}
.vpt .focus--rotate-12:focus {
  --transform-rotate: 12deg;
}
.vpt .focus--rotate-45:focus {
  --transform-rotate: 45deg;
}
.vpt .focus--rotate-90:focus {
  --transform-rotate: 90deg;
}
.vpt .focus--rotate-180:focus {
  --transform-rotate: 180deg;
}
.vpt .focus---rotate-180:focus {
  --transform-rotate: -180deg;
}
.vpt .focus---rotate-90:focus {
  --transform-rotate: -90deg;
}
.vpt .focus---rotate-45:focus {
  --transform-rotate: -45deg;
}
.vpt .focus---rotate-12:focus {
  --transform-rotate: -12deg;
}
.vpt .focus---rotate-6:focus {
  --transform-rotate: -6deg;
}
.vpt .focus---rotate-3:focus {
  --transform-rotate: -3deg;
}
.vpt .focus---rotate-2:focus {
  --transform-rotate: -2deg;
}
.vpt .focus---rotate-1:focus {
  --transform-rotate: -1deg;
}
.vpt .translate-x-0 {
  --transform-translate-x: 0;
}
.vpt .translate-x-5 {
  --transform-translate-x: 0.5rem;
}
.vpt .translate-x-10 {
  --transform-translate-x: 1rem;
}
.vpt .translate-x-15 {
  --transform-translate-x: 1.5rem;
}
.vpt .translate-x-20 {
  --transform-translate-x: 2rem;
}
.vpt .translate-x-30 {
  --transform-translate-x: 3rem;
}
.vpt .translate-x-40 {
  --transform-translate-x: 4rem;
}
.vpt .translate-x-50 {
  --transform-translate-x: 5rem;
}
.vpt .translate-x-100 {
  --transform-translate-x: 10rem;
}
.vpt .translate-x-px {
  --transform-translate-x: 1px;
}
.vpt .-translate-x-5 {
  --transform-translate-x: -0.5rem;
}
.vpt .-translate-x-10 {
  --transform-translate-x: -1rem;
}
.vpt .-translate-x-15 {
  --transform-translate-x: -1.5rem;
}
.vpt .-translate-x-20 {
  --transform-translate-x: -2rem;
}
.vpt .-translate-x-30 {
  --transform-translate-x: -3rem;
}
.vpt .-translate-x-40 {
  --transform-translate-x: -4rem;
}
.vpt .-translate-x-50 {
  --transform-translate-x: -5rem;
}
.vpt .-translate-x-100 {
  --transform-translate-x: -10rem;
}
.vpt .-translate-x-px {
  --transform-translate-x: -1px;
}
.vpt .-translate-x-full {
  --transform-translate-x: -100%;
}
.vpt .-translate-x-1\/2 {
  --transform-translate-x: -50%;
}
.vpt .translate-x-1\/2 {
  --transform-translate-x: 50%;
}
.vpt .translate-x-full {
  --transform-translate-x: 100%;
}
.vpt .translate-y-0 {
  --transform-translate-y: 0;
}
.vpt .translate-y-5 {
  --transform-translate-y: 0.5rem;
}
.vpt .translate-y-10 {
  --transform-translate-y: 1rem;
}
.vpt .translate-y-15 {
  --transform-translate-y: 1.5rem;
}
.vpt .translate-y-20 {
  --transform-translate-y: 2rem;
}
.vpt .translate-y-30 {
  --transform-translate-y: 3rem;
}
.vpt .translate-y-40 {
  --transform-translate-y: 4rem;
}
.vpt .translate-y-50 {
  --transform-translate-y: 5rem;
}
.vpt .translate-y-100 {
  --transform-translate-y: 10rem;
}
.vpt .translate-y-px {
  --transform-translate-y: 1px;
}
.vpt .-translate-y-5 {
  --transform-translate-y: -0.5rem;
}
.vpt .-translate-y-10 {
  --transform-translate-y: -1rem;
}
.vpt .-translate-y-15 {
  --transform-translate-y: -1.5rem;
}
.vpt .-translate-y-20 {
  --transform-translate-y: -2rem;
}
.vpt .-translate-y-30 {
  --transform-translate-y: -3rem;
}
.vpt .-translate-y-40 {
  --transform-translate-y: -4rem;
}
.vpt .-translate-y-50 {
  --transform-translate-y: -5rem;
}
.vpt .-translate-y-100 {
  --transform-translate-y: -10rem;
}
.vpt .-translate-y-px {
  --transform-translate-y: -1px;
}
.vpt .-translate-y-full {
  --transform-translate-y: -100%;
}
.vpt .-translate-y-1\/2 {
  --transform-translate-y: -50%;
}
.vpt .translate-y-1\/2 {
  --transform-translate-y: 50%;
}
.vpt .translate-y-full {
  --transform-translate-y: 100%;
}
.vpt .hover--translate-x-0:hover {
  --transform-translate-x: 0;
}
.vpt .hover--translate-x-5:hover {
  --transform-translate-x: 0.5rem;
}
.vpt .hover--translate-x-10:hover {
  --transform-translate-x: 1rem;
}
.vpt .hover--translate-x-15:hover {
  --transform-translate-x: 1.5rem;
}
.vpt .hover--translate-x-20:hover {
  --transform-translate-x: 2rem;
}
.vpt .hover--translate-x-30:hover {
  --transform-translate-x: 3rem;
}
.vpt .hover--translate-x-40:hover {
  --transform-translate-x: 4rem;
}
.vpt .hover--translate-x-50:hover {
  --transform-translate-x: 5rem;
}
.vpt .hover--translate-x-100:hover {
  --transform-translate-x: 10rem;
}
.vpt .hover--translate-x-px:hover {
  --transform-translate-x: 1px;
}
.vpt .hover---translate-x-5:hover {
  --transform-translate-x: -0.5rem;
}
.vpt .hover---translate-x-10:hover {
  --transform-translate-x: -1rem;
}
.vpt .hover---translate-x-15:hover {
  --transform-translate-x: -1.5rem;
}
.vpt .hover---translate-x-20:hover {
  --transform-translate-x: -2rem;
}
.vpt .hover---translate-x-30:hover {
  --transform-translate-x: -3rem;
}
.vpt .hover---translate-x-40:hover {
  --transform-translate-x: -4rem;
}
.vpt .hover---translate-x-50:hover {
  --transform-translate-x: -5rem;
}
.vpt .hover---translate-x-100:hover {
  --transform-translate-x: -10rem;
}
.vpt .hover---translate-x-px:hover {
  --transform-translate-x: -1px;
}
.vpt .hover---translate-x-full:hover {
  --transform-translate-x: -100%;
}
.vpt .hover---translate-x-1\/2:hover {
  --transform-translate-x: -50%;
}
.vpt .hover--translate-x-1\/2:hover {
  --transform-translate-x: 50%;
}
.vpt .hover--translate-x-full:hover {
  --transform-translate-x: 100%;
}
.vpt .hover--translate-y-0:hover {
  --transform-translate-y: 0;
}
.vpt .hover--translate-y-5:hover {
  --transform-translate-y: 0.5rem;
}
.vpt .hover--translate-y-10:hover {
  --transform-translate-y: 1rem;
}
.vpt .hover--translate-y-15:hover {
  --transform-translate-y: 1.5rem;
}
.vpt .hover--translate-y-20:hover {
  --transform-translate-y: 2rem;
}
.vpt .hover--translate-y-30:hover {
  --transform-translate-y: 3rem;
}
.vpt .hover--translate-y-40:hover {
  --transform-translate-y: 4rem;
}
.vpt .hover--translate-y-50:hover {
  --transform-translate-y: 5rem;
}
.vpt .hover--translate-y-100:hover {
  --transform-translate-y: 10rem;
}
.vpt .hover--translate-y-px:hover {
  --transform-translate-y: 1px;
}
.vpt .hover---translate-y-5:hover {
  --transform-translate-y: -0.5rem;
}
.vpt .hover---translate-y-10:hover {
  --transform-translate-y: -1rem;
}
.vpt .hover---translate-y-15:hover {
  --transform-translate-y: -1.5rem;
}
.vpt .hover---translate-y-20:hover {
  --transform-translate-y: -2rem;
}
.vpt .hover---translate-y-30:hover {
  --transform-translate-y: -3rem;
}
.vpt .hover---translate-y-40:hover {
  --transform-translate-y: -4rem;
}
.vpt .hover---translate-y-50:hover {
  --transform-translate-y: -5rem;
}
.vpt .hover---translate-y-100:hover {
  --transform-translate-y: -10rem;
}
.vpt .hover---translate-y-px:hover {
  --transform-translate-y: -1px;
}
.vpt .hover---translate-y-full:hover {
  --transform-translate-y: -100%;
}
.vpt .hover---translate-y-1\/2:hover {
  --transform-translate-y: -50%;
}
.vpt .hover--translate-y-1\/2:hover {
  --transform-translate-y: 50%;
}
.vpt .hover--translate-y-full:hover {
  --transform-translate-y: 100%;
}
.vpt .focus--translate-x-0:focus {
  --transform-translate-x: 0;
}
.vpt .focus--translate-x-5:focus {
  --transform-translate-x: 0.5rem;
}
.vpt .focus--translate-x-10:focus {
  --transform-translate-x: 1rem;
}
.vpt .focus--translate-x-15:focus {
  --transform-translate-x: 1.5rem;
}
.vpt .focus--translate-x-20:focus {
  --transform-translate-x: 2rem;
}
.vpt .focus--translate-x-30:focus {
  --transform-translate-x: 3rem;
}
.vpt .focus--translate-x-40:focus {
  --transform-translate-x: 4rem;
}
.vpt .focus--translate-x-50:focus {
  --transform-translate-x: 5rem;
}
.vpt .focus--translate-x-100:focus {
  --transform-translate-x: 10rem;
}
.vpt .focus--translate-x-px:focus {
  --transform-translate-x: 1px;
}
.vpt .focus---translate-x-5:focus {
  --transform-translate-x: -0.5rem;
}
.vpt .focus---translate-x-10:focus {
  --transform-translate-x: -1rem;
}
.vpt .focus---translate-x-15:focus {
  --transform-translate-x: -1.5rem;
}
.vpt .focus---translate-x-20:focus {
  --transform-translate-x: -2rem;
}
.vpt .focus---translate-x-30:focus {
  --transform-translate-x: -3rem;
}
.vpt .focus---translate-x-40:focus {
  --transform-translate-x: -4rem;
}
.vpt .focus---translate-x-50:focus {
  --transform-translate-x: -5rem;
}
.vpt .focus---translate-x-100:focus {
  --transform-translate-x: -10rem;
}
.vpt .focus---translate-x-px:focus {
  --transform-translate-x: -1px;
}
.vpt .focus---translate-x-full:focus {
  --transform-translate-x: -100%;
}
.vpt .focus---translate-x-1\/2:focus {
  --transform-translate-x: -50%;
}
.vpt .focus--translate-x-1\/2:focus {
  --transform-translate-x: 50%;
}
.vpt .focus--translate-x-full:focus {
  --transform-translate-x: 100%;
}
.vpt .focus--translate-y-0:focus {
  --transform-translate-y: 0;
}
.vpt .focus--translate-y-5:focus {
  --transform-translate-y: 0.5rem;
}
.vpt .focus--translate-y-10:focus {
  --transform-translate-y: 1rem;
}
.vpt .focus--translate-y-15:focus {
  --transform-translate-y: 1.5rem;
}
.vpt .focus--translate-y-20:focus {
  --transform-translate-y: 2rem;
}
.vpt .focus--translate-y-30:focus {
  --transform-translate-y: 3rem;
}
.vpt .focus--translate-y-40:focus {
  --transform-translate-y: 4rem;
}
.vpt .focus--translate-y-50:focus {
  --transform-translate-y: 5rem;
}
.vpt .focus--translate-y-100:focus {
  --transform-translate-y: 10rem;
}
.vpt .focus--translate-y-px:focus {
  --transform-translate-y: 1px;
}
.vpt .focus---translate-y-5:focus {
  --transform-translate-y: -0.5rem;
}
.vpt .focus---translate-y-10:focus {
  --transform-translate-y: -1rem;
}
.vpt .focus---translate-y-15:focus {
  --transform-translate-y: -1.5rem;
}
.vpt .focus---translate-y-20:focus {
  --transform-translate-y: -2rem;
}
.vpt .focus---translate-y-30:focus {
  --transform-translate-y: -3rem;
}
.vpt .focus---translate-y-40:focus {
  --transform-translate-y: -4rem;
}
.vpt .focus---translate-y-50:focus {
  --transform-translate-y: -5rem;
}
.vpt .focus---translate-y-100:focus {
  --transform-translate-y: -10rem;
}
.vpt .focus---translate-y-px:focus {
  --transform-translate-y: -1px;
}
.vpt .focus---translate-y-full:focus {
  --transform-translate-y: -100%;
}
.vpt .focus---translate-y-1\/2:focus {
  --transform-translate-y: -50%;
}
.vpt .focus--translate-y-1\/2:focus {
  --transform-translate-y: 50%;
}
.vpt .focus--translate-y-full:focus {
  --transform-translate-y: 100%;
}
.vpt .skew-x-0 {
  --transform-skew-x: 0;
}
.vpt .skew-x-1 {
  --transform-skew-x: 1deg;
}
.vpt .skew-x-2 {
  --transform-skew-x: 2deg;
}
.vpt .skew-x-3 {
  --transform-skew-x: 3deg;
}
.vpt .skew-x-6 {
  --transform-skew-x: 6deg;
}
.vpt .skew-x-12 {
  --transform-skew-x: 12deg;
}
.vpt .-skew-x-12 {
  --transform-skew-x: -12deg;
}
.vpt .-skew-x-6 {
  --transform-skew-x: -6deg;
}
.vpt .-skew-x-3 {
  --transform-skew-x: -3deg;
}
.vpt .-skew-x-2 {
  --transform-skew-x: -2deg;
}
.vpt .-skew-x-1 {
  --transform-skew-x: -1deg;
}
.vpt .skew-y-0 {
  --transform-skew-y: 0;
}
.vpt .skew-y-1 {
  --transform-skew-y: 1deg;
}
.vpt .skew-y-2 {
  --transform-skew-y: 2deg;
}
.vpt .skew-y-3 {
  --transform-skew-y: 3deg;
}
.vpt .skew-y-6 {
  --transform-skew-y: 6deg;
}
.vpt .skew-y-12 {
  --transform-skew-y: 12deg;
}
.vpt .-skew-y-12 {
  --transform-skew-y: -12deg;
}
.vpt .-skew-y-6 {
  --transform-skew-y: -6deg;
}
.vpt .-skew-y-3 {
  --transform-skew-y: -3deg;
}
.vpt .-skew-y-2 {
  --transform-skew-y: -2deg;
}
.vpt .-skew-y-1 {
  --transform-skew-y: -1deg;
}
.vpt .hover--skew-x-0:hover {
  --transform-skew-x: 0;
}
.vpt .hover--skew-x-1:hover {
  --transform-skew-x: 1deg;
}
.vpt .hover--skew-x-2:hover {
  --transform-skew-x: 2deg;
}
.vpt .hover--skew-x-3:hover {
  --transform-skew-x: 3deg;
}
.vpt .hover--skew-x-6:hover {
  --transform-skew-x: 6deg;
}
.vpt .hover--skew-x-12:hover {
  --transform-skew-x: 12deg;
}
.vpt .hover---skew-x-12:hover {
  --transform-skew-x: -12deg;
}
.vpt .hover---skew-x-6:hover {
  --transform-skew-x: -6deg;
}
.vpt .hover---skew-x-3:hover {
  --transform-skew-x: -3deg;
}
.vpt .hover---skew-x-2:hover {
  --transform-skew-x: -2deg;
}
.vpt .hover---skew-x-1:hover {
  --transform-skew-x: -1deg;
}
.vpt .hover--skew-y-0:hover {
  --transform-skew-y: 0;
}
.vpt .hover--skew-y-1:hover {
  --transform-skew-y: 1deg;
}
.vpt .hover--skew-y-2:hover {
  --transform-skew-y: 2deg;
}
.vpt .hover--skew-y-3:hover {
  --transform-skew-y: 3deg;
}
.vpt .hover--skew-y-6:hover {
  --transform-skew-y: 6deg;
}
.vpt .hover--skew-y-12:hover {
  --transform-skew-y: 12deg;
}
.vpt .hover---skew-y-12:hover {
  --transform-skew-y: -12deg;
}
.vpt .hover---skew-y-6:hover {
  --transform-skew-y: -6deg;
}
.vpt .hover---skew-y-3:hover {
  --transform-skew-y: -3deg;
}
.vpt .hover---skew-y-2:hover {
  --transform-skew-y: -2deg;
}
.vpt .hover---skew-y-1:hover {
  --transform-skew-y: -1deg;
}
.vpt .focus--skew-x-0:focus {
  --transform-skew-x: 0;
}
.vpt .focus--skew-x-1:focus {
  --transform-skew-x: 1deg;
}
.vpt .focus--skew-x-2:focus {
  --transform-skew-x: 2deg;
}
.vpt .focus--skew-x-3:focus {
  --transform-skew-x: 3deg;
}
.vpt .focus--skew-x-6:focus {
  --transform-skew-x: 6deg;
}
.vpt .focus--skew-x-12:focus {
  --transform-skew-x: 12deg;
}
.vpt .focus---skew-x-12:focus {
  --transform-skew-x: -12deg;
}
.vpt .focus---skew-x-6:focus {
  --transform-skew-x: -6deg;
}
.vpt .focus---skew-x-3:focus {
  --transform-skew-x: -3deg;
}
.vpt .focus---skew-x-2:focus {
  --transform-skew-x: -2deg;
}
.vpt .focus---skew-x-1:focus {
  --transform-skew-x: -1deg;
}
.vpt .focus--skew-y-0:focus {
  --transform-skew-y: 0;
}
.vpt .focus--skew-y-1:focus {
  --transform-skew-y: 1deg;
}
.vpt .focus--skew-y-2:focus {
  --transform-skew-y: 2deg;
}
.vpt .focus--skew-y-3:focus {
  --transform-skew-y: 3deg;
}
.vpt .focus--skew-y-6:focus {
  --transform-skew-y: 6deg;
}
.vpt .focus--skew-y-12:focus {
  --transform-skew-y: 12deg;
}
.vpt .focus---skew-y-12:focus {
  --transform-skew-y: -12deg;
}
.vpt .focus---skew-y-6:focus {
  --transform-skew-y: -6deg;
}
.vpt .focus---skew-y-3:focus {
  --transform-skew-y: -3deg;
}
.vpt .focus---skew-y-2:focus {
  --transform-skew-y: -2deg;
}
.vpt .focus---skew-y-1:focus {
  --transform-skew-y: -1deg;
}
.vpt .transition-none {
  transition-property: none;
}
.vpt .transition-all {
  transition-property: all;
}
.vpt .transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
}
.vpt .transition-colors {
  transition-property: background-color, border-color, color, fill, stroke;
}
.vpt .transition-opacity {
  transition-property: opacity;
}
.vpt .transition-shadow {
  transition-property: box-shadow;
}
.vpt .transition-transform {
  transition-property: transform;
}
.vpt .ease-linear {
  transition-timing-function: linear;
}
.vpt .ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.vpt .ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.vpt .ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.vpt .duration-75 {
  transition-duration: 75ms;
}
.vpt .duration-100 {
  transition-duration: 100ms;
}
.vpt .duration-150 {
  transition-duration: 150ms;
}
.vpt .duration-200 {
  transition-duration: 200ms;
}
.vpt .duration-300 {
  transition-duration: 300ms;
}
.vpt .duration-500 {
  transition-duration: 500ms;
}
.vpt .duration-700 {
  transition-duration: 700ms;
}
.vpt .duration-1000 {
  transition-duration: 1000ms;
}
.vpt .delay-75 {
  transition-delay: 75ms;
}
.vpt .delay-100 {
  transition-delay: 100ms;
}
.vpt .delay-150 {
  transition-delay: 150ms;
}
.vpt .delay-200 {
  transition-delay: 200ms;
}
.vpt .delay-300 {
  transition-delay: 300ms;
}
.vpt .delay-500 {
  transition-delay: 500ms;
}
.vpt .delay-700 {
  transition-delay: 700ms;
}
.vpt .delay-1000 {
  transition-delay: 1000ms;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
.vpt .animate-none {
  animation: none;
}
.vpt .animate-spin {
  animation: spin 1s linear infinite;
}
.vpt .animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
.vpt .animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.vpt .animate-bounce {
  animation: bounce 1s infinite;
}
@media (min-width: 640px) {
  .vpt .sm--container {
    width: 100%;
  }
}
@media (min-width: 640px) and (min-width: 640px) {
  .vpt .sm--container {
    max-width: 640px;
  }
}
@media (min-width: 640px) and (min-width: 768px) {
  .vpt .sm--container {
    max-width: 768px;
  }
}
@media (min-width: 640px) and (min-width: 1024px) {
  .vpt .sm--container {
    max-width: 1024px;
  }
}
@media (min-width: 640px) and (min-width: 1280px) {
  .vpt .sm--container {
    max-width: 1280px;
  }
}
@media (min-width: 640px) {
  .vpt .sm--space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }
}
@media (min-width: 640px) {
  .vpt .sm--space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 640px) {
  .vpt .sm--space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }
}
@media (min-width: 640px) {
  .vpt .sm--space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 640px) {
  .vpt .sm--space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }
}
@media (min-width: 640px) {
  .vpt .sm--space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 640px) {
  .vpt .sm--space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }
}
@media (min-width: 640px) {
  .vpt .sm--space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 640px) {
  .vpt .sm--space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }
}
@media (min-width: 640px) {
  .vpt .sm--space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 640px) {
  .vpt .sm--space-y-30 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }
}
@media (min-width: 640px) {
  .vpt .sm--space-x-30 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 640px) {
  .vpt .sm--space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }
}
@media (min-width: 640px) {
  .vpt .sm--space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 640px) {
  .vpt .sm--space-y-50 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }
}
@media (min-width: 640px) {
  .vpt .sm--space-x-50 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 640px) {
  .vpt .sm--space-y-100 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }
}
@media (min-width: 640px) {
  .vpt .sm--space-x-100 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 640px) {
  .vpt .sm--space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }
}
@media (min-width: 640px) {
  .vpt .sm--space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 640px) {
  .vpt .sm---space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }
}
@media (min-width: 640px) {
  .vpt .sm---space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 640px) {
  .vpt .sm---space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }
}
@media (min-width: 640px) {
  .vpt .sm---space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 640px) {
  .vpt .sm---space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }
}
@media (min-width: 640px) {
  .vpt .sm---space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 640px) {
  .vpt .sm---space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }
}
@media (min-width: 640px) {
  .vpt .sm---space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 640px) {
  .vpt .sm---space-y-30 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }
}
@media (min-width: 640px) {
  .vpt .sm---space-x-30 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 640px) {
  .vpt .sm---space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }
}
@media (min-width: 640px) {
  .vpt .sm---space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 640px) {
  .vpt .sm---space-y-50 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }
}
@media (min-width: 640px) {
  .vpt .sm---space-x-50 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 640px) {
  .vpt .sm---space-y-100 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }
}
@media (min-width: 640px) {
  .vpt .sm---space-x-100 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 640px) {
  .vpt .sm---space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }
}
@media (min-width: 640px) {
  .vpt .sm---space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 640px) {
  .vpt .sm--space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }
}
@media (min-width: 640px) {
  .vpt .sm--space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }
}
@media (min-width: 640px) {
  .vpt .sm--divide-y-0 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }
}
@media (min-width: 640px) {
  .vpt .sm--divide-x-0 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }
}
@media (min-width: 640px) {
  .vpt .sm--divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }
}
@media (min-width: 640px) {
  .vpt .sm--divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }
}
@media (min-width: 640px) {
  .vpt .sm--divide-y-4 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }
}
@media (min-width: 640px) {
  .vpt .sm--divide-x-4 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }
}
@media (min-width: 640px) {
  .vpt .sm--divide-y-8 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }
}
@media (min-width: 640px) {
  .vpt .sm--divide-x-8 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }
}
@media (min-width: 640px) {
  .vpt .sm--divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }
}
@media (min-width: 640px) {
  .vpt .sm--divide-x > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }
}
@media (min-width: 640px) {
  .vpt .sm--divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }
}
@media (min-width: 640px) {
  .vpt .sm--divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }
}
@media (min-width: 640px) {
  .vpt .sm--divide-blue-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #F4F5FB;
    border-color: rgba(244, 245, 251, var(--divide-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--divide-blue-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #CED2EE;
    border-color: rgba(206, 210, 238, var(--divide-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--divide-blue-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #A8AFE1;
    border-color: rgba(168, 175, 225, var(--divide-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--divide-blue-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #828DD4;
    border-color: rgba(130, 141, 212, var(--divide-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--divide-blue-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5C6AC7;
    border-color: rgba(92, 106, 199, var(--divide-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--divide-blue-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3D4DB3;
    border-color: rgba(61, 77, 179, var(--divide-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--divide-blue-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #303C8D;
    border-color: rgba(48, 60, 141, var(--divide-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--divide-blue-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #232C67;
    border-color: rgba(35, 44, 103, var(--divide-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--divide-blue-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #161C41;
    border-color: rgba(22, 28, 65, var(--divide-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--divide-black-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #FFFFFF;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--divide-black-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #EAEDF1;
    border-color: rgba(234, 237, 241, var(--divide-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--divide-black-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #D1D8E0;
    border-color: rgba(209, 216, 224, var(--divide-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--divide-black-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #B9C3D0;
    border-color: rgba(185, 195, 208, var(--divide-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--divide-black-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #A0AEC0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--divide-black-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7E91A9;
    border-color: rgba(126, 145, 169, var(--divide-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--divide-black-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #607590;
    border-color: rgba(96, 117, 144, var(--divide-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--divide-black-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #49596E;
    border-color: rgba(73, 89, 110, var(--divide-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--divide-black-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #333E4D;
    border-color: rgba(51, 62, 77, var(--divide-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--divide-green-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #DBFAE8;
    border-color: rgba(219, 250, 232, var(--divide-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--divide-green-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #98F0BD;
    border-color: rgba(152, 240, 189, var(--divide-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--divide-green-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #55E792;
    border-color: rgba(85, 231, 146, var(--divide-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--divide-green-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1ED269;
    border-color: rgba(30, 210, 105, var(--divide-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--divide-green-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #148F47;
    border-color: rgba(20, 143, 71, var(--divide-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--divide-green-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #11743A;
    border-color: rgba(17, 116, 58, var(--divide-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--divide-green-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #0D592D;
    border-color: rgba(13, 89, 45, var(--divide-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--divide-green-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #093E1F;
    border-color: rgba(9, 62, 31, var(--divide-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--divide-green-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #052412;
    border-color: rgba(5, 36, 18, var(--divide-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--divide-red-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #FDDDE0;
    border-color: rgba(253, 221, 224, var(--divide-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--divide-red-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #FBB2B9;
    border-color: rgba(251, 178, 185, var(--divide-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--divide-red-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #F88792;
    border-color: rgba(248, 135, 146, var(--divide-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--divide-red-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #F55B6B;
    border-color: rgba(245, 91, 107, var(--divide-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--divide-red-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #F33043;
    border-color: rgba(243, 48, 67, var(--divide-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--divide-red-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E30D23;
    border-color: rgba(227, 13, 35, var(--divide-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--divide-red-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #B20A1B;
    border-color: rgba(178, 10, 27, var(--divide-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--divide-red-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #820814;
    border-color: rgba(130, 8, 20, var(--divide-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--divide-red-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #52050C;
    border-color: rgba(82, 5, 12, var(--divide-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--divide-solid > :not(template) ~ :not(template) {
    border-style: solid;
  }
}
@media (min-width: 640px) {
  .vpt .sm--divide-dashed > :not(template) ~ :not(template) {
    border-style: dashed;
  }
}
@media (min-width: 640px) {
  .vpt .sm--divide-dotted > :not(template) ~ :not(template) {
    border-style: dotted;
  }
}
@media (min-width: 640px) {
  .vpt .sm--divide-double > :not(template) ~ :not(template) {
    border-style: double;
  }
}
@media (min-width: 640px) {
  .vpt .sm--divide-none > :not(template) ~ :not(template) {
    border-style: none;
  }
}
@media (min-width: 640px) {
  .vpt .sm--divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }
}
@media (min-width: 640px) {
  .vpt .sm--divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }
}
@media (min-width: 640px) {
  .vpt .sm--divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }
}
@media (min-width: 640px) {
  .vpt .sm--divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }
}
@media (min-width: 640px) {
  .vpt .sm--sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}
@media (min-width: 640px) {
  .vpt .sm--appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-fixed {
    background-attachment: fixed;
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-local {
    background-attachment: local;
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-scroll {
    background-attachment: scroll;
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-clip-border {
    background-clip: border-box;
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-clip-padding {
    background-clip: padding-box;
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-clip-content {
    background-clip: content-box;
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-clip-text {
    -webkit-background-clip: text;
    background-clip: text;
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-blue-100 {
    --bg-opacity: 1;
    background-color: #F4F5FB;
    background-color: rgba(244, 245, 251, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-blue-200 {
    --bg-opacity: 1;
    background-color: #CED2EE;
    background-color: rgba(206, 210, 238, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-blue-300 {
    --bg-opacity: 1;
    background-color: #A8AFE1;
    background-color: rgba(168, 175, 225, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-blue-400 {
    --bg-opacity: 1;
    background-color: #828DD4;
    background-color: rgba(130, 141, 212, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-blue-500 {
    --bg-opacity: 1;
    background-color: #5C6AC7;
    background-color: rgba(92, 106, 199, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-blue-600 {
    --bg-opacity: 1;
    background-color: #3D4DB3;
    background-color: rgba(61, 77, 179, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-blue-700 {
    --bg-opacity: 1;
    background-color: #303C8D;
    background-color: rgba(48, 60, 141, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-blue-800 {
    --bg-opacity: 1;
    background-color: #232C67;
    background-color: rgba(35, 44, 103, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-blue-900 {
    --bg-opacity: 1;
    background-color: #161C41;
    background-color: rgba(22, 28, 65, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-black-100 {
    --bg-opacity: 1;
    background-color: #FFFFFF;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-black-200 {
    --bg-opacity: 1;
    background-color: #EAEDF1;
    background-color: rgba(234, 237, 241, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-black-300 {
    --bg-opacity: 1;
    background-color: #D1D8E0;
    background-color: rgba(209, 216, 224, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-black-400 {
    --bg-opacity: 1;
    background-color: #B9C3D0;
    background-color: rgba(185, 195, 208, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-black-500 {
    --bg-opacity: 1;
    background-color: #A0AEC0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-black-600 {
    --bg-opacity: 1;
    background-color: #7E91A9;
    background-color: rgba(126, 145, 169, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-black-700 {
    --bg-opacity: 1;
    background-color: #607590;
    background-color: rgba(96, 117, 144, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-black-800 {
    --bg-opacity: 1;
    background-color: #49596E;
    background-color: rgba(73, 89, 110, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-black-900 {
    --bg-opacity: 1;
    background-color: #333E4D;
    background-color: rgba(51, 62, 77, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-green-100 {
    --bg-opacity: 1;
    background-color: #DBFAE8;
    background-color: rgba(219, 250, 232, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-green-200 {
    --bg-opacity: 1;
    background-color: #98F0BD;
    background-color: rgba(152, 240, 189, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-green-300 {
    --bg-opacity: 1;
    background-color: #55E792;
    background-color: rgba(85, 231, 146, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-green-400 {
    --bg-opacity: 1;
    background-color: #1ED269;
    background-color: rgba(30, 210, 105, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-green-500 {
    --bg-opacity: 1;
    background-color: #148F47;
    background-color: rgba(20, 143, 71, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-green-600 {
    --bg-opacity: 1;
    background-color: #11743A;
    background-color: rgba(17, 116, 58, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-green-700 {
    --bg-opacity: 1;
    background-color: #0D592D;
    background-color: rgba(13, 89, 45, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-green-800 {
    --bg-opacity: 1;
    background-color: #093E1F;
    background-color: rgba(9, 62, 31, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-green-900 {
    --bg-opacity: 1;
    background-color: #052412;
    background-color: rgba(5, 36, 18, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-red-100 {
    --bg-opacity: 1;
    background-color: #FDDDE0;
    background-color: rgba(253, 221, 224, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-red-200 {
    --bg-opacity: 1;
    background-color: #FBB2B9;
    background-color: rgba(251, 178, 185, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-red-300 {
    --bg-opacity: 1;
    background-color: #F88792;
    background-color: rgba(248, 135, 146, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-red-400 {
    --bg-opacity: 1;
    background-color: #F55B6B;
    background-color: rgba(245, 91, 107, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-red-500 {
    --bg-opacity: 1;
    background-color: #F33043;
    background-color: rgba(243, 48, 67, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-red-600 {
    --bg-opacity: 1;
    background-color: #E30D23;
    background-color: rgba(227, 13, 35, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-red-700 {
    --bg-opacity: 1;
    background-color: #B20A1B;
    background-color: rgba(178, 10, 27, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-red-800 {
    --bg-opacity: 1;
    background-color: #820814;
    background-color: rgba(130, 8, 20, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-red-900 {
    --bg-opacity: 1;
    background-color: #52050C;
    background-color: rgba(82, 5, 12, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--bg-blue-100:hover {
    --bg-opacity: 1;
    background-color: #F4F5FB;
    background-color: rgba(244, 245, 251, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--bg-blue-200:hover {
    --bg-opacity: 1;
    background-color: #CED2EE;
    background-color: rgba(206, 210, 238, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--bg-blue-300:hover {
    --bg-opacity: 1;
    background-color: #A8AFE1;
    background-color: rgba(168, 175, 225, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--bg-blue-400:hover {
    --bg-opacity: 1;
    background-color: #828DD4;
    background-color: rgba(130, 141, 212, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--bg-blue-500:hover {
    --bg-opacity: 1;
    background-color: #5C6AC7;
    background-color: rgba(92, 106, 199, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--bg-blue-600:hover {
    --bg-opacity: 1;
    background-color: #3D4DB3;
    background-color: rgba(61, 77, 179, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--bg-blue-700:hover {
    --bg-opacity: 1;
    background-color: #303C8D;
    background-color: rgba(48, 60, 141, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--bg-blue-800:hover {
    --bg-opacity: 1;
    background-color: #232C67;
    background-color: rgba(35, 44, 103, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--bg-blue-900:hover {
    --bg-opacity: 1;
    background-color: #161C41;
    background-color: rgba(22, 28, 65, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--bg-black-100:hover {
    --bg-opacity: 1;
    background-color: #FFFFFF;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--bg-black-200:hover {
    --bg-opacity: 1;
    background-color: #EAEDF1;
    background-color: rgba(234, 237, 241, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--bg-black-300:hover {
    --bg-opacity: 1;
    background-color: #D1D8E0;
    background-color: rgba(209, 216, 224, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--bg-black-400:hover {
    --bg-opacity: 1;
    background-color: #B9C3D0;
    background-color: rgba(185, 195, 208, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--bg-black-500:hover {
    --bg-opacity: 1;
    background-color: #A0AEC0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--bg-black-600:hover {
    --bg-opacity: 1;
    background-color: #7E91A9;
    background-color: rgba(126, 145, 169, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--bg-black-700:hover {
    --bg-opacity: 1;
    background-color: #607590;
    background-color: rgba(96, 117, 144, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--bg-black-800:hover {
    --bg-opacity: 1;
    background-color: #49596E;
    background-color: rgba(73, 89, 110, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--bg-black-900:hover {
    --bg-opacity: 1;
    background-color: #333E4D;
    background-color: rgba(51, 62, 77, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--bg-green-100:hover {
    --bg-opacity: 1;
    background-color: #DBFAE8;
    background-color: rgba(219, 250, 232, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--bg-green-200:hover {
    --bg-opacity: 1;
    background-color: #98F0BD;
    background-color: rgba(152, 240, 189, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--bg-green-300:hover {
    --bg-opacity: 1;
    background-color: #55E792;
    background-color: rgba(85, 231, 146, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--bg-green-400:hover {
    --bg-opacity: 1;
    background-color: #1ED269;
    background-color: rgba(30, 210, 105, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--bg-green-500:hover {
    --bg-opacity: 1;
    background-color: #148F47;
    background-color: rgba(20, 143, 71, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--bg-green-600:hover {
    --bg-opacity: 1;
    background-color: #11743A;
    background-color: rgba(17, 116, 58, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--bg-green-700:hover {
    --bg-opacity: 1;
    background-color: #0D592D;
    background-color: rgba(13, 89, 45, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--bg-green-800:hover {
    --bg-opacity: 1;
    background-color: #093E1F;
    background-color: rgba(9, 62, 31, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--bg-green-900:hover {
    --bg-opacity: 1;
    background-color: #052412;
    background-color: rgba(5, 36, 18, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--bg-red-100:hover {
    --bg-opacity: 1;
    background-color: #FDDDE0;
    background-color: rgba(253, 221, 224, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--bg-red-200:hover {
    --bg-opacity: 1;
    background-color: #FBB2B9;
    background-color: rgba(251, 178, 185, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--bg-red-300:hover {
    --bg-opacity: 1;
    background-color: #F88792;
    background-color: rgba(248, 135, 146, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--bg-red-400:hover {
    --bg-opacity: 1;
    background-color: #F55B6B;
    background-color: rgba(245, 91, 107, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--bg-red-500:hover {
    --bg-opacity: 1;
    background-color: #F33043;
    background-color: rgba(243, 48, 67, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--bg-red-600:hover {
    --bg-opacity: 1;
    background-color: #E30D23;
    background-color: rgba(227, 13, 35, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--bg-red-700:hover {
    --bg-opacity: 1;
    background-color: #B20A1B;
    background-color: rgba(178, 10, 27, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--bg-red-800:hover {
    --bg-opacity: 1;
    background-color: #820814;
    background-color: rgba(130, 8, 20, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--bg-red-900:hover {
    --bg-opacity: 1;
    background-color: #52050C;
    background-color: rgba(82, 5, 12, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--bg-blue-100:focus {
    --bg-opacity: 1;
    background-color: #F4F5FB;
    background-color: rgba(244, 245, 251, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--bg-blue-200:focus {
    --bg-opacity: 1;
    background-color: #CED2EE;
    background-color: rgba(206, 210, 238, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--bg-blue-300:focus {
    --bg-opacity: 1;
    background-color: #A8AFE1;
    background-color: rgba(168, 175, 225, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--bg-blue-400:focus {
    --bg-opacity: 1;
    background-color: #828DD4;
    background-color: rgba(130, 141, 212, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--bg-blue-500:focus {
    --bg-opacity: 1;
    background-color: #5C6AC7;
    background-color: rgba(92, 106, 199, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--bg-blue-600:focus {
    --bg-opacity: 1;
    background-color: #3D4DB3;
    background-color: rgba(61, 77, 179, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--bg-blue-700:focus {
    --bg-opacity: 1;
    background-color: #303C8D;
    background-color: rgba(48, 60, 141, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--bg-blue-800:focus {
    --bg-opacity: 1;
    background-color: #232C67;
    background-color: rgba(35, 44, 103, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--bg-blue-900:focus {
    --bg-opacity: 1;
    background-color: #161C41;
    background-color: rgba(22, 28, 65, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--bg-black-100:focus {
    --bg-opacity: 1;
    background-color: #FFFFFF;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--bg-black-200:focus {
    --bg-opacity: 1;
    background-color: #EAEDF1;
    background-color: rgba(234, 237, 241, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--bg-black-300:focus {
    --bg-opacity: 1;
    background-color: #D1D8E0;
    background-color: rgba(209, 216, 224, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--bg-black-400:focus {
    --bg-opacity: 1;
    background-color: #B9C3D0;
    background-color: rgba(185, 195, 208, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--bg-black-500:focus {
    --bg-opacity: 1;
    background-color: #A0AEC0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--bg-black-600:focus {
    --bg-opacity: 1;
    background-color: #7E91A9;
    background-color: rgba(126, 145, 169, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--bg-black-700:focus {
    --bg-opacity: 1;
    background-color: #607590;
    background-color: rgba(96, 117, 144, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--bg-black-800:focus {
    --bg-opacity: 1;
    background-color: #49596E;
    background-color: rgba(73, 89, 110, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--bg-black-900:focus {
    --bg-opacity: 1;
    background-color: #333E4D;
    background-color: rgba(51, 62, 77, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--bg-green-100:focus {
    --bg-opacity: 1;
    background-color: #DBFAE8;
    background-color: rgba(219, 250, 232, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--bg-green-200:focus {
    --bg-opacity: 1;
    background-color: #98F0BD;
    background-color: rgba(152, 240, 189, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--bg-green-300:focus {
    --bg-opacity: 1;
    background-color: #55E792;
    background-color: rgba(85, 231, 146, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--bg-green-400:focus {
    --bg-opacity: 1;
    background-color: #1ED269;
    background-color: rgba(30, 210, 105, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--bg-green-500:focus {
    --bg-opacity: 1;
    background-color: #148F47;
    background-color: rgba(20, 143, 71, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--bg-green-600:focus {
    --bg-opacity: 1;
    background-color: #11743A;
    background-color: rgba(17, 116, 58, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--bg-green-700:focus {
    --bg-opacity: 1;
    background-color: #0D592D;
    background-color: rgba(13, 89, 45, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--bg-green-800:focus {
    --bg-opacity: 1;
    background-color: #093E1F;
    background-color: rgba(9, 62, 31, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--bg-green-900:focus {
    --bg-opacity: 1;
    background-color: #052412;
    background-color: rgba(5, 36, 18, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--bg-red-100:focus {
    --bg-opacity: 1;
    background-color: #FDDDE0;
    background-color: rgba(253, 221, 224, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--bg-red-200:focus {
    --bg-opacity: 1;
    background-color: #FBB2B9;
    background-color: rgba(251, 178, 185, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--bg-red-300:focus {
    --bg-opacity: 1;
    background-color: #F88792;
    background-color: rgba(248, 135, 146, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--bg-red-400:focus {
    --bg-opacity: 1;
    background-color: #F55B6B;
    background-color: rgba(245, 91, 107, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--bg-red-500:focus {
    --bg-opacity: 1;
    background-color: #F33043;
    background-color: rgba(243, 48, 67, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--bg-red-600:focus {
    --bg-opacity: 1;
    background-color: #E30D23;
    background-color: rgba(227, 13, 35, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--bg-red-700:focus {
    --bg-opacity: 1;
    background-color: #B20A1B;
    background-color: rgba(178, 10, 27, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--bg-red-800:focus {
    --bg-opacity: 1;
    background-color: #820814;
    background-color: rgba(130, 8, 20, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--bg-red-900:focus {
    --bg-opacity: 1;
    background-color: #52050C;
    background-color: rgba(82, 5, 12, var(--bg-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-none {
    background-image: none;
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }
}
@media (min-width: 640px) {
  .vpt .sm--from-blue-100 {
    --gradient-from-color: #F4F5FB;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 245, 251, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--from-blue-200 {
    --gradient-from-color: #CED2EE;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(206, 210, 238, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--from-blue-300 {
    --gradient-from-color: #A8AFE1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(168, 175, 225, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--from-blue-400 {
    --gradient-from-color: #828DD4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(130, 141, 212, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--from-blue-500 {
    --gradient-from-color: #5C6AC7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(92, 106, 199, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--from-blue-600 {
    --gradient-from-color: #3D4DB3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(61, 77, 179, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--from-blue-700 {
    --gradient-from-color: #303C8D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(48, 60, 141, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--from-blue-800 {
    --gradient-from-color: #232C67;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 44, 103, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--from-blue-900 {
    --gradient-from-color: #161C41;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 28, 65, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--from-black-100 {
    --gradient-from-color: #FFFFFF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--from-black-200 {
    --gradient-from-color: #EAEDF1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 237, 241, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--from-black-300 {
    --gradient-from-color: #D1D8E0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(209, 216, 224, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--from-black-400 {
    --gradient-from-color: #B9C3D0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 195, 208, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--from-black-500 {
    --gradient-from-color: #A0AEC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--from-black-600 {
    --gradient-from-color: #7E91A9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(126, 145, 169, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--from-black-700 {
    --gradient-from-color: #607590;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 117, 144, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--from-black-800 {
    --gradient-from-color: #49596E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(73, 89, 110, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--from-black-900 {
    --gradient-from-color: #333E4D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(51, 62, 77, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--from-green-100 {
    --gradient-from-color: #DBFAE8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 250, 232, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--from-green-200 {
    --gradient-from-color: #98F0BD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(152, 240, 189, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--from-green-300 {
    --gradient-from-color: #55E792;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 231, 146, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--from-green-400 {
    --gradient-from-color: #1ED269;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 210, 105, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--from-green-500 {
    --gradient-from-color: #148F47;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 143, 71, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--from-green-600 {
    --gradient-from-color: #11743A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 116, 58, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--from-green-700 {
    --gradient-from-color: #0D592D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 89, 45, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--from-green-800 {
    --gradient-from-color: #093E1F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(9, 62, 31, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--from-green-900 {
    --gradient-from-color: #052412;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(5, 36, 18, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--from-red-100 {
    --gradient-from-color: #FDDDE0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 221, 224, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--from-red-200 {
    --gradient-from-color: #FBB2B9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 178, 185, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--from-red-300 {
    --gradient-from-color: #F88792;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 135, 146, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--from-red-400 {
    --gradient-from-color: #F55B6B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 91, 107, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--from-red-500 {
    --gradient-from-color: #F33043;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 48, 67, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--from-red-600 {
    --gradient-from-color: #E30D23;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 13, 35, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--from-red-700 {
    --gradient-from-color: #B20A1B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 10, 27, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--from-red-800 {
    --gradient-from-color: #820814;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(130, 8, 20, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--from-red-900 {
    --gradient-from-color: #52050C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(82, 5, 12, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--via-blue-100 {
    --gradient-via-color: #F4F5FB;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 245, 251, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--via-blue-200 {
    --gradient-via-color: #CED2EE;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(206, 210, 238, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--via-blue-300 {
    --gradient-via-color: #A8AFE1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(168, 175, 225, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--via-blue-400 {
    --gradient-via-color: #828DD4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(130, 141, 212, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--via-blue-500 {
    --gradient-via-color: #5C6AC7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(92, 106, 199, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--via-blue-600 {
    --gradient-via-color: #3D4DB3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(61, 77, 179, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--via-blue-700 {
    --gradient-via-color: #303C8D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(48, 60, 141, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--via-blue-800 {
    --gradient-via-color: #232C67;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 44, 103, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--via-blue-900 {
    --gradient-via-color: #161C41;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 28, 65, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--via-black-100 {
    --gradient-via-color: #FFFFFF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--via-black-200 {
    --gradient-via-color: #EAEDF1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 237, 241, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--via-black-300 {
    --gradient-via-color: #D1D8E0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(209, 216, 224, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--via-black-400 {
    --gradient-via-color: #B9C3D0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 195, 208, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--via-black-500 {
    --gradient-via-color: #A0AEC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--via-black-600 {
    --gradient-via-color: #7E91A9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(126, 145, 169, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--via-black-700 {
    --gradient-via-color: #607590;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 117, 144, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--via-black-800 {
    --gradient-via-color: #49596E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(73, 89, 110, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--via-black-900 {
    --gradient-via-color: #333E4D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(51, 62, 77, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--via-green-100 {
    --gradient-via-color: #DBFAE8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 250, 232, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--via-green-200 {
    --gradient-via-color: #98F0BD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(152, 240, 189, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--via-green-300 {
    --gradient-via-color: #55E792;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 231, 146, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--via-green-400 {
    --gradient-via-color: #1ED269;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 210, 105, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--via-green-500 {
    --gradient-via-color: #148F47;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 143, 71, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--via-green-600 {
    --gradient-via-color: #11743A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 116, 58, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--via-green-700 {
    --gradient-via-color: #0D592D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 89, 45, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--via-green-800 {
    --gradient-via-color: #093E1F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(9, 62, 31, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--via-green-900 {
    --gradient-via-color: #052412;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(5, 36, 18, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--via-red-100 {
    --gradient-via-color: #FDDDE0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 221, 224, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--via-red-200 {
    --gradient-via-color: #FBB2B9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 178, 185, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--via-red-300 {
    --gradient-via-color: #F88792;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 135, 146, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--via-red-400 {
    --gradient-via-color: #F55B6B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 91, 107, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--via-red-500 {
    --gradient-via-color: #F33043;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 48, 67, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--via-red-600 {
    --gradient-via-color: #E30D23;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 13, 35, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--via-red-700 {
    --gradient-via-color: #B20A1B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 10, 27, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--via-red-800 {
    --gradient-via-color: #820814;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(130, 8, 20, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--via-red-900 {
    --gradient-via-color: #52050C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(82, 5, 12, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--to-blue-100 {
    --gradient-to-color: #F4F5FB;
  }
}
@media (min-width: 640px) {
  .vpt .sm--to-blue-200 {
    --gradient-to-color: #CED2EE;
  }
}
@media (min-width: 640px) {
  .vpt .sm--to-blue-300 {
    --gradient-to-color: #A8AFE1;
  }
}
@media (min-width: 640px) {
  .vpt .sm--to-blue-400 {
    --gradient-to-color: #828DD4;
  }
}
@media (min-width: 640px) {
  .vpt .sm--to-blue-500 {
    --gradient-to-color: #5C6AC7;
  }
}
@media (min-width: 640px) {
  .vpt .sm--to-blue-600 {
    --gradient-to-color: #3D4DB3;
  }
}
@media (min-width: 640px) {
  .vpt .sm--to-blue-700 {
    --gradient-to-color: #303C8D;
  }
}
@media (min-width: 640px) {
  .vpt .sm--to-blue-800 {
    --gradient-to-color: #232C67;
  }
}
@media (min-width: 640px) {
  .vpt .sm--to-blue-900 {
    --gradient-to-color: #161C41;
  }
}
@media (min-width: 640px) {
  .vpt .sm--to-black-100 {
    --gradient-to-color: #FFFFFF;
  }
}
@media (min-width: 640px) {
  .vpt .sm--to-black-200 {
    --gradient-to-color: #EAEDF1;
  }
}
@media (min-width: 640px) {
  .vpt .sm--to-black-300 {
    --gradient-to-color: #D1D8E0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--to-black-400 {
    --gradient-to-color: #B9C3D0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--to-black-500 {
    --gradient-to-color: #A0AEC0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--to-black-600 {
    --gradient-to-color: #7E91A9;
  }
}
@media (min-width: 640px) {
  .vpt .sm--to-black-700 {
    --gradient-to-color: #607590;
  }
}
@media (min-width: 640px) {
  .vpt .sm--to-black-800 {
    --gradient-to-color: #49596E;
  }
}
@media (min-width: 640px) {
  .vpt .sm--to-black-900 {
    --gradient-to-color: #333E4D;
  }
}
@media (min-width: 640px) {
  .vpt .sm--to-green-100 {
    --gradient-to-color: #DBFAE8;
  }
}
@media (min-width: 640px) {
  .vpt .sm--to-green-200 {
    --gradient-to-color: #98F0BD;
  }
}
@media (min-width: 640px) {
  .vpt .sm--to-green-300 {
    --gradient-to-color: #55E792;
  }
}
@media (min-width: 640px) {
  .vpt .sm--to-green-400 {
    --gradient-to-color: #1ED269;
  }
}
@media (min-width: 640px) {
  .vpt .sm--to-green-500 {
    --gradient-to-color: #148F47;
  }
}
@media (min-width: 640px) {
  .vpt .sm--to-green-600 {
    --gradient-to-color: #11743A;
  }
}
@media (min-width: 640px) {
  .vpt .sm--to-green-700 {
    --gradient-to-color: #0D592D;
  }
}
@media (min-width: 640px) {
  .vpt .sm--to-green-800 {
    --gradient-to-color: #093E1F;
  }
}
@media (min-width: 640px) {
  .vpt .sm--to-green-900 {
    --gradient-to-color: #052412;
  }
}
@media (min-width: 640px) {
  .vpt .sm--to-red-100 {
    --gradient-to-color: #FDDDE0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--to-red-200 {
    --gradient-to-color: #FBB2B9;
  }
}
@media (min-width: 640px) {
  .vpt .sm--to-red-300 {
    --gradient-to-color: #F88792;
  }
}
@media (min-width: 640px) {
  .vpt .sm--to-red-400 {
    --gradient-to-color: #F55B6B;
  }
}
@media (min-width: 640px) {
  .vpt .sm--to-red-500 {
    --gradient-to-color: #F33043;
  }
}
@media (min-width: 640px) {
  .vpt .sm--to-red-600 {
    --gradient-to-color: #E30D23;
  }
}
@media (min-width: 640px) {
  .vpt .sm--to-red-700 {
    --gradient-to-color: #B20A1B;
  }
}
@media (min-width: 640px) {
  .vpt .sm--to-red-800 {
    --gradient-to-color: #820814;
  }
}
@media (min-width: 640px) {
  .vpt .sm--to-red-900 {
    --gradient-to-color: #52050C;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--from-blue-100:hover {
    --gradient-from-color: #F4F5FB;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 245, 251, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--from-blue-200:hover {
    --gradient-from-color: #CED2EE;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(206, 210, 238, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--from-blue-300:hover {
    --gradient-from-color: #A8AFE1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(168, 175, 225, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--from-blue-400:hover {
    --gradient-from-color: #828DD4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(130, 141, 212, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--from-blue-500:hover {
    --gradient-from-color: #5C6AC7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(92, 106, 199, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--from-blue-600:hover {
    --gradient-from-color: #3D4DB3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(61, 77, 179, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--from-blue-700:hover {
    --gradient-from-color: #303C8D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(48, 60, 141, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--from-blue-800:hover {
    --gradient-from-color: #232C67;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 44, 103, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--from-blue-900:hover {
    --gradient-from-color: #161C41;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 28, 65, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--from-black-100:hover {
    --gradient-from-color: #FFFFFF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--from-black-200:hover {
    --gradient-from-color: #EAEDF1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 237, 241, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--from-black-300:hover {
    --gradient-from-color: #D1D8E0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(209, 216, 224, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--from-black-400:hover {
    --gradient-from-color: #B9C3D0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 195, 208, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--from-black-500:hover {
    --gradient-from-color: #A0AEC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--from-black-600:hover {
    --gradient-from-color: #7E91A9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(126, 145, 169, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--from-black-700:hover {
    --gradient-from-color: #607590;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 117, 144, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--from-black-800:hover {
    --gradient-from-color: #49596E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(73, 89, 110, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--from-black-900:hover {
    --gradient-from-color: #333E4D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(51, 62, 77, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--from-green-100:hover {
    --gradient-from-color: #DBFAE8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 250, 232, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--from-green-200:hover {
    --gradient-from-color: #98F0BD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(152, 240, 189, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--from-green-300:hover {
    --gradient-from-color: #55E792;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 231, 146, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--from-green-400:hover {
    --gradient-from-color: #1ED269;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 210, 105, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--from-green-500:hover {
    --gradient-from-color: #148F47;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 143, 71, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--from-green-600:hover {
    --gradient-from-color: #11743A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 116, 58, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--from-green-700:hover {
    --gradient-from-color: #0D592D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 89, 45, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--from-green-800:hover {
    --gradient-from-color: #093E1F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(9, 62, 31, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--from-green-900:hover {
    --gradient-from-color: #052412;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(5, 36, 18, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--from-red-100:hover {
    --gradient-from-color: #FDDDE0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 221, 224, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--from-red-200:hover {
    --gradient-from-color: #FBB2B9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 178, 185, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--from-red-300:hover {
    --gradient-from-color: #F88792;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 135, 146, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--from-red-400:hover {
    --gradient-from-color: #F55B6B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 91, 107, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--from-red-500:hover {
    --gradient-from-color: #F33043;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 48, 67, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--from-red-600:hover {
    --gradient-from-color: #E30D23;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 13, 35, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--from-red-700:hover {
    --gradient-from-color: #B20A1B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 10, 27, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--from-red-800:hover {
    --gradient-from-color: #820814;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(130, 8, 20, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--from-red-900:hover {
    --gradient-from-color: #52050C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(82, 5, 12, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--via-blue-100:hover {
    --gradient-via-color: #F4F5FB;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 245, 251, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--via-blue-200:hover {
    --gradient-via-color: #CED2EE;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(206, 210, 238, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--via-blue-300:hover {
    --gradient-via-color: #A8AFE1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(168, 175, 225, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--via-blue-400:hover {
    --gradient-via-color: #828DD4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(130, 141, 212, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--via-blue-500:hover {
    --gradient-via-color: #5C6AC7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(92, 106, 199, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--via-blue-600:hover {
    --gradient-via-color: #3D4DB3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(61, 77, 179, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--via-blue-700:hover {
    --gradient-via-color: #303C8D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(48, 60, 141, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--via-blue-800:hover {
    --gradient-via-color: #232C67;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 44, 103, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--via-blue-900:hover {
    --gradient-via-color: #161C41;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 28, 65, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--via-black-100:hover {
    --gradient-via-color: #FFFFFF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--via-black-200:hover {
    --gradient-via-color: #EAEDF1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 237, 241, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--via-black-300:hover {
    --gradient-via-color: #D1D8E0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(209, 216, 224, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--via-black-400:hover {
    --gradient-via-color: #B9C3D0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 195, 208, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--via-black-500:hover {
    --gradient-via-color: #A0AEC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--via-black-600:hover {
    --gradient-via-color: #7E91A9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(126, 145, 169, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--via-black-700:hover {
    --gradient-via-color: #607590;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 117, 144, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--via-black-800:hover {
    --gradient-via-color: #49596E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(73, 89, 110, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--via-black-900:hover {
    --gradient-via-color: #333E4D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(51, 62, 77, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--via-green-100:hover {
    --gradient-via-color: #DBFAE8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 250, 232, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--via-green-200:hover {
    --gradient-via-color: #98F0BD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(152, 240, 189, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--via-green-300:hover {
    --gradient-via-color: #55E792;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 231, 146, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--via-green-400:hover {
    --gradient-via-color: #1ED269;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 210, 105, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--via-green-500:hover {
    --gradient-via-color: #148F47;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 143, 71, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--via-green-600:hover {
    --gradient-via-color: #11743A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 116, 58, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--via-green-700:hover {
    --gradient-via-color: #0D592D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 89, 45, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--via-green-800:hover {
    --gradient-via-color: #093E1F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(9, 62, 31, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--via-green-900:hover {
    --gradient-via-color: #052412;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(5, 36, 18, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--via-red-100:hover {
    --gradient-via-color: #FDDDE0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 221, 224, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--via-red-200:hover {
    --gradient-via-color: #FBB2B9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 178, 185, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--via-red-300:hover {
    --gradient-via-color: #F88792;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 135, 146, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--via-red-400:hover {
    --gradient-via-color: #F55B6B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 91, 107, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--via-red-500:hover {
    --gradient-via-color: #F33043;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 48, 67, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--via-red-600:hover {
    --gradient-via-color: #E30D23;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 13, 35, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--via-red-700:hover {
    --gradient-via-color: #B20A1B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 10, 27, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--via-red-800:hover {
    --gradient-via-color: #820814;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(130, 8, 20, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--via-red-900:hover {
    --gradient-via-color: #52050C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(82, 5, 12, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--to-blue-100:hover {
    --gradient-to-color: #F4F5FB;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--to-blue-200:hover {
    --gradient-to-color: #CED2EE;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--to-blue-300:hover {
    --gradient-to-color: #A8AFE1;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--to-blue-400:hover {
    --gradient-to-color: #828DD4;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--to-blue-500:hover {
    --gradient-to-color: #5C6AC7;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--to-blue-600:hover {
    --gradient-to-color: #3D4DB3;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--to-blue-700:hover {
    --gradient-to-color: #303C8D;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--to-blue-800:hover {
    --gradient-to-color: #232C67;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--to-blue-900:hover {
    --gradient-to-color: #161C41;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--to-black-100:hover {
    --gradient-to-color: #FFFFFF;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--to-black-200:hover {
    --gradient-to-color: #EAEDF1;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--to-black-300:hover {
    --gradient-to-color: #D1D8E0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--to-black-400:hover {
    --gradient-to-color: #B9C3D0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--to-black-500:hover {
    --gradient-to-color: #A0AEC0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--to-black-600:hover {
    --gradient-to-color: #7E91A9;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--to-black-700:hover {
    --gradient-to-color: #607590;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--to-black-800:hover {
    --gradient-to-color: #49596E;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--to-black-900:hover {
    --gradient-to-color: #333E4D;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--to-green-100:hover {
    --gradient-to-color: #DBFAE8;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--to-green-200:hover {
    --gradient-to-color: #98F0BD;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--to-green-300:hover {
    --gradient-to-color: #55E792;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--to-green-400:hover {
    --gradient-to-color: #1ED269;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--to-green-500:hover {
    --gradient-to-color: #148F47;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--to-green-600:hover {
    --gradient-to-color: #11743A;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--to-green-700:hover {
    --gradient-to-color: #0D592D;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--to-green-800:hover {
    --gradient-to-color: #093E1F;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--to-green-900:hover {
    --gradient-to-color: #052412;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--to-red-100:hover {
    --gradient-to-color: #FDDDE0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--to-red-200:hover {
    --gradient-to-color: #FBB2B9;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--to-red-300:hover {
    --gradient-to-color: #F88792;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--to-red-400:hover {
    --gradient-to-color: #F55B6B;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--to-red-500:hover {
    --gradient-to-color: #F33043;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--to-red-600:hover {
    --gradient-to-color: #E30D23;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--to-red-700:hover {
    --gradient-to-color: #B20A1B;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--to-red-800:hover {
    --gradient-to-color: #820814;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--to-red-900:hover {
    --gradient-to-color: #52050C;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--from-blue-100:focus {
    --gradient-from-color: #F4F5FB;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 245, 251, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--from-blue-200:focus {
    --gradient-from-color: #CED2EE;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(206, 210, 238, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--from-blue-300:focus {
    --gradient-from-color: #A8AFE1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(168, 175, 225, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--from-blue-400:focus {
    --gradient-from-color: #828DD4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(130, 141, 212, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--from-blue-500:focus {
    --gradient-from-color: #5C6AC7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(92, 106, 199, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--from-blue-600:focus {
    --gradient-from-color: #3D4DB3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(61, 77, 179, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--from-blue-700:focus {
    --gradient-from-color: #303C8D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(48, 60, 141, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--from-blue-800:focus {
    --gradient-from-color: #232C67;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 44, 103, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--from-blue-900:focus {
    --gradient-from-color: #161C41;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 28, 65, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--from-black-100:focus {
    --gradient-from-color: #FFFFFF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--from-black-200:focus {
    --gradient-from-color: #EAEDF1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 237, 241, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--from-black-300:focus {
    --gradient-from-color: #D1D8E0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(209, 216, 224, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--from-black-400:focus {
    --gradient-from-color: #B9C3D0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 195, 208, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--from-black-500:focus {
    --gradient-from-color: #A0AEC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--from-black-600:focus {
    --gradient-from-color: #7E91A9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(126, 145, 169, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--from-black-700:focus {
    --gradient-from-color: #607590;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 117, 144, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--from-black-800:focus {
    --gradient-from-color: #49596E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(73, 89, 110, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--from-black-900:focus {
    --gradient-from-color: #333E4D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(51, 62, 77, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--from-green-100:focus {
    --gradient-from-color: #DBFAE8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 250, 232, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--from-green-200:focus {
    --gradient-from-color: #98F0BD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(152, 240, 189, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--from-green-300:focus {
    --gradient-from-color: #55E792;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 231, 146, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--from-green-400:focus {
    --gradient-from-color: #1ED269;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 210, 105, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--from-green-500:focus {
    --gradient-from-color: #148F47;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 143, 71, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--from-green-600:focus {
    --gradient-from-color: #11743A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 116, 58, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--from-green-700:focus {
    --gradient-from-color: #0D592D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 89, 45, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--from-green-800:focus {
    --gradient-from-color: #093E1F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(9, 62, 31, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--from-green-900:focus {
    --gradient-from-color: #052412;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(5, 36, 18, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--from-red-100:focus {
    --gradient-from-color: #FDDDE0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 221, 224, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--from-red-200:focus {
    --gradient-from-color: #FBB2B9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 178, 185, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--from-red-300:focus {
    --gradient-from-color: #F88792;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 135, 146, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--from-red-400:focus {
    --gradient-from-color: #F55B6B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 91, 107, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--from-red-500:focus {
    --gradient-from-color: #F33043;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 48, 67, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--from-red-600:focus {
    --gradient-from-color: #E30D23;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 13, 35, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--from-red-700:focus {
    --gradient-from-color: #B20A1B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 10, 27, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--from-red-800:focus {
    --gradient-from-color: #820814;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(130, 8, 20, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--from-red-900:focus {
    --gradient-from-color: #52050C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(82, 5, 12, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--via-blue-100:focus {
    --gradient-via-color: #F4F5FB;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 245, 251, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--via-blue-200:focus {
    --gradient-via-color: #CED2EE;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(206, 210, 238, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--via-blue-300:focus {
    --gradient-via-color: #A8AFE1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(168, 175, 225, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--via-blue-400:focus {
    --gradient-via-color: #828DD4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(130, 141, 212, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--via-blue-500:focus {
    --gradient-via-color: #5C6AC7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(92, 106, 199, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--via-blue-600:focus {
    --gradient-via-color: #3D4DB3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(61, 77, 179, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--via-blue-700:focus {
    --gradient-via-color: #303C8D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(48, 60, 141, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--via-blue-800:focus {
    --gradient-via-color: #232C67;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 44, 103, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--via-blue-900:focus {
    --gradient-via-color: #161C41;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 28, 65, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--via-black-100:focus {
    --gradient-via-color: #FFFFFF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--via-black-200:focus {
    --gradient-via-color: #EAEDF1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 237, 241, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--via-black-300:focus {
    --gradient-via-color: #D1D8E0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(209, 216, 224, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--via-black-400:focus {
    --gradient-via-color: #B9C3D0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 195, 208, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--via-black-500:focus {
    --gradient-via-color: #A0AEC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--via-black-600:focus {
    --gradient-via-color: #7E91A9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(126, 145, 169, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--via-black-700:focus {
    --gradient-via-color: #607590;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 117, 144, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--via-black-800:focus {
    --gradient-via-color: #49596E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(73, 89, 110, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--via-black-900:focus {
    --gradient-via-color: #333E4D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(51, 62, 77, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--via-green-100:focus {
    --gradient-via-color: #DBFAE8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 250, 232, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--via-green-200:focus {
    --gradient-via-color: #98F0BD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(152, 240, 189, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--via-green-300:focus {
    --gradient-via-color: #55E792;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 231, 146, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--via-green-400:focus {
    --gradient-via-color: #1ED269;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 210, 105, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--via-green-500:focus {
    --gradient-via-color: #148F47;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 143, 71, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--via-green-600:focus {
    --gradient-via-color: #11743A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 116, 58, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--via-green-700:focus {
    --gradient-via-color: #0D592D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 89, 45, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--via-green-800:focus {
    --gradient-via-color: #093E1F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(9, 62, 31, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--via-green-900:focus {
    --gradient-via-color: #052412;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(5, 36, 18, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--via-red-100:focus {
    --gradient-via-color: #FDDDE0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 221, 224, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--via-red-200:focus {
    --gradient-via-color: #FBB2B9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 178, 185, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--via-red-300:focus {
    --gradient-via-color: #F88792;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 135, 146, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--via-red-400:focus {
    --gradient-via-color: #F55B6B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 91, 107, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--via-red-500:focus {
    --gradient-via-color: #F33043;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 48, 67, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--via-red-600:focus {
    --gradient-via-color: #E30D23;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 13, 35, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--via-red-700:focus {
    --gradient-via-color: #B20A1B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 10, 27, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--via-red-800:focus {
    --gradient-via-color: #820814;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(130, 8, 20, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--via-red-900:focus {
    --gradient-via-color: #52050C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(82, 5, 12, 0));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--to-blue-100:focus {
    --gradient-to-color: #F4F5FB;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--to-blue-200:focus {
    --gradient-to-color: #CED2EE;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--to-blue-300:focus {
    --gradient-to-color: #A8AFE1;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--to-blue-400:focus {
    --gradient-to-color: #828DD4;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--to-blue-500:focus {
    --gradient-to-color: #5C6AC7;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--to-blue-600:focus {
    --gradient-to-color: #3D4DB3;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--to-blue-700:focus {
    --gradient-to-color: #303C8D;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--to-blue-800:focus {
    --gradient-to-color: #232C67;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--to-blue-900:focus {
    --gradient-to-color: #161C41;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--to-black-100:focus {
    --gradient-to-color: #FFFFFF;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--to-black-200:focus {
    --gradient-to-color: #EAEDF1;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--to-black-300:focus {
    --gradient-to-color: #D1D8E0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--to-black-400:focus {
    --gradient-to-color: #B9C3D0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--to-black-500:focus {
    --gradient-to-color: #A0AEC0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--to-black-600:focus {
    --gradient-to-color: #7E91A9;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--to-black-700:focus {
    --gradient-to-color: #607590;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--to-black-800:focus {
    --gradient-to-color: #49596E;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--to-black-900:focus {
    --gradient-to-color: #333E4D;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--to-green-100:focus {
    --gradient-to-color: #DBFAE8;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--to-green-200:focus {
    --gradient-to-color: #98F0BD;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--to-green-300:focus {
    --gradient-to-color: #55E792;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--to-green-400:focus {
    --gradient-to-color: #1ED269;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--to-green-500:focus {
    --gradient-to-color: #148F47;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--to-green-600:focus {
    --gradient-to-color: #11743A;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--to-green-700:focus {
    --gradient-to-color: #0D592D;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--to-green-800:focus {
    --gradient-to-color: #093E1F;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--to-green-900:focus {
    --gradient-to-color: #052412;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--to-red-100:focus {
    --gradient-to-color: #FDDDE0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--to-red-200:focus {
    --gradient-to-color: #FBB2B9;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--to-red-300:focus {
    --gradient-to-color: #F88792;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--to-red-400:focus {
    --gradient-to-color: #F55B6B;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--to-red-500:focus {
    --gradient-to-color: #F33043;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--to-red-600:focus {
    --gradient-to-color: #E30D23;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--to-red-700:focus {
    --gradient-to-color: #B20A1B;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--to-red-800:focus {
    --gradient-to-color: #820814;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--to-red-900:focus {
    --gradient-to-color: #52050C;
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-opacity-0 {
    --bg-opacity: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-opacity-25 {
    --bg-opacity: 0.25;
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-opacity-50 {
    --bg-opacity: 0.5;
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-opacity-75 {
    --bg-opacity: 0.75;
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-opacity-100 {
    --bg-opacity: 1;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--bg-opacity-0:hover {
    --bg-opacity: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--bg-opacity-25:hover {
    --bg-opacity: 0.25;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--bg-opacity-50:hover {
    --bg-opacity: 0.5;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--bg-opacity-75:hover {
    --bg-opacity: 0.75;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--bg-opacity-100:hover {
    --bg-opacity: 1;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--bg-opacity-0:focus {
    --bg-opacity: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--bg-opacity-25:focus {
    --bg-opacity: 0.25;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--bg-opacity-50:focus {
    --bg-opacity: 0.5;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--bg-opacity-75:focus {
    --bg-opacity: 0.75;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--bg-opacity-100:focus {
    --bg-opacity: 1;
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-bottom {
    background-position: bottom;
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-center {
    background-position: center;
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-left {
    background-position: left;
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-left-bottom {
    background-position: left bottom;
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-left-top {
    background-position: left top;
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-right {
    background-position: right;
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-right-bottom {
    background-position: right bottom;
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-right-top {
    background-position: right top;
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-top {
    background-position: top;
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-repeat {
    background-repeat: repeat;
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-no-repeat {
    background-repeat: no-repeat;
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-repeat-x {
    background-repeat: repeat-x;
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-repeat-y {
    background-repeat: repeat-y;
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-repeat-round {
    background-repeat: round;
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-repeat-space {
    background-repeat: space;
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-auto {
    background-size: auto;
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-cover {
    background-size: cover;
  }
}
@media (min-width: 640px) {
  .vpt .sm--bg-contain {
    background-size: contain;
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-collapse {
    border-collapse: collapse;
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-separate {
    border-collapse: separate;
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-blue-100 {
    --border-opacity: 1;
    border-color: #F4F5FB;
    border-color: rgba(244, 245, 251, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-blue-200 {
    --border-opacity: 1;
    border-color: #CED2EE;
    border-color: rgba(206, 210, 238, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-blue-300 {
    --border-opacity: 1;
    border-color: #A8AFE1;
    border-color: rgba(168, 175, 225, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-blue-400 {
    --border-opacity: 1;
    border-color: #828DD4;
    border-color: rgba(130, 141, 212, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-blue-500 {
    --border-opacity: 1;
    border-color: #5C6AC7;
    border-color: rgba(92, 106, 199, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-blue-600 {
    --border-opacity: 1;
    border-color: #3D4DB3;
    border-color: rgba(61, 77, 179, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-blue-700 {
    --border-opacity: 1;
    border-color: #303C8D;
    border-color: rgba(48, 60, 141, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-blue-800 {
    --border-opacity: 1;
    border-color: #232C67;
    border-color: rgba(35, 44, 103, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-blue-900 {
    --border-opacity: 1;
    border-color: #161C41;
    border-color: rgba(22, 28, 65, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-black-100 {
    --border-opacity: 1;
    border-color: #FFFFFF;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-black-200 {
    --border-opacity: 1;
    border-color: #EAEDF1;
    border-color: rgba(234, 237, 241, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-black-300 {
    --border-opacity: 1;
    border-color: #D1D8E0;
    border-color: rgba(209, 216, 224, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-black-400 {
    --border-opacity: 1;
    border-color: #B9C3D0;
    border-color: rgba(185, 195, 208, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-black-500 {
    --border-opacity: 1;
    border-color: #A0AEC0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-black-600 {
    --border-opacity: 1;
    border-color: #7E91A9;
    border-color: rgba(126, 145, 169, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-black-700 {
    --border-opacity: 1;
    border-color: #607590;
    border-color: rgba(96, 117, 144, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-black-800 {
    --border-opacity: 1;
    border-color: #49596E;
    border-color: rgba(73, 89, 110, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-black-900 {
    --border-opacity: 1;
    border-color: #333E4D;
    border-color: rgba(51, 62, 77, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-green-100 {
    --border-opacity: 1;
    border-color: #DBFAE8;
    border-color: rgba(219, 250, 232, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-green-200 {
    --border-opacity: 1;
    border-color: #98F0BD;
    border-color: rgba(152, 240, 189, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-green-300 {
    --border-opacity: 1;
    border-color: #55E792;
    border-color: rgba(85, 231, 146, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-green-400 {
    --border-opacity: 1;
    border-color: #1ED269;
    border-color: rgba(30, 210, 105, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-green-500 {
    --border-opacity: 1;
    border-color: #148F47;
    border-color: rgba(20, 143, 71, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-green-600 {
    --border-opacity: 1;
    border-color: #11743A;
    border-color: rgba(17, 116, 58, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-green-700 {
    --border-opacity: 1;
    border-color: #0D592D;
    border-color: rgba(13, 89, 45, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-green-800 {
    --border-opacity: 1;
    border-color: #093E1F;
    border-color: rgba(9, 62, 31, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-green-900 {
    --border-opacity: 1;
    border-color: #052412;
    border-color: rgba(5, 36, 18, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-red-100 {
    --border-opacity: 1;
    border-color: #FDDDE0;
    border-color: rgba(253, 221, 224, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-red-200 {
    --border-opacity: 1;
    border-color: #FBB2B9;
    border-color: rgba(251, 178, 185, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-red-300 {
    --border-opacity: 1;
    border-color: #F88792;
    border-color: rgba(248, 135, 146, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-red-400 {
    --border-opacity: 1;
    border-color: #F55B6B;
    border-color: rgba(245, 91, 107, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-red-500 {
    --border-opacity: 1;
    border-color: #F33043;
    border-color: rgba(243, 48, 67, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-red-600 {
    --border-opacity: 1;
    border-color: #E30D23;
    border-color: rgba(227, 13, 35, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-red-700 {
    --border-opacity: 1;
    border-color: #B20A1B;
    border-color: rgba(178, 10, 27, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-red-800 {
    --border-opacity: 1;
    border-color: #820814;
    border-color: rgba(130, 8, 20, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-red-900 {
    --border-opacity: 1;
    border-color: #52050C;
    border-color: rgba(82, 5, 12, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--border-blue-100:hover {
    --border-opacity: 1;
    border-color: #F4F5FB;
    border-color: rgba(244, 245, 251, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--border-blue-200:hover {
    --border-opacity: 1;
    border-color: #CED2EE;
    border-color: rgba(206, 210, 238, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--border-blue-300:hover {
    --border-opacity: 1;
    border-color: #A8AFE1;
    border-color: rgba(168, 175, 225, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--border-blue-400:hover {
    --border-opacity: 1;
    border-color: #828DD4;
    border-color: rgba(130, 141, 212, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--border-blue-500:hover {
    --border-opacity: 1;
    border-color: #5C6AC7;
    border-color: rgba(92, 106, 199, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--border-blue-600:hover {
    --border-opacity: 1;
    border-color: #3D4DB3;
    border-color: rgba(61, 77, 179, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--border-blue-700:hover {
    --border-opacity: 1;
    border-color: #303C8D;
    border-color: rgba(48, 60, 141, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--border-blue-800:hover {
    --border-opacity: 1;
    border-color: #232C67;
    border-color: rgba(35, 44, 103, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--border-blue-900:hover {
    --border-opacity: 1;
    border-color: #161C41;
    border-color: rgba(22, 28, 65, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--border-black-100:hover {
    --border-opacity: 1;
    border-color: #FFFFFF;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--border-black-200:hover {
    --border-opacity: 1;
    border-color: #EAEDF1;
    border-color: rgba(234, 237, 241, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--border-black-300:hover {
    --border-opacity: 1;
    border-color: #D1D8E0;
    border-color: rgba(209, 216, 224, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--border-black-400:hover {
    --border-opacity: 1;
    border-color: #B9C3D0;
    border-color: rgba(185, 195, 208, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--border-black-500:hover {
    --border-opacity: 1;
    border-color: #A0AEC0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--border-black-600:hover {
    --border-opacity: 1;
    border-color: #7E91A9;
    border-color: rgba(126, 145, 169, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--border-black-700:hover {
    --border-opacity: 1;
    border-color: #607590;
    border-color: rgba(96, 117, 144, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--border-black-800:hover {
    --border-opacity: 1;
    border-color: #49596E;
    border-color: rgba(73, 89, 110, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--border-black-900:hover {
    --border-opacity: 1;
    border-color: #333E4D;
    border-color: rgba(51, 62, 77, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--border-green-100:hover {
    --border-opacity: 1;
    border-color: #DBFAE8;
    border-color: rgba(219, 250, 232, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--border-green-200:hover {
    --border-opacity: 1;
    border-color: #98F0BD;
    border-color: rgba(152, 240, 189, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--border-green-300:hover {
    --border-opacity: 1;
    border-color: #55E792;
    border-color: rgba(85, 231, 146, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--border-green-400:hover {
    --border-opacity: 1;
    border-color: #1ED269;
    border-color: rgba(30, 210, 105, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--border-green-500:hover {
    --border-opacity: 1;
    border-color: #148F47;
    border-color: rgba(20, 143, 71, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--border-green-600:hover {
    --border-opacity: 1;
    border-color: #11743A;
    border-color: rgba(17, 116, 58, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--border-green-700:hover {
    --border-opacity: 1;
    border-color: #0D592D;
    border-color: rgba(13, 89, 45, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--border-green-800:hover {
    --border-opacity: 1;
    border-color: #093E1F;
    border-color: rgba(9, 62, 31, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--border-green-900:hover {
    --border-opacity: 1;
    border-color: #052412;
    border-color: rgba(5, 36, 18, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--border-red-100:hover {
    --border-opacity: 1;
    border-color: #FDDDE0;
    border-color: rgba(253, 221, 224, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--border-red-200:hover {
    --border-opacity: 1;
    border-color: #FBB2B9;
    border-color: rgba(251, 178, 185, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--border-red-300:hover {
    --border-opacity: 1;
    border-color: #F88792;
    border-color: rgba(248, 135, 146, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--border-red-400:hover {
    --border-opacity: 1;
    border-color: #F55B6B;
    border-color: rgba(245, 91, 107, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--border-red-500:hover {
    --border-opacity: 1;
    border-color: #F33043;
    border-color: rgba(243, 48, 67, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--border-red-600:hover {
    --border-opacity: 1;
    border-color: #E30D23;
    border-color: rgba(227, 13, 35, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--border-red-700:hover {
    --border-opacity: 1;
    border-color: #B20A1B;
    border-color: rgba(178, 10, 27, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--border-red-800:hover {
    --border-opacity: 1;
    border-color: #820814;
    border-color: rgba(130, 8, 20, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--border-red-900:hover {
    --border-opacity: 1;
    border-color: #52050C;
    border-color: rgba(82, 5, 12, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--border-blue-100:focus {
    --border-opacity: 1;
    border-color: #F4F5FB;
    border-color: rgba(244, 245, 251, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--border-blue-200:focus {
    --border-opacity: 1;
    border-color: #CED2EE;
    border-color: rgba(206, 210, 238, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--border-blue-300:focus {
    --border-opacity: 1;
    border-color: #A8AFE1;
    border-color: rgba(168, 175, 225, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--border-blue-400:focus {
    --border-opacity: 1;
    border-color: #828DD4;
    border-color: rgba(130, 141, 212, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--border-blue-500:focus {
    --border-opacity: 1;
    border-color: #5C6AC7;
    border-color: rgba(92, 106, 199, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--border-blue-600:focus {
    --border-opacity: 1;
    border-color: #3D4DB3;
    border-color: rgba(61, 77, 179, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--border-blue-700:focus {
    --border-opacity: 1;
    border-color: #303C8D;
    border-color: rgba(48, 60, 141, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--border-blue-800:focus {
    --border-opacity: 1;
    border-color: #232C67;
    border-color: rgba(35, 44, 103, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--border-blue-900:focus {
    --border-opacity: 1;
    border-color: #161C41;
    border-color: rgba(22, 28, 65, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--border-black-100:focus {
    --border-opacity: 1;
    border-color: #FFFFFF;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--border-black-200:focus {
    --border-opacity: 1;
    border-color: #EAEDF1;
    border-color: rgba(234, 237, 241, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--border-black-300:focus {
    --border-opacity: 1;
    border-color: #D1D8E0;
    border-color: rgba(209, 216, 224, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--border-black-400:focus {
    --border-opacity: 1;
    border-color: #B9C3D0;
    border-color: rgba(185, 195, 208, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--border-black-500:focus {
    --border-opacity: 1;
    border-color: #A0AEC0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--border-black-600:focus {
    --border-opacity: 1;
    border-color: #7E91A9;
    border-color: rgba(126, 145, 169, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--border-black-700:focus {
    --border-opacity: 1;
    border-color: #607590;
    border-color: rgba(96, 117, 144, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--border-black-800:focus {
    --border-opacity: 1;
    border-color: #49596E;
    border-color: rgba(73, 89, 110, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--border-black-900:focus {
    --border-opacity: 1;
    border-color: #333E4D;
    border-color: rgba(51, 62, 77, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--border-green-100:focus {
    --border-opacity: 1;
    border-color: #DBFAE8;
    border-color: rgba(219, 250, 232, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--border-green-200:focus {
    --border-opacity: 1;
    border-color: #98F0BD;
    border-color: rgba(152, 240, 189, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--border-green-300:focus {
    --border-opacity: 1;
    border-color: #55E792;
    border-color: rgba(85, 231, 146, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--border-green-400:focus {
    --border-opacity: 1;
    border-color: #1ED269;
    border-color: rgba(30, 210, 105, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--border-green-500:focus {
    --border-opacity: 1;
    border-color: #148F47;
    border-color: rgba(20, 143, 71, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--border-green-600:focus {
    --border-opacity: 1;
    border-color: #11743A;
    border-color: rgba(17, 116, 58, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--border-green-700:focus {
    --border-opacity: 1;
    border-color: #0D592D;
    border-color: rgba(13, 89, 45, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--border-green-800:focus {
    --border-opacity: 1;
    border-color: #093E1F;
    border-color: rgba(9, 62, 31, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--border-green-900:focus {
    --border-opacity: 1;
    border-color: #052412;
    border-color: rgba(5, 36, 18, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--border-red-100:focus {
    --border-opacity: 1;
    border-color: #FDDDE0;
    border-color: rgba(253, 221, 224, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--border-red-200:focus {
    --border-opacity: 1;
    border-color: #FBB2B9;
    border-color: rgba(251, 178, 185, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--border-red-300:focus {
    --border-opacity: 1;
    border-color: #F88792;
    border-color: rgba(248, 135, 146, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--border-red-400:focus {
    --border-opacity: 1;
    border-color: #F55B6B;
    border-color: rgba(245, 91, 107, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--border-red-500:focus {
    --border-opacity: 1;
    border-color: #F33043;
    border-color: rgba(243, 48, 67, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--border-red-600:focus {
    --border-opacity: 1;
    border-color: #E30D23;
    border-color: rgba(227, 13, 35, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--border-red-700:focus {
    --border-opacity: 1;
    border-color: #B20A1B;
    border-color: rgba(178, 10, 27, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--border-red-800:focus {
    --border-opacity: 1;
    border-color: #820814;
    border-color: rgba(130, 8, 20, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--border-red-900:focus {
    --border-opacity: 1;
    border-color: #52050C;
    border-color: rgba(82, 5, 12, var(--border-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-opacity-0 {
    --border-opacity: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-opacity-25 {
    --border-opacity: 0.25;
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-opacity-50 {
    --border-opacity: 0.5;
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-opacity-75 {
    --border-opacity: 0.75;
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-opacity-100 {
    --border-opacity: 1;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--border-opacity-0:hover {
    --border-opacity: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--border-opacity-25:hover {
    --border-opacity: 0.25;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--border-opacity-50:hover {
    --border-opacity: 0.5;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--border-opacity-75:hover {
    --border-opacity: 0.75;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--border-opacity-100:hover {
    --border-opacity: 1;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--border-opacity-0:focus {
    --border-opacity: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--border-opacity-25:focus {
    --border-opacity: 0.25;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--border-opacity-50:focus {
    --border-opacity: 0.5;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--border-opacity-75:focus {
    --border-opacity: 0.75;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--border-opacity-100:focus {
    --border-opacity: 1;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-none {
    border-radius: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-sm {
    border-radius: 0.125rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded {
    border-radius: 0.25rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-md {
    border-radius: 0.375rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-lg {
    border-radius: 0.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-xl {
    border-radius: 0.75rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-2xl {
    border-radius: 1rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-3xl {
    border-radius: 1.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-full {
    border-radius: 9999px;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-tl-none {
    border-top-left-radius: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-tr-none {
    border-top-right-radius: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-br-none {
    border-bottom-right-radius: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-bl-none {
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-tl {
    border-top-left-radius: 0.25rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-tr {
    border-top-right-radius: 0.25rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-br {
    border-bottom-right-radius: 0.25rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-tl-full {
    border-top-left-radius: 9999px;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-tr-full {
    border-top-right-radius: 9999px;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-br-full {
    border-bottom-right-radius: 9999px;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-solid {
    border-style: solid;
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-dashed {
    border-style: dashed;
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-dotted {
    border-style: dotted;
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-double {
    border-style: double;
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-none {
    border-style: none;
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-0 {
    border-width: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-2 {
    border-width: 2px;
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-4 {
    border-width: 4px;
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-8 {
    border-width: 8px;
  }
}
@media (min-width: 640px) {
  .vpt .sm--border {
    border-width: 1px;
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-t-0 {
    border-top-width: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-r-0 {
    border-right-width: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-b-0 {
    border-bottom-width: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-l-0 {
    border-left-width: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-t-2 {
    border-top-width: 2px;
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-r-2 {
    border-right-width: 2px;
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-b-2 {
    border-bottom-width: 2px;
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-l-2 {
    border-left-width: 2px;
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-t-4 {
    border-top-width: 4px;
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-r-4 {
    border-right-width: 4px;
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-b-4 {
    border-bottom-width: 4px;
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-l-4 {
    border-left-width: 4px;
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-t-8 {
    border-top-width: 8px;
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-r-8 {
    border-right-width: 8px;
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-b-8 {
    border-bottom-width: 8px;
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-l-8 {
    border-left-width: 8px;
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-t {
    border-top-width: 1px;
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-r {
    border-right-width: 1px;
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-b {
    border-bottom-width: 1px;
  }
}
@media (min-width: 640px) {
  .vpt .sm--border-l {
    border-left-width: 1px;
  }
}
@media (min-width: 640px) {
  .vpt .sm--box-border {
    box-sizing: border-box;
  }
}
@media (min-width: 640px) {
  .vpt .sm--box-content {
    box-sizing: content-box;
  }
}
@media (min-width: 640px) {
  .vpt .sm--cursor-auto {
    cursor: auto;
  }
}
@media (min-width: 640px) {
  .vpt .sm--cursor-default {
    cursor: default;
  }
}
@media (min-width: 640px) {
  .vpt .sm--cursor-pointer {
    cursor: pointer;
  }
}
@media (min-width: 640px) {
  .vpt .sm--cursor-wait {
    cursor: wait;
  }
}
@media (min-width: 640px) {
  .vpt .sm--cursor-text {
    cursor: text;
  }
}
@media (min-width: 640px) {
  .vpt .sm--cursor-move {
    cursor: move;
  }
}
@media (min-width: 640px) {
  .vpt .sm--cursor-not-allowed {
    cursor: not-allowed;
  }
}
@media (min-width: 640px) {
  .vpt .sm--block {
    display: block;
  }
}
@media (min-width: 640px) {
  .vpt .sm--inline-block {
    display: inline-block;
  }
}
@media (min-width: 640px) {
  .vpt .sm--inline {
    display: inline;
  }
}
@media (min-width: 640px) {
  .vpt .sm--flex {
    display: flex;
  }
}
@media (min-width: 640px) {
  .vpt .sm--inline-flex {
    display: inline-flex;
  }
}
@media (min-width: 640px) {
  .vpt .sm--table {
    display: table;
  }
}
@media (min-width: 640px) {
  .vpt .sm--table-caption {
    display: table-caption;
  }
}
@media (min-width: 640px) {
  .vpt .sm--table-cell {
    display: table-cell;
  }
}
@media (min-width: 640px) {
  .vpt .sm--table-column {
    display: table-column;
  }
}
@media (min-width: 640px) {
  .vpt .sm--table-column-group {
    display: table-column-group;
  }
}
@media (min-width: 640px) {
  .vpt .sm--table-footer-group {
    display: table-footer-group;
  }
}
@media (min-width: 640px) {
  .vpt .sm--table-header-group {
    display: table-header-group;
  }
}
@media (min-width: 640px) {
  .vpt .sm--table-row-group {
    display: table-row-group;
  }
}
@media (min-width: 640px) {
  .vpt .sm--table-row {
    display: table-row;
  }
}
@media (min-width: 640px) {
  .vpt .sm--flow-root {
    display: flow-root;
  }
}
@media (min-width: 640px) {
  .vpt .sm--grid {
    display: grid;
  }
}
@media (min-width: 640px) {
  .vpt .sm--inline-grid {
    display: inline-grid;
  }
}
@media (min-width: 640px) {
  .vpt .sm--contents {
    display: contents;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hidden {
    display: none;
  }
}
@media (min-width: 640px) {
  .vpt .sm--flex-row {
    flex-direction: row;
  }
}
@media (min-width: 640px) {
  .vpt .sm--flex-row-reverse {
    flex-direction: row-reverse;
  }
}
@media (min-width: 640px) {
  .vpt .sm--flex-col {
    flex-direction: column;
  }
}
@media (min-width: 640px) {
  .vpt .sm--flex-col-reverse {
    flex-direction: column-reverse;
  }
}
@media (min-width: 640px) {
  .vpt .sm--flex-wrap {
    flex-wrap: wrap;
  }
}
@media (min-width: 640px) {
  .vpt .sm--flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
}
@media (min-width: 640px) {
  .vpt .sm--flex-no-wrap {
    flex-wrap: nowrap;
  }
}
@media (min-width: 640px) {
  .vpt .sm--place-items-auto {
    place-items: auto;
  }
}
@media (min-width: 640px) {
  .vpt .sm--place-items-start {
    place-items: start;
  }
}
@media (min-width: 640px) {
  .vpt .sm--place-items-end {
    place-items: end;
  }
}
@media (min-width: 640px) {
  .vpt .sm--place-items-center {
    place-items: center;
  }
}
@media (min-width: 640px) {
  .vpt .sm--place-items-stretch {
    place-items: stretch;
  }
}
@media (min-width: 640px) {
  .vpt .sm--place-content-center {
    place-content: center;
  }
}
@media (min-width: 640px) {
  .vpt .sm--place-content-start {
    place-content: start;
  }
}
@media (min-width: 640px) {
  .vpt .sm--place-content-end {
    place-content: end;
  }
}
@media (min-width: 640px) {
  .vpt .sm--place-content-between {
    place-content: space-between;
  }
}
@media (min-width: 640px) {
  .vpt .sm--place-content-around {
    place-content: space-around;
  }
}
@media (min-width: 640px) {
  .vpt .sm--place-content-evenly {
    place-content: space-evenly;
  }
}
@media (min-width: 640px) {
  .vpt .sm--place-content-stretch {
    place-content: stretch;
  }
}
@media (min-width: 640px) {
  .vpt .sm--place-self-auto {
    place-self: auto;
  }
}
@media (min-width: 640px) {
  .vpt .sm--place-self-start {
    place-self: start;
  }
}
@media (min-width: 640px) {
  .vpt .sm--place-self-end {
    place-self: end;
  }
}
@media (min-width: 640px) {
  .vpt .sm--place-self-center {
    place-self: center;
  }
}
@media (min-width: 640px) {
  .vpt .sm--place-self-stretch {
    place-self: stretch;
  }
}
@media (min-width: 640px) {
  .vpt .sm--items-start {
    align-items: flex-start;
  }
}
@media (min-width: 640px) {
  .vpt .sm--items-end {
    align-items: flex-end;
  }
}
@media (min-width: 640px) {
  .vpt .sm--items-center {
    align-items: center;
  }
}
@media (min-width: 640px) {
  .vpt .sm--items-baseline {
    align-items: baseline;
  }
}
@media (min-width: 640px) {
  .vpt .sm--items-stretch {
    align-items: stretch;
  }
}
@media (min-width: 640px) {
  .vpt .sm--content-center {
    align-content: center;
  }
}
@media (min-width: 640px) {
  .vpt .sm--content-start {
    align-content: flex-start;
  }
}
@media (min-width: 640px) {
  .vpt .sm--content-end {
    align-content: flex-end;
  }
}
@media (min-width: 640px) {
  .vpt .sm--content-between {
    align-content: space-between;
  }
}
@media (min-width: 640px) {
  .vpt .sm--content-around {
    align-content: space-around;
  }
}
@media (min-width: 640px) {
  .vpt .sm--content-evenly {
    align-content: space-evenly;
  }
}
@media (min-width: 640px) {
  .vpt .sm--self-auto {
    align-self: auto;
  }
}
@media (min-width: 640px) {
  .vpt .sm--self-start {
    align-self: flex-start;
  }
}
@media (min-width: 640px) {
  .vpt .sm--self-end {
    align-self: flex-end;
  }
}
@media (min-width: 640px) {
  .vpt .sm--self-center {
    align-self: center;
  }
}
@media (min-width: 640px) {
  .vpt .sm--self-stretch {
    align-self: stretch;
  }
}
@media (min-width: 640px) {
  .vpt .sm--justify-items-auto {
    justify-items: auto;
  }
}
@media (min-width: 640px) {
  .vpt .sm--justify-items-start {
    justify-items: start;
  }
}
@media (min-width: 640px) {
  .vpt .sm--justify-items-end {
    justify-items: end;
  }
}
@media (min-width: 640px) {
  .vpt .sm--justify-items-center {
    justify-items: center;
  }
}
@media (min-width: 640px) {
  .vpt .sm--justify-items-stretch {
    justify-items: stretch;
  }
}
@media (min-width: 640px) {
  .vpt .sm--justify-start {
    justify-content: flex-start;
  }
}
@media (min-width: 640px) {
  .vpt .sm--justify-end {
    justify-content: flex-end;
  }
}
@media (min-width: 640px) {
  .vpt .sm--justify-center {
    justify-content: center;
  }
}
@media (min-width: 640px) {
  .vpt .sm--justify-between {
    justify-content: space-between;
  }
}
@media (min-width: 640px) {
  .vpt .sm--justify-around {
    justify-content: space-around;
  }
}
@media (min-width: 640px) {
  .vpt .sm--justify-evenly {
    justify-content: space-evenly;
  }
}
@media (min-width: 640px) {
  .vpt .sm--justify-self-auto {
    justify-self: auto;
  }
}
@media (min-width: 640px) {
  .vpt .sm--justify-self-start {
    justify-self: start;
  }
}
@media (min-width: 640px) {
  .vpt .sm--justify-self-end {
    justify-self: end;
  }
}
@media (min-width: 640px) {
  .vpt .sm--justify-self-center {
    justify-self: center;
  }
}
@media (min-width: 640px) {
  .vpt .sm--justify-self-stretch {
    justify-self: stretch;
  }
}
@media (min-width: 640px) {
  .vpt .sm--flex-1 {
    flex: 1 1 0%;
  }
}
@media (min-width: 640px) {
  .vpt .sm--flex-auto {
    flex: 1 1 auto;
  }
}
@media (min-width: 640px) {
  .vpt .sm--flex-initial {
    flex: 0 1 auto;
  }
}
@media (min-width: 640px) {
  .vpt .sm--flex-none {
    flex: none;
  }
}
@media (min-width: 640px) {
  .vpt .sm--flex-grow-0 {
    flex-grow: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--flex-grow {
    flex-grow: 1;
  }
}
@media (min-width: 640px) {
  .vpt .sm--flex-shrink-0 {
    flex-shrink: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--flex-shrink {
    flex-shrink: 1;
  }
}
@media (min-width: 640px) {
  .vpt .sm--order-1 {
    order: 1;
  }
}
@media (min-width: 640px) {
  .vpt .sm--order-2 {
    order: 2;
  }
}
@media (min-width: 640px) {
  .vpt .sm--order-3 {
    order: 3;
  }
}
@media (min-width: 640px) {
  .vpt .sm--order-4 {
    order: 4;
  }
}
@media (min-width: 640px) {
  .vpt .sm--order-5 {
    order: 5;
  }
}
@media (min-width: 640px) {
  .vpt .sm--order-6 {
    order: 6;
  }
}
@media (min-width: 640px) {
  .vpt .sm--order-7 {
    order: 7;
  }
}
@media (min-width: 640px) {
  .vpt .sm--order-8 {
    order: 8;
  }
}
@media (min-width: 640px) {
  .vpt .sm--order-9 {
    order: 9;
  }
}
@media (min-width: 640px) {
  .vpt .sm--order-10 {
    order: 10;
  }
}
@media (min-width: 640px) {
  .vpt .sm--order-11 {
    order: 11;
  }
}
@media (min-width: 640px) {
  .vpt .sm--order-12 {
    order: 12;
  }
}
@media (min-width: 640px) {
  .vpt .sm--order-first {
    order: -9999;
  }
}
@media (min-width: 640px) {
  .vpt .sm--order-last {
    order: 9999;
  }
}
@media (min-width: 640px) {
  .vpt .sm--order-none {
    order: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--float-right {
    float: right;
  }
}
@media (min-width: 640px) {
  .vpt .sm--float-left {
    float: left;
  }
}
@media (min-width: 640px) {
  .vpt .sm--float-none {
    float: none;
  }
}
@media (min-width: 640px) {
  .vpt .sm--clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (min-width: 640px) {
  .vpt .sm--clear-left {
    clear: left;
  }
}
@media (min-width: 640px) {
  .vpt .sm--clear-right {
    clear: right;
  }
}
@media (min-width: 640px) {
  .vpt .sm--clear-both {
    clear: both;
  }
}
@media (min-width: 640px) {
  .vpt .sm--clear-none {
    clear: none;
  }
}
@media (min-width: 640px) {
  .vpt .sm--font-sans {
    font-family: 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";
  }
}
@media (min-width: 640px) {
  .vpt .sm--font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }
}
@media (min-width: 640px) {
  .vpt .sm--font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }
}
@media (min-width: 640px) {
  .vpt .sm--font-hairline {
    font-weight: 100;
  }
}
@media (min-width: 640px) {
  .vpt .sm--font-thin {
    font-weight: 200;
  }
}
@media (min-width: 640px) {
  .vpt .sm--font-light {
    font-weight: 300;
  }
}
@media (min-width: 640px) {
  .vpt .sm--font-normal {
    font-weight: 400;
  }
}
@media (min-width: 640px) {
  .vpt .sm--font-medium {
    font-weight: 500;
  }
}
@media (min-width: 640px) {
  .vpt .sm--font-semibold {
    font-weight: 600;
  }
}
@media (min-width: 640px) {
  .vpt .sm--font-bold {
    font-weight: 700;
  }
}
@media (min-width: 640px) {
  .vpt .sm--font-extrabold {
    font-weight: 800;
  }
}
@media (min-width: 640px) {
  .vpt .sm--font-black {
    font-weight: 900;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--font-hairline:hover {
    font-weight: 100;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--font-thin:hover {
    font-weight: 200;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--font-light:hover {
    font-weight: 300;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--font-normal:hover {
    font-weight: 400;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--font-medium:hover {
    font-weight: 500;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--font-semibold:hover {
    font-weight: 600;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--font-bold:hover {
    font-weight: 700;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--font-extrabold:hover {
    font-weight: 800;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--font-black:hover {
    font-weight: 900;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--font-hairline:focus {
    font-weight: 100;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--font-thin:focus {
    font-weight: 200;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--font-light:focus {
    font-weight: 300;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--font-normal:focus {
    font-weight: 400;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--font-medium:focus {
    font-weight: 500;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--font-semibold:focus {
    font-weight: 600;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--font-bold:focus {
    font-weight: 700;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--font-extrabold:focus {
    font-weight: 800;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--font-black:focus {
    font-weight: 900;
  }
}
@media (min-width: 640px) {
  .vpt .sm--h-0 {
    height: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--h-5 {
    height: 0.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--h-10 {
    height: 1rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--h-15 {
    height: 1.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--h-20 {
    height: 2rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--h-30 {
    height: 3rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--h-40 {
    height: 4rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--h-50 {
    height: 5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--h-100 {
    height: 10rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--h-auto {
    height: auto;
  }
}
@media (min-width: 640px) {
  .vpt .sm--h-px {
    height: 1px;
  }
}
@media (min-width: 640px) {
  .vpt .sm--h-full {
    height: 100%;
  }
}
@media (min-width: 640px) {
  .vpt .sm--h-screen {
    height: 100vh;
  }
}
@media (min-width: 640px) {
  .vpt .sm--text-sm {
    font-size: 1.3rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--text-base {
    font-size: 1.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--text-lg {
    font-size: 2rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--text-xl {
    font-size: 3rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--text-disp {
    font-size: 4.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--leading-3 {
    line-height: 0.75rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--leading-4 {
    line-height: 1rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--leading-5 {
    line-height: 1.25rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--leading-6 {
    line-height: 1.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--leading-7 {
    line-height: 1.75rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--leading-8 {
    line-height: 2rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--leading-9 {
    line-height: 2.25rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--leading-10 {
    line-height: 2.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--leading-none {
    line-height: 1;
  }
}
@media (min-width: 640px) {
  .vpt .sm--leading-tight {
    line-height: 1.25;
  }
}
@media (min-width: 640px) {
  .vpt .sm--leading-snug {
    line-height: 1.375;
  }
}
@media (min-width: 640px) {
  .vpt .sm--leading-normal {
    line-height: 1.5;
  }
}
@media (min-width: 640px) {
  .vpt .sm--leading-relaxed {
    line-height: 1.625;
  }
}
@media (min-width: 640px) {
  .vpt .sm--leading-loose {
    line-height: 2;
  }
}
@media (min-width: 640px) {
  .vpt .sm--list-inside {
    list-style-position: inside;
  }
}
@media (min-width: 640px) {
  .vpt .sm--list-outside {
    list-style-position: outside;
  }
}
@media (min-width: 640px) {
  .vpt .sm--list-none {
    list-style-type: none;
  }
}
@media (min-width: 640px) {
  .vpt .sm--list-disc {
    list-style-type: disc;
  }
}
@media (min-width: 640px) {
  .vpt .sm--list-decimal {
    list-style-type: decimal;
  }
}
@media (min-width: 640px) {
  .vpt .sm--m-0 {
    margin: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--m-5 {
    margin: 0.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--m-10 {
    margin: 1rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--m-15 {
    margin: 1.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--m-20 {
    margin: 2rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--m-30 {
    margin: 3rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--m-40 {
    margin: 4rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--m-50 {
    margin: 5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--m-100 {
    margin: 10rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--m-auto {
    margin: auto;
  }
}
@media (min-width: 640px) {
  .vpt .sm--m-px {
    margin: 1px;
  }
}
@media (min-width: 640px) {
  .vpt .sm---m-5 {
    margin: -0.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---m-10 {
    margin: -1rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---m-15 {
    margin: -1.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---m-20 {
    margin: -2rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---m-30 {
    margin: -3rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---m-40 {
    margin: -4rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---m-50 {
    margin: -5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---m-100 {
    margin: -10rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---m-px {
    margin: -1px;
  }
}
@media (min-width: 640px) {
  .vpt .sm--my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--my-5 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--mx-5 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--my-10 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--mx-10 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--my-15 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--mx-15 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--my-20 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--mx-20 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--my-30 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--mx-30 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--my-40 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--mx-40 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--my-50 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--mx-50 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--my-100 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--mx-100 {
    margin-left: 10rem;
    margin-right: 10rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media (min-width: 640px) {
  .vpt .sm--mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 640px) {
  .vpt .sm--my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }
}
@media (min-width: 640px) {
  .vpt .sm--mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }
}
@media (min-width: 640px) {
  .vpt .sm---my-5 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---mx-5 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---my-10 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---mx-10 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---my-15 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---mx-15 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---my-20 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---mx-20 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---my-30 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---mx-30 {
    margin-left: -3rem;
    margin-right: -3rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---my-40 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---mx-40 {
    margin-left: -4rem;
    margin-right: -4rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---my-50 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---mx-50 {
    margin-left: -5rem;
    margin-right: -5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---my-100 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---mx-100 {
    margin-left: -10rem;
    margin-right: -10rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }
}
@media (min-width: 640px) {
  .vpt .sm---mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }
}
@media (min-width: 640px) {
  .vpt .sm--mt-0 {
    margin-top: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--mr-0 {
    margin-right: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--mb-0 {
    margin-bottom: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--ml-0 {
    margin-left: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--mt-5 {
    margin-top: 0.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--mr-5 {
    margin-right: 0.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--mb-5 {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--ml-5 {
    margin-left: 0.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--mt-10 {
    margin-top: 1rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--mr-10 {
    margin-right: 1rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--mb-10 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--ml-10 {
    margin-left: 1rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--mt-15 {
    margin-top: 1.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--mr-15 {
    margin-right: 1.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--mb-15 {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--ml-15 {
    margin-left: 1.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--mt-20 {
    margin-top: 2rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--mr-20 {
    margin-right: 2rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--mb-20 {
    margin-bottom: 2rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--ml-20 {
    margin-left: 2rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--mt-30 {
    margin-top: 3rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--mr-30 {
    margin-right: 3rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--mb-30 {
    margin-bottom: 3rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--ml-30 {
    margin-left: 3rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--mt-40 {
    margin-top: 4rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--mr-40 {
    margin-right: 4rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--mb-40 {
    margin-bottom: 4rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--ml-40 {
    margin-left: 4rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--mt-50 {
    margin-top: 5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--mr-50 {
    margin-right: 5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--mb-50 {
    margin-bottom: 5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--ml-50 {
    margin-left: 5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--mt-100 {
    margin-top: 10rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--mr-100 {
    margin-right: 10rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--mb-100 {
    margin-bottom: 10rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--ml-100 {
    margin-left: 10rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--mt-auto {
    margin-top: auto;
  }
}
@media (min-width: 640px) {
  .vpt .sm--mr-auto {
    margin-right: auto;
  }
}
@media (min-width: 640px) {
  .vpt .sm--mb-auto {
    margin-bottom: auto;
  }
}
@media (min-width: 640px) {
  .vpt .sm--ml-auto {
    margin-left: auto;
  }
}
@media (min-width: 640px) {
  .vpt .sm--mt-px {
    margin-top: 1px;
  }
}
@media (min-width: 640px) {
  .vpt .sm--mr-px {
    margin-right: 1px;
  }
}
@media (min-width: 640px) {
  .vpt .sm--mb-px {
    margin-bottom: 1px;
  }
}
@media (min-width: 640px) {
  .vpt .sm--ml-px {
    margin-left: 1px;
  }
}
@media (min-width: 640px) {
  .vpt .sm---mt-5 {
    margin-top: -0.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---mr-5 {
    margin-right: -0.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---mb-5 {
    margin-bottom: -0.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---ml-5 {
    margin-left: -0.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---mt-10 {
    margin-top: -1rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---mr-10 {
    margin-right: -1rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---mb-10 {
    margin-bottom: -1rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---ml-10 {
    margin-left: -1rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---mt-15 {
    margin-top: -1.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---mr-15 {
    margin-right: -1.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---mb-15 {
    margin-bottom: -1.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---ml-15 {
    margin-left: -1.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---mt-20 {
    margin-top: -2rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---mr-20 {
    margin-right: -2rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---mb-20 {
    margin-bottom: -2rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---ml-20 {
    margin-left: -2rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---mt-30 {
    margin-top: -3rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---mr-30 {
    margin-right: -3rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---mb-30 {
    margin-bottom: -3rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---ml-30 {
    margin-left: -3rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---mt-40 {
    margin-top: -4rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---mr-40 {
    margin-right: -4rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---mb-40 {
    margin-bottom: -4rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---ml-40 {
    margin-left: -4rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---mt-50 {
    margin-top: -5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---mr-50 {
    margin-right: -5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---mb-50 {
    margin-bottom: -5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---ml-50 {
    margin-left: -5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---mt-100 {
    margin-top: -10rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---mr-100 {
    margin-right: -10rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---mb-100 {
    margin-bottom: -10rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---ml-100 {
    margin-left: -10rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---mt-px {
    margin-top: -1px;
  }
}
@media (min-width: 640px) {
  .vpt .sm---mr-px {
    margin-right: -1px;
  }
}
@media (min-width: 640px) {
  .vpt .sm---mb-px {
    margin-bottom: -1px;
  }
}
@media (min-width: 640px) {
  .vpt .sm---ml-px {
    margin-left: -1px;
  }
}
@media (min-width: 640px) {
  .vpt .sm--max-h-full {
    max-height: 100%;
  }
}
@media (min-width: 640px) {
  .vpt .sm--max-h-screen {
    max-height: 100vh;
  }
}
@media (min-width: 640px) {
  .vpt .sm--max-w-none {
    max-width: none;
  }
}
@media (min-width: 640px) {
  .vpt .sm--max-w-xs {
    max-width: 20rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--max-w-sm {
    max-width: 24rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--max-w-md {
    max-width: 28rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--max-w-lg {
    max-width: 32rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--max-w-xl {
    max-width: 36rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--max-w-2xl {
    max-width: 42rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--max-w-3xl {
    max-width: 48rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--max-w-4xl {
    max-width: 56rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--max-w-5xl {
    max-width: 64rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--max-w-6xl {
    max-width: 72rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--max-w-full {
    max-width: 100%;
  }
}
@media (min-width: 640px) {
  .vpt .sm--max-w-screen-sm {
    max-width: 640px;
  }
}
@media (min-width: 640px) {
  .vpt .sm--max-w-screen-md {
    max-width: 768px;
  }
}
@media (min-width: 640px) {
  .vpt .sm--max-w-screen-lg {
    max-width: 1024px;
  }
}
@media (min-width: 640px) {
  .vpt .sm--max-w-screen-xl {
    max-width: 1280px;
  }
}
@media (min-width: 640px) {
  .vpt .sm--min-h-0 {
    min-height: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--min-h-full {
    min-height: 100%;
  }
}
@media (min-width: 640px) {
  .vpt .sm--min-h-screen {
    min-height: 100vh;
  }
}
@media (min-width: 640px) {
  .vpt .sm--min-w-0 {
    min-width: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--min-w-full {
    min-width: 100%;
  }
}
@media (min-width: 640px) {
  .vpt .sm--object-contain {
    object-fit: contain;
  }
}
@media (min-width: 640px) {
  .vpt .sm--object-cover {
    object-fit: cover;
  }
}
@media (min-width: 640px) {
  .vpt .sm--object-fill {
    object-fit: fill;
  }
}
@media (min-width: 640px) {
  .vpt .sm--object-none {
    object-fit: none;
  }
}
@media (min-width: 640px) {
  .vpt .sm--object-scale-down {
    object-fit: scale-down;
  }
}
@media (min-width: 640px) {
  .vpt .sm--object-bottom {
    object-position: bottom;
  }
}
@media (min-width: 640px) {
  .vpt .sm--object-center {
    object-position: center;
  }
}
@media (min-width: 640px) {
  .vpt .sm--object-left {
    object-position: left;
  }
}
@media (min-width: 640px) {
  .vpt .sm--object-left-bottom {
    object-position: left bottom;
  }
}
@media (min-width: 640px) {
  .vpt .sm--object-left-top {
    object-position: left top;
  }
}
@media (min-width: 640px) {
  .vpt .sm--object-right {
    object-position: right;
  }
}
@media (min-width: 640px) {
  .vpt .sm--object-right-bottom {
    object-position: right bottom;
  }
}
@media (min-width: 640px) {
  .vpt .sm--object-right-top {
    object-position: right top;
  }
}
@media (min-width: 640px) {
  .vpt .sm--object-top {
    object-position: top;
  }
}
@media (min-width: 640px) {
  .vpt .sm--opacity-0 {
    opacity: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--opacity-25 {
    opacity: 0.25;
  }
}
@media (min-width: 640px) {
  .vpt .sm--opacity-50 {
    opacity: 0.5;
  }
}
@media (min-width: 640px) {
  .vpt .sm--opacity-75 {
    opacity: 0.75;
  }
}
@media (min-width: 640px) {
  .vpt .sm--opacity-100 {
    opacity: 1;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--opacity-0:hover {
    opacity: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--opacity-25:hover {
    opacity: 0.25;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--opacity-50:hover {
    opacity: 0.5;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--opacity-75:hover {
    opacity: 0.75;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--opacity-100:hover {
    opacity: 1;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--opacity-0:focus {
    opacity: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--opacity-25:focus {
    opacity: 0.25;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--opacity-50:focus {
    opacity: 0.5;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--opacity-75:focus {
    opacity: 0.75;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--opacity-100:focus {
    opacity: 1;
  }
}
@media (min-width: 640px) {
  .vpt .sm--outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
}
@media (min-width: 640px) {
  .vpt .sm--outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }
}
@media (min-width: 640px) {
  .vpt .sm--outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }
}
@media (min-width: 640px) {
  .vpt .sm--overflow-auto {
    overflow: auto;
  }
}
@media (min-width: 640px) {
  .vpt .sm--overflow-hidden {
    overflow: hidden;
  }
}
@media (min-width: 640px) {
  .vpt .sm--overflow-visible {
    overflow: visible;
  }
}
@media (min-width: 640px) {
  .vpt .sm--overflow-scroll {
    overflow: scroll;
  }
}
@media (min-width: 640px) {
  .vpt .sm--overflow-x-auto {
    overflow-x: auto;
  }
}
@media (min-width: 640px) {
  .vpt .sm--overflow-y-auto {
    overflow-y: auto;
  }
}
@media (min-width: 640px) {
  .vpt .sm--overflow-x-hidden {
    overflow-x: hidden;
  }
}
@media (min-width: 640px) {
  .vpt .sm--overflow-y-hidden {
    overflow-y: hidden;
  }
}
@media (min-width: 640px) {
  .vpt .sm--overflow-x-visible {
    overflow-x: visible;
  }
}
@media (min-width: 640px) {
  .vpt .sm--overflow-y-visible {
    overflow-y: visible;
  }
}
@media (min-width: 640px) {
  .vpt .sm--overflow-x-scroll {
    overflow-x: scroll;
  }
}
@media (min-width: 640px) {
  .vpt .sm--overflow-y-scroll {
    overflow-y: scroll;
  }
}
@media (min-width: 640px) {
  .vpt .sm--scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }
}
@media (min-width: 640px) {
  .vpt .sm--scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }
}
@media (min-width: 640px) {
  .vpt .sm--overscroll-auto {
    overscroll-behavior: auto;
  }
}
@media (min-width: 640px) {
  .vpt .sm--overscroll-contain {
    overscroll-behavior: contain;
  }
}
@media (min-width: 640px) {
  .vpt .sm--overscroll-none {
    overscroll-behavior: none;
  }
}
@media (min-width: 640px) {
  .vpt .sm--overscroll-y-auto {
    overscroll-behavior-y: auto;
  }
}
@media (min-width: 640px) {
  .vpt .sm--overscroll-y-contain {
    overscroll-behavior-y: contain;
  }
}
@media (min-width: 640px) {
  .vpt .sm--overscroll-y-none {
    overscroll-behavior-y: none;
  }
}
@media (min-width: 640px) {
  .vpt .sm--overscroll-x-auto {
    overscroll-behavior-x: auto;
  }
}
@media (min-width: 640px) {
  .vpt .sm--overscroll-x-contain {
    overscroll-behavior-x: contain;
  }
}
@media (min-width: 640px) {
  .vpt .sm--overscroll-x-none {
    overscroll-behavior-x: none;
  }
}
@media (min-width: 640px) {
  .vpt .sm--p-0 {
    padding: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--p-5 {
    padding: 0.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--p-10 {
    padding: 1rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--p-15 {
    padding: 1.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--p-20 {
    padding: 2rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--p-30 {
    padding: 3rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--p-40 {
    padding: 4rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--p-50 {
    padding: 5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--p-100 {
    padding: 10rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--p-px {
    padding: 1px;
  }
}
@media (min-width: 640px) {
  .vpt .sm--py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--px-0 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--py-5 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--px-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--py-10 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--px-10 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--py-15 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--px-15 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--py-20 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--px-20 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--py-30 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--px-30 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--py-40 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--px-40 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--py-50 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--px-50 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--py-100 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--px-100 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }
}
@media (min-width: 640px) {
  .vpt .sm--px-px {
    padding-left: 1px;
    padding-right: 1px;
  }
}
@media (min-width: 640px) {
  .vpt .sm--pt-0 {
    padding-top: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--pr-0 {
    padding-right: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--pb-0 {
    padding-bottom: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--pl-0 {
    padding-left: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--pt-5 {
    padding-top: 0.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--pr-5 {
    padding-right: 0.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--pb-5 {
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--pl-5 {
    padding-left: 0.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--pt-10 {
    padding-top: 1rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--pr-10 {
    padding-right: 1rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--pb-10 {
    padding-bottom: 1rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--pl-10 {
    padding-left: 1rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--pt-15 {
    padding-top: 1.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--pr-15 {
    padding-right: 1.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--pb-15 {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--pl-15 {
    padding-left: 1.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--pt-20 {
    padding-top: 2rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--pr-20 {
    padding-right: 2rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--pb-20 {
    padding-bottom: 2rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--pl-20 {
    padding-left: 2rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--pt-30 {
    padding-top: 3rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--pr-30 {
    padding-right: 3rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--pb-30 {
    padding-bottom: 3rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--pl-30 {
    padding-left: 3rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--pt-40 {
    padding-top: 4rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--pr-40 {
    padding-right: 4rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--pb-40 {
    padding-bottom: 4rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--pl-40 {
    padding-left: 4rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--pt-50 {
    padding-top: 5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--pr-50 {
    padding-right: 5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--pb-50 {
    padding-bottom: 5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--pl-50 {
    padding-left: 5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--pt-100 {
    padding-top: 10rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--pr-100 {
    padding-right: 10rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--pb-100 {
    padding-bottom: 10rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--pl-100 {
    padding-left: 10rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--pt-px {
    padding-top: 1px;
  }
}
@media (min-width: 640px) {
  .vpt .sm--pr-px {
    padding-right: 1px;
  }
}
@media (min-width: 640px) {
  .vpt .sm--pb-px {
    padding-bottom: 1px;
  }
}
@media (min-width: 640px) {
  .vpt .sm--pl-px {
    padding-left: 1px;
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-blue-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F4F5FB;
    color: rgba(244, 245, 251, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-blue-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F4F5FB;
    color: rgba(244, 245, 251, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-blue-100::placeholder {
    --placeholder-opacity: 1;
    color: #F4F5FB;
    color: rgba(244, 245, 251, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-blue-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #CED2EE;
    color: rgba(206, 210, 238, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-blue-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #CED2EE;
    color: rgba(206, 210, 238, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-blue-200::placeholder {
    --placeholder-opacity: 1;
    color: #CED2EE;
    color: rgba(206, 210, 238, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-blue-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #A8AFE1;
    color: rgba(168, 175, 225, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-blue-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #A8AFE1;
    color: rgba(168, 175, 225, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-blue-300::placeholder {
    --placeholder-opacity: 1;
    color: #A8AFE1;
    color: rgba(168, 175, 225, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-blue-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #828DD4;
    color: rgba(130, 141, 212, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-blue-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #828DD4;
    color: rgba(130, 141, 212, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-blue-400::placeholder {
    --placeholder-opacity: 1;
    color: #828DD4;
    color: rgba(130, 141, 212, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-blue-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5C6AC7;
    color: rgba(92, 106, 199, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-blue-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5C6AC7;
    color: rgba(92, 106, 199, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-blue-500::placeholder {
    --placeholder-opacity: 1;
    color: #5C6AC7;
    color: rgba(92, 106, 199, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-blue-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3D4DB3;
    color: rgba(61, 77, 179, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-blue-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3D4DB3;
    color: rgba(61, 77, 179, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-blue-600::placeholder {
    --placeholder-opacity: 1;
    color: #3D4DB3;
    color: rgba(61, 77, 179, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-blue-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #303C8D;
    color: rgba(48, 60, 141, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-blue-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #303C8D;
    color: rgba(48, 60, 141, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-blue-700::placeholder {
    --placeholder-opacity: 1;
    color: #303C8D;
    color: rgba(48, 60, 141, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-blue-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #232C67;
    color: rgba(35, 44, 103, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-blue-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #232C67;
    color: rgba(35, 44, 103, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-blue-800::placeholder {
    --placeholder-opacity: 1;
    color: #232C67;
    color: rgba(35, 44, 103, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-blue-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #161C41;
    color: rgba(22, 28, 65, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-blue-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #161C41;
    color: rgba(22, 28, 65, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-blue-900::placeholder {
    --placeholder-opacity: 1;
    color: #161C41;
    color: rgba(22, 28, 65, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-black-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #FFFFFF;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-black-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #FFFFFF;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-black-100::placeholder {
    --placeholder-opacity: 1;
    color: #FFFFFF;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-black-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #EAEDF1;
    color: rgba(234, 237, 241, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-black-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #EAEDF1;
    color: rgba(234, 237, 241, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-black-200::placeholder {
    --placeholder-opacity: 1;
    color: #EAEDF1;
    color: rgba(234, 237, 241, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-black-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #D1D8E0;
    color: rgba(209, 216, 224, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-black-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #D1D8E0;
    color: rgba(209, 216, 224, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-black-300::placeholder {
    --placeholder-opacity: 1;
    color: #D1D8E0;
    color: rgba(209, 216, 224, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-black-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #B9C3D0;
    color: rgba(185, 195, 208, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-black-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #B9C3D0;
    color: rgba(185, 195, 208, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-black-400::placeholder {
    --placeholder-opacity: 1;
    color: #B9C3D0;
    color: rgba(185, 195, 208, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-black-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #A0AEC0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-black-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #A0AEC0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-black-500::placeholder {
    --placeholder-opacity: 1;
    color: #A0AEC0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-black-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7E91A9;
    color: rgba(126, 145, 169, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-black-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7E91A9;
    color: rgba(126, 145, 169, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-black-600::placeholder {
    --placeholder-opacity: 1;
    color: #7E91A9;
    color: rgba(126, 145, 169, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-black-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #607590;
    color: rgba(96, 117, 144, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-black-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #607590;
    color: rgba(96, 117, 144, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-black-700::placeholder {
    --placeholder-opacity: 1;
    color: #607590;
    color: rgba(96, 117, 144, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-black-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #49596E;
    color: rgba(73, 89, 110, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-black-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #49596E;
    color: rgba(73, 89, 110, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-black-800::placeholder {
    --placeholder-opacity: 1;
    color: #49596E;
    color: rgba(73, 89, 110, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-black-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #333E4D;
    color: rgba(51, 62, 77, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-black-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #333E4D;
    color: rgba(51, 62, 77, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-black-900::placeholder {
    --placeholder-opacity: 1;
    color: #333E4D;
    color: rgba(51, 62, 77, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-green-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #DBFAE8;
    color: rgba(219, 250, 232, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-green-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #DBFAE8;
    color: rgba(219, 250, 232, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-green-100::placeholder {
    --placeholder-opacity: 1;
    color: #DBFAE8;
    color: rgba(219, 250, 232, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-green-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #98F0BD;
    color: rgba(152, 240, 189, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-green-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #98F0BD;
    color: rgba(152, 240, 189, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-green-200::placeholder {
    --placeholder-opacity: 1;
    color: #98F0BD;
    color: rgba(152, 240, 189, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-green-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #55E792;
    color: rgba(85, 231, 146, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-green-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #55E792;
    color: rgba(85, 231, 146, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-green-300::placeholder {
    --placeholder-opacity: 1;
    color: #55E792;
    color: rgba(85, 231, 146, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-green-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1ED269;
    color: rgba(30, 210, 105, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-green-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1ED269;
    color: rgba(30, 210, 105, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-green-400::placeholder {
    --placeholder-opacity: 1;
    color: #1ED269;
    color: rgba(30, 210, 105, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-green-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #148F47;
    color: rgba(20, 143, 71, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-green-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #148F47;
    color: rgba(20, 143, 71, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-green-500::placeholder {
    --placeholder-opacity: 1;
    color: #148F47;
    color: rgba(20, 143, 71, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-green-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #11743A;
    color: rgba(17, 116, 58, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-green-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #11743A;
    color: rgba(17, 116, 58, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-green-600::placeholder {
    --placeholder-opacity: 1;
    color: #11743A;
    color: rgba(17, 116, 58, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-green-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0D592D;
    color: rgba(13, 89, 45, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-green-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0D592D;
    color: rgba(13, 89, 45, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-green-700::placeholder {
    --placeholder-opacity: 1;
    color: #0D592D;
    color: rgba(13, 89, 45, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-green-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #093E1F;
    color: rgba(9, 62, 31, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-green-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #093E1F;
    color: rgba(9, 62, 31, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-green-800::placeholder {
    --placeholder-opacity: 1;
    color: #093E1F;
    color: rgba(9, 62, 31, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-green-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #052412;
    color: rgba(5, 36, 18, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-green-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #052412;
    color: rgba(5, 36, 18, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-green-900::placeholder {
    --placeholder-opacity: 1;
    color: #052412;
    color: rgba(5, 36, 18, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-red-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #FDDDE0;
    color: rgba(253, 221, 224, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-red-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #FDDDE0;
    color: rgba(253, 221, 224, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-red-100::placeholder {
    --placeholder-opacity: 1;
    color: #FDDDE0;
    color: rgba(253, 221, 224, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-red-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #FBB2B9;
    color: rgba(251, 178, 185, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-red-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #FBB2B9;
    color: rgba(251, 178, 185, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-red-200::placeholder {
    --placeholder-opacity: 1;
    color: #FBB2B9;
    color: rgba(251, 178, 185, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-red-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F88792;
    color: rgba(248, 135, 146, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-red-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F88792;
    color: rgba(248, 135, 146, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-red-300::placeholder {
    --placeholder-opacity: 1;
    color: #F88792;
    color: rgba(248, 135, 146, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-red-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F55B6B;
    color: rgba(245, 91, 107, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-red-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F55B6B;
    color: rgba(245, 91, 107, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-red-400::placeholder {
    --placeholder-opacity: 1;
    color: #F55B6B;
    color: rgba(245, 91, 107, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-red-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F33043;
    color: rgba(243, 48, 67, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-red-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F33043;
    color: rgba(243, 48, 67, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-red-500::placeholder {
    --placeholder-opacity: 1;
    color: #F33043;
    color: rgba(243, 48, 67, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-red-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E30D23;
    color: rgba(227, 13, 35, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-red-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E30D23;
    color: rgba(227, 13, 35, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-red-600::placeholder {
    --placeholder-opacity: 1;
    color: #E30D23;
    color: rgba(227, 13, 35, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-red-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #B20A1B;
    color: rgba(178, 10, 27, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-red-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #B20A1B;
    color: rgba(178, 10, 27, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-red-700::placeholder {
    --placeholder-opacity: 1;
    color: #B20A1B;
    color: rgba(178, 10, 27, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-red-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #820814;
    color: rgba(130, 8, 20, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-red-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #820814;
    color: rgba(130, 8, 20, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-red-800::placeholder {
    --placeholder-opacity: 1;
    color: #820814;
    color: rgba(130, 8, 20, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-red-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #52050C;
    color: rgba(82, 5, 12, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-red-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #52050C;
    color: rgba(82, 5, 12, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-red-900::placeholder {
    --placeholder-opacity: 1;
    color: #52050C;
    color: rgba(82, 5, 12, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-blue-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F4F5FB;
    color: rgba(244, 245, 251, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-blue-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F4F5FB;
    color: rgba(244, 245, 251, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-blue-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #F4F5FB;
    color: rgba(244, 245, 251, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-blue-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #CED2EE;
    color: rgba(206, 210, 238, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-blue-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #CED2EE;
    color: rgba(206, 210, 238, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-blue-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #CED2EE;
    color: rgba(206, 210, 238, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-blue-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #A8AFE1;
    color: rgba(168, 175, 225, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-blue-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #A8AFE1;
    color: rgba(168, 175, 225, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-blue-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #A8AFE1;
    color: rgba(168, 175, 225, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-blue-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #828DD4;
    color: rgba(130, 141, 212, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-blue-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #828DD4;
    color: rgba(130, 141, 212, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-blue-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #828DD4;
    color: rgba(130, 141, 212, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-blue-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5C6AC7;
    color: rgba(92, 106, 199, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-blue-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5C6AC7;
    color: rgba(92, 106, 199, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-blue-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #5C6AC7;
    color: rgba(92, 106, 199, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-blue-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3D4DB3;
    color: rgba(61, 77, 179, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-blue-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3D4DB3;
    color: rgba(61, 77, 179, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-blue-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #3D4DB3;
    color: rgba(61, 77, 179, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-blue-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #303C8D;
    color: rgba(48, 60, 141, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-blue-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #303C8D;
    color: rgba(48, 60, 141, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-blue-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #303C8D;
    color: rgba(48, 60, 141, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-blue-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #232C67;
    color: rgba(35, 44, 103, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-blue-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #232C67;
    color: rgba(35, 44, 103, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-blue-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #232C67;
    color: rgba(35, 44, 103, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-blue-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #161C41;
    color: rgba(22, 28, 65, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-blue-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #161C41;
    color: rgba(22, 28, 65, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-blue-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #161C41;
    color: rgba(22, 28, 65, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-black-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #FFFFFF;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-black-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #FFFFFF;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-black-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #FFFFFF;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-black-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #EAEDF1;
    color: rgba(234, 237, 241, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-black-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #EAEDF1;
    color: rgba(234, 237, 241, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-black-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #EAEDF1;
    color: rgba(234, 237, 241, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-black-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #D1D8E0;
    color: rgba(209, 216, 224, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-black-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #D1D8E0;
    color: rgba(209, 216, 224, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-black-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #D1D8E0;
    color: rgba(209, 216, 224, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-black-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #B9C3D0;
    color: rgba(185, 195, 208, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-black-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #B9C3D0;
    color: rgba(185, 195, 208, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-black-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #B9C3D0;
    color: rgba(185, 195, 208, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-black-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #A0AEC0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-black-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #A0AEC0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-black-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #A0AEC0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-black-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7E91A9;
    color: rgba(126, 145, 169, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-black-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7E91A9;
    color: rgba(126, 145, 169, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-black-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #7E91A9;
    color: rgba(126, 145, 169, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-black-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #607590;
    color: rgba(96, 117, 144, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-black-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #607590;
    color: rgba(96, 117, 144, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-black-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #607590;
    color: rgba(96, 117, 144, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-black-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #49596E;
    color: rgba(73, 89, 110, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-black-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #49596E;
    color: rgba(73, 89, 110, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-black-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #49596E;
    color: rgba(73, 89, 110, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-black-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #333E4D;
    color: rgba(51, 62, 77, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-black-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #333E4D;
    color: rgba(51, 62, 77, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-black-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #333E4D;
    color: rgba(51, 62, 77, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-green-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #DBFAE8;
    color: rgba(219, 250, 232, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-green-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #DBFAE8;
    color: rgba(219, 250, 232, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-green-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #DBFAE8;
    color: rgba(219, 250, 232, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-green-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #98F0BD;
    color: rgba(152, 240, 189, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-green-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #98F0BD;
    color: rgba(152, 240, 189, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-green-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #98F0BD;
    color: rgba(152, 240, 189, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-green-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #55E792;
    color: rgba(85, 231, 146, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-green-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #55E792;
    color: rgba(85, 231, 146, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-green-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #55E792;
    color: rgba(85, 231, 146, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-green-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1ED269;
    color: rgba(30, 210, 105, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-green-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1ED269;
    color: rgba(30, 210, 105, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-green-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #1ED269;
    color: rgba(30, 210, 105, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-green-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #148F47;
    color: rgba(20, 143, 71, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-green-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #148F47;
    color: rgba(20, 143, 71, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-green-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #148F47;
    color: rgba(20, 143, 71, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-green-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #11743A;
    color: rgba(17, 116, 58, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-green-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #11743A;
    color: rgba(17, 116, 58, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-green-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #11743A;
    color: rgba(17, 116, 58, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-green-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0D592D;
    color: rgba(13, 89, 45, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-green-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0D592D;
    color: rgba(13, 89, 45, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-green-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #0D592D;
    color: rgba(13, 89, 45, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-green-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #093E1F;
    color: rgba(9, 62, 31, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-green-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #093E1F;
    color: rgba(9, 62, 31, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-green-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #093E1F;
    color: rgba(9, 62, 31, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-green-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #052412;
    color: rgba(5, 36, 18, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-green-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #052412;
    color: rgba(5, 36, 18, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-green-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #052412;
    color: rgba(5, 36, 18, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-red-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #FDDDE0;
    color: rgba(253, 221, 224, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-red-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #FDDDE0;
    color: rgba(253, 221, 224, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-red-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #FDDDE0;
    color: rgba(253, 221, 224, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-red-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #FBB2B9;
    color: rgba(251, 178, 185, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-red-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #FBB2B9;
    color: rgba(251, 178, 185, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-red-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #FBB2B9;
    color: rgba(251, 178, 185, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-red-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F88792;
    color: rgba(248, 135, 146, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-red-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F88792;
    color: rgba(248, 135, 146, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-red-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #F88792;
    color: rgba(248, 135, 146, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-red-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F55B6B;
    color: rgba(245, 91, 107, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-red-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F55B6B;
    color: rgba(245, 91, 107, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-red-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #F55B6B;
    color: rgba(245, 91, 107, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-red-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F33043;
    color: rgba(243, 48, 67, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-red-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F33043;
    color: rgba(243, 48, 67, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-red-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #F33043;
    color: rgba(243, 48, 67, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-red-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E30D23;
    color: rgba(227, 13, 35, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-red-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E30D23;
    color: rgba(227, 13, 35, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-red-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #E30D23;
    color: rgba(227, 13, 35, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-red-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #B20A1B;
    color: rgba(178, 10, 27, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-red-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #B20A1B;
    color: rgba(178, 10, 27, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-red-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #B20A1B;
    color: rgba(178, 10, 27, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-red-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #820814;
    color: rgba(130, 8, 20, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-red-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #820814;
    color: rgba(130, 8, 20, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-red-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #820814;
    color: rgba(130, 8, 20, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-red-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #52050C;
    color: rgba(82, 5, 12, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-red-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #52050C;
    color: rgba(82, 5, 12, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-red-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #52050C;
    color: rgba(82, 5, 12, var(--placeholder-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-opacity-0::-moz-placeholder {
    --placeholder-opacity: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-opacity-0:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-opacity-25::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-opacity-25:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25;
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-opacity-50::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-opacity-50:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5;
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-opacity-75::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-opacity-75:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75;
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-opacity-100::-moz-placeholder {
    --placeholder-opacity: 1;
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-opacity-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }
}
@media (min-width: 640px) {
  .vpt .sm--placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-opacity-0:focus::-moz-placeholder {
    --placeholder-opacity: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-opacity-0:focus:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-opacity-0:focus::placeholder {
    --placeholder-opacity: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-opacity-25:focus::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-opacity-25:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-opacity-25:focus::placeholder {
    --placeholder-opacity: 0.25;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-opacity-50:focus::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-opacity-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-opacity-50:focus::placeholder {
    --placeholder-opacity: 0.5;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-opacity-75:focus::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-opacity-75:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-opacity-75:focus::placeholder {
    --placeholder-opacity: 0.75;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-opacity-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-opacity-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--placeholder-opacity-100:focus::placeholder {
    --placeholder-opacity: 1;
  }
}
@media (min-width: 640px) {
  .vpt .sm--pointer-events-none {
    pointer-events: none;
  }
}
@media (min-width: 640px) {
  .vpt .sm--pointer-events-auto {
    pointer-events: auto;
  }
}
@media (min-width: 640px) {
  .vpt .sm--static {
    position: static;
  }
}
@media (min-width: 640px) {
  .vpt .sm--fixed {
    position: fixed;
  }
}
@media (min-width: 640px) {
  .vpt .sm--absolute {
    position: absolute;
  }
}
@media (min-width: 640px) {
  .vpt .sm--relative {
    position: relative;
  }
}
@media (min-width: 640px) {
  .vpt .sm--sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}
@media (min-width: 640px) {
  .vpt .sm--inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
}
@media (min-width: 640px) {
  .vpt .sm--inset-y-0 {
    top: 0;
    bottom: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--inset-x-0 {
    right: 0;
    left: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--inset-y-auto {
    top: auto;
    bottom: auto;
  }
}
@media (min-width: 640px) {
  .vpt .sm--inset-x-auto {
    right: auto;
    left: auto;
  }
}
@media (min-width: 640px) {
  .vpt .sm--top-0 {
    top: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--right-0 {
    right: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--bottom-0 {
    bottom: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--left-0 {
    left: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--top-auto {
    top: auto;
  }
}
@media (min-width: 640px) {
  .vpt .sm--right-auto {
    right: auto;
  }
}
@media (min-width: 640px) {
  .vpt .sm--bottom-auto {
    bottom: auto;
  }
}
@media (min-width: 640px) {
  .vpt .sm--left-auto {
    left: auto;
  }
}
@media (min-width: 640px) {
  .vpt .sm--resize-none {
    resize: none;
  }
}
@media (min-width: 640px) {
  .vpt .sm--resize-y {
    resize: vertical;
  }
}
@media (min-width: 640px) {
  .vpt .sm--resize-x {
    resize: horizontal;
  }
}
@media (min-width: 640px) {
  .vpt .sm--resize {
    resize: both;
  }
}
@media (min-width: 640px) {
  .vpt .sm--shadow-xs {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }
}
@media (min-width: 640px) {
  .vpt .sm--shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }
}
@media (min-width: 640px) {
  .vpt .sm--shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }
}
@media (min-width: 640px) {
  .vpt .sm--shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }
}
@media (min-width: 640px) {
  .vpt .sm--shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }
}
@media (min-width: 640px) {
  .vpt .sm--shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }
}
@media (min-width: 640px) {
  .vpt .sm--shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }
}
@media (min-width: 640px) {
  .vpt .sm--shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }
}
@media (min-width: 640px) {
  .vpt .sm--shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }
}
@media (min-width: 640px) {
  .vpt .sm--shadow-none {
    box-shadow: none;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--shadow-xs:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--shadow-sm:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--shadow-none:hover {
    box-shadow: none;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--shadow-xs:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--shadow-sm:focus {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--shadow-none:focus {
    box-shadow: none;
  }
}
@media (min-width: 640px) {
  .vpt .sm--fill-current {
    fill: currentColor;
  }
}
@media (min-width: 640px) {
  .vpt .sm--stroke-current {
    stroke: currentColor;
  }
}
@media (min-width: 640px) {
  .vpt .sm--stroke-0 {
    stroke-width: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--stroke-1 {
    stroke-width: 1;
  }
}
@media (min-width: 640px) {
  .vpt .sm--stroke-2 {
    stroke-width: 2;
  }
}
@media (min-width: 640px) {
  .vpt .sm--table-auto {
    table-layout: auto;
  }
}
@media (min-width: 640px) {
  .vpt .sm--table-fixed {
    table-layout: fixed;
  }
}
@media (min-width: 640px) {
  .vpt .sm--text-left {
    text-align: left;
  }
}
@media (min-width: 640px) {
  .vpt .sm--text-center {
    text-align: center;
  }
}
@media (min-width: 640px) {
  .vpt .sm--text-right {
    text-align: right;
  }
}
@media (min-width: 640px) {
  .vpt .sm--text-justify {
    text-align: justify;
  }
}
@media (min-width: 640px) {
  .vpt .sm--text-blue-100 {
    --text-opacity: 1;
    color: #F4F5FB;
    color: rgba(244, 245, 251, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--text-blue-200 {
    --text-opacity: 1;
    color: #CED2EE;
    color: rgba(206, 210, 238, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--text-blue-300 {
    --text-opacity: 1;
    color: #A8AFE1;
    color: rgba(168, 175, 225, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--text-blue-400 {
    --text-opacity: 1;
    color: #828DD4;
    color: rgba(130, 141, 212, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--text-blue-500 {
    --text-opacity: 1;
    color: #5C6AC7;
    color: rgba(92, 106, 199, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--text-blue-600 {
    --text-opacity: 1;
    color: #3D4DB3;
    color: rgba(61, 77, 179, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--text-blue-700 {
    --text-opacity: 1;
    color: #303C8D;
    color: rgba(48, 60, 141, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--text-blue-800 {
    --text-opacity: 1;
    color: #232C67;
    color: rgba(35, 44, 103, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--text-blue-900 {
    --text-opacity: 1;
    color: #161C41;
    color: rgba(22, 28, 65, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--text-black-100 {
    --text-opacity: 1;
    color: #FFFFFF;
    color: rgba(255, 255, 255, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--text-black-200 {
    --text-opacity: 1;
    color: #EAEDF1;
    color: rgba(234, 237, 241, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--text-black-300 {
    --text-opacity: 1;
    color: #D1D8E0;
    color: rgba(209, 216, 224, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--text-black-400 {
    --text-opacity: 1;
    color: #B9C3D0;
    color: rgba(185, 195, 208, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--text-black-500 {
    --text-opacity: 1;
    color: #A0AEC0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--text-black-600 {
    --text-opacity: 1;
    color: #7E91A9;
    color: rgba(126, 145, 169, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--text-black-700 {
    --text-opacity: 1;
    color: #607590;
    color: rgba(96, 117, 144, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--text-black-800 {
    --text-opacity: 1;
    color: #49596E;
    color: rgba(73, 89, 110, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--text-black-900 {
    --text-opacity: 1;
    color: #333E4D;
    color: rgba(51, 62, 77, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--text-green-100 {
    --text-opacity: 1;
    color: #DBFAE8;
    color: rgba(219, 250, 232, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--text-green-200 {
    --text-opacity: 1;
    color: #98F0BD;
    color: rgba(152, 240, 189, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--text-green-300 {
    --text-opacity: 1;
    color: #55E792;
    color: rgba(85, 231, 146, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--text-green-400 {
    --text-opacity: 1;
    color: #1ED269;
    color: rgba(30, 210, 105, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--text-green-500 {
    --text-opacity: 1;
    color: #148F47;
    color: rgba(20, 143, 71, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--text-green-600 {
    --text-opacity: 1;
    color: #11743A;
    color: rgba(17, 116, 58, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--text-green-700 {
    --text-opacity: 1;
    color: #0D592D;
    color: rgba(13, 89, 45, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--text-green-800 {
    --text-opacity: 1;
    color: #093E1F;
    color: rgba(9, 62, 31, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--text-green-900 {
    --text-opacity: 1;
    color: #052412;
    color: rgba(5, 36, 18, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--text-red-100 {
    --text-opacity: 1;
    color: #FDDDE0;
    color: rgba(253, 221, 224, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--text-red-200 {
    --text-opacity: 1;
    color: #FBB2B9;
    color: rgba(251, 178, 185, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--text-red-300 {
    --text-opacity: 1;
    color: #F88792;
    color: rgba(248, 135, 146, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--text-red-400 {
    --text-opacity: 1;
    color: #F55B6B;
    color: rgba(245, 91, 107, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--text-red-500 {
    --text-opacity: 1;
    color: #F33043;
    color: rgba(243, 48, 67, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--text-red-600 {
    --text-opacity: 1;
    color: #E30D23;
    color: rgba(227, 13, 35, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--text-red-700 {
    --text-opacity: 1;
    color: #B20A1B;
    color: rgba(178, 10, 27, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--text-red-800 {
    --text-opacity: 1;
    color: #820814;
    color: rgba(130, 8, 20, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--text-red-900 {
    --text-opacity: 1;
    color: #52050C;
    color: rgba(82, 5, 12, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--text-blue-100:hover {
    --text-opacity: 1;
    color: #F4F5FB;
    color: rgba(244, 245, 251, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--text-blue-200:hover {
    --text-opacity: 1;
    color: #CED2EE;
    color: rgba(206, 210, 238, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--text-blue-300:hover {
    --text-opacity: 1;
    color: #A8AFE1;
    color: rgba(168, 175, 225, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--text-blue-400:hover {
    --text-opacity: 1;
    color: #828DD4;
    color: rgba(130, 141, 212, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--text-blue-500:hover {
    --text-opacity: 1;
    color: #5C6AC7;
    color: rgba(92, 106, 199, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--text-blue-600:hover {
    --text-opacity: 1;
    color: #3D4DB3;
    color: rgba(61, 77, 179, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--text-blue-700:hover {
    --text-opacity: 1;
    color: #303C8D;
    color: rgba(48, 60, 141, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--text-blue-800:hover {
    --text-opacity: 1;
    color: #232C67;
    color: rgba(35, 44, 103, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--text-blue-900:hover {
    --text-opacity: 1;
    color: #161C41;
    color: rgba(22, 28, 65, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--text-black-100:hover {
    --text-opacity: 1;
    color: #FFFFFF;
    color: rgba(255, 255, 255, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--text-black-200:hover {
    --text-opacity: 1;
    color: #EAEDF1;
    color: rgba(234, 237, 241, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--text-black-300:hover {
    --text-opacity: 1;
    color: #D1D8E0;
    color: rgba(209, 216, 224, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--text-black-400:hover {
    --text-opacity: 1;
    color: #B9C3D0;
    color: rgba(185, 195, 208, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--text-black-500:hover {
    --text-opacity: 1;
    color: #A0AEC0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--text-black-600:hover {
    --text-opacity: 1;
    color: #7E91A9;
    color: rgba(126, 145, 169, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--text-black-700:hover {
    --text-opacity: 1;
    color: #607590;
    color: rgba(96, 117, 144, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--text-black-800:hover {
    --text-opacity: 1;
    color: #49596E;
    color: rgba(73, 89, 110, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--text-black-900:hover {
    --text-opacity: 1;
    color: #333E4D;
    color: rgba(51, 62, 77, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--text-green-100:hover {
    --text-opacity: 1;
    color: #DBFAE8;
    color: rgba(219, 250, 232, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--text-green-200:hover {
    --text-opacity: 1;
    color: #98F0BD;
    color: rgba(152, 240, 189, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--text-green-300:hover {
    --text-opacity: 1;
    color: #55E792;
    color: rgba(85, 231, 146, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--text-green-400:hover {
    --text-opacity: 1;
    color: #1ED269;
    color: rgba(30, 210, 105, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--text-green-500:hover {
    --text-opacity: 1;
    color: #148F47;
    color: rgba(20, 143, 71, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--text-green-600:hover {
    --text-opacity: 1;
    color: #11743A;
    color: rgba(17, 116, 58, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--text-green-700:hover {
    --text-opacity: 1;
    color: #0D592D;
    color: rgba(13, 89, 45, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--text-green-800:hover {
    --text-opacity: 1;
    color: #093E1F;
    color: rgba(9, 62, 31, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--text-green-900:hover {
    --text-opacity: 1;
    color: #052412;
    color: rgba(5, 36, 18, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--text-red-100:hover {
    --text-opacity: 1;
    color: #FDDDE0;
    color: rgba(253, 221, 224, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--text-red-200:hover {
    --text-opacity: 1;
    color: #FBB2B9;
    color: rgba(251, 178, 185, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--text-red-300:hover {
    --text-opacity: 1;
    color: #F88792;
    color: rgba(248, 135, 146, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--text-red-400:hover {
    --text-opacity: 1;
    color: #F55B6B;
    color: rgba(245, 91, 107, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--text-red-500:hover {
    --text-opacity: 1;
    color: #F33043;
    color: rgba(243, 48, 67, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--text-red-600:hover {
    --text-opacity: 1;
    color: #E30D23;
    color: rgba(227, 13, 35, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--text-red-700:hover {
    --text-opacity: 1;
    color: #B20A1B;
    color: rgba(178, 10, 27, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--text-red-800:hover {
    --text-opacity: 1;
    color: #820814;
    color: rgba(130, 8, 20, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--text-red-900:hover {
    --text-opacity: 1;
    color: #52050C;
    color: rgba(82, 5, 12, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--text-blue-100:focus {
    --text-opacity: 1;
    color: #F4F5FB;
    color: rgba(244, 245, 251, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--text-blue-200:focus {
    --text-opacity: 1;
    color: #CED2EE;
    color: rgba(206, 210, 238, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--text-blue-300:focus {
    --text-opacity: 1;
    color: #A8AFE1;
    color: rgba(168, 175, 225, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--text-blue-400:focus {
    --text-opacity: 1;
    color: #828DD4;
    color: rgba(130, 141, 212, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--text-blue-500:focus {
    --text-opacity: 1;
    color: #5C6AC7;
    color: rgba(92, 106, 199, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--text-blue-600:focus {
    --text-opacity: 1;
    color: #3D4DB3;
    color: rgba(61, 77, 179, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--text-blue-700:focus {
    --text-opacity: 1;
    color: #303C8D;
    color: rgba(48, 60, 141, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--text-blue-800:focus {
    --text-opacity: 1;
    color: #232C67;
    color: rgba(35, 44, 103, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--text-blue-900:focus {
    --text-opacity: 1;
    color: #161C41;
    color: rgba(22, 28, 65, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--text-black-100:focus {
    --text-opacity: 1;
    color: #FFFFFF;
    color: rgba(255, 255, 255, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--text-black-200:focus {
    --text-opacity: 1;
    color: #EAEDF1;
    color: rgba(234, 237, 241, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--text-black-300:focus {
    --text-opacity: 1;
    color: #D1D8E0;
    color: rgba(209, 216, 224, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--text-black-400:focus {
    --text-opacity: 1;
    color: #B9C3D0;
    color: rgba(185, 195, 208, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--text-black-500:focus {
    --text-opacity: 1;
    color: #A0AEC0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--text-black-600:focus {
    --text-opacity: 1;
    color: #7E91A9;
    color: rgba(126, 145, 169, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--text-black-700:focus {
    --text-opacity: 1;
    color: #607590;
    color: rgba(96, 117, 144, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--text-black-800:focus {
    --text-opacity: 1;
    color: #49596E;
    color: rgba(73, 89, 110, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--text-black-900:focus {
    --text-opacity: 1;
    color: #333E4D;
    color: rgba(51, 62, 77, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--text-green-100:focus {
    --text-opacity: 1;
    color: #DBFAE8;
    color: rgba(219, 250, 232, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--text-green-200:focus {
    --text-opacity: 1;
    color: #98F0BD;
    color: rgba(152, 240, 189, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--text-green-300:focus {
    --text-opacity: 1;
    color: #55E792;
    color: rgba(85, 231, 146, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--text-green-400:focus {
    --text-opacity: 1;
    color: #1ED269;
    color: rgba(30, 210, 105, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--text-green-500:focus {
    --text-opacity: 1;
    color: #148F47;
    color: rgba(20, 143, 71, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--text-green-600:focus {
    --text-opacity: 1;
    color: #11743A;
    color: rgba(17, 116, 58, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--text-green-700:focus {
    --text-opacity: 1;
    color: #0D592D;
    color: rgba(13, 89, 45, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--text-green-800:focus {
    --text-opacity: 1;
    color: #093E1F;
    color: rgba(9, 62, 31, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--text-green-900:focus {
    --text-opacity: 1;
    color: #052412;
    color: rgba(5, 36, 18, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--text-red-100:focus {
    --text-opacity: 1;
    color: #FDDDE0;
    color: rgba(253, 221, 224, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--text-red-200:focus {
    --text-opacity: 1;
    color: #FBB2B9;
    color: rgba(251, 178, 185, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--text-red-300:focus {
    --text-opacity: 1;
    color: #F88792;
    color: rgba(248, 135, 146, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--text-red-400:focus {
    --text-opacity: 1;
    color: #F55B6B;
    color: rgba(245, 91, 107, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--text-red-500:focus {
    --text-opacity: 1;
    color: #F33043;
    color: rgba(243, 48, 67, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--text-red-600:focus {
    --text-opacity: 1;
    color: #E30D23;
    color: rgba(227, 13, 35, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--text-red-700:focus {
    --text-opacity: 1;
    color: #B20A1B;
    color: rgba(178, 10, 27, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--text-red-800:focus {
    --text-opacity: 1;
    color: #820814;
    color: rgba(130, 8, 20, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--text-red-900:focus {
    --text-opacity: 1;
    color: #52050C;
    color: rgba(82, 5, 12, var(--text-opacity));
  }
}
@media (min-width: 640px) {
  .vpt .sm--text-opacity-0 {
    --text-opacity: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--text-opacity-25 {
    --text-opacity: 0.25;
  }
}
@media (min-width: 640px) {
  .vpt .sm--text-opacity-50 {
    --text-opacity: 0.5;
  }
}
@media (min-width: 640px) {
  .vpt .sm--text-opacity-75 {
    --text-opacity: 0.75;
  }
}
@media (min-width: 640px) {
  .vpt .sm--text-opacity-100 {
    --text-opacity: 1;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--text-opacity-0:hover {
    --text-opacity: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--text-opacity-25:hover {
    --text-opacity: 0.25;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--text-opacity-50:hover {
    --text-opacity: 0.5;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--text-opacity-75:hover {
    --text-opacity: 0.75;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--text-opacity-100:hover {
    --text-opacity: 1;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--text-opacity-0:focus {
    --text-opacity: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--text-opacity-25:focus {
    --text-opacity: 0.25;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--text-opacity-50:focus {
    --text-opacity: 0.5;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--text-opacity-75:focus {
    --text-opacity: 0.75;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--text-opacity-100:focus {
    --text-opacity: 1;
  }
}
@media (min-width: 640px) {
  .vpt .sm--italic {
    font-style: italic;
  }
}
@media (min-width: 640px) {
  .vpt .sm--not-italic {
    font-style: normal;
  }
}
@media (min-width: 640px) {
  .vpt .sm--uppercase {
    text-transform: uppercase;
  }
}
@media (min-width: 640px) {
  .vpt .sm--lowercase {
    text-transform: lowercase;
  }
}
@media (min-width: 640px) {
  .vpt .sm--capitalize {
    text-transform: capitalize;
  }
}
@media (min-width: 640px) {
  .vpt .sm--normal-case {
    text-transform: none;
  }
}
@media (min-width: 640px) {
  .vpt .sm--underline {
    text-decoration: underline;
  }
}
@media (min-width: 640px) {
  .vpt .sm--line-through {
    text-decoration: line-through;
  }
}
@media (min-width: 640px) {
  .vpt .sm--no-underline {
    text-decoration: none;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--underline:hover {
    text-decoration: underline;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--line-through:hover {
    text-decoration: line-through;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--no-underline:hover {
    text-decoration: none;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--underline:focus {
    text-decoration: underline;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--line-through:focus {
    text-decoration: line-through;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--no-underline:focus {
    text-decoration: none;
  }
}
@media (min-width: 640px) {
  .vpt .sm--antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 640px) {
  .vpt .sm--subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }
}
@media (min-width: 640px) {
  .vpt .sm--ordinal, .vpt .sm--slashed-zero, .vpt .sm--lining-nums, .vpt .sm--oldstyle-nums, .vpt .sm--proportional-nums, .vpt .sm--tabular-nums, .vpt .sm--diagonal-fractions, .vpt .sm--stacked-fractions {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }
}
@media (min-width: 640px) {
  .vpt .sm--normal-nums {
    font-variant-numeric: normal;
  }
}
@media (min-width: 640px) {
  .vpt .sm--ordinal {
    --font-variant-numeric-ordinal: ordinal;
  }
}
@media (min-width: 640px) {
  .vpt .sm--slashed-zero {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }
}
@media (min-width: 640px) {
  .vpt .sm--lining-nums {
    --font-variant-numeric-figure: lining-nums;
  }
}
@media (min-width: 640px) {
  .vpt .sm--oldstyle-nums {
    --font-variant-numeric-figure: oldstyle-nums;
  }
}
@media (min-width: 640px) {
  .vpt .sm--proportional-nums {
    --font-variant-numeric-spacing: proportional-nums;
  }
}
@media (min-width: 640px) {
  .vpt .sm--tabular-nums {
    --font-variant-numeric-spacing: tabular-nums;
  }
}
@media (min-width: 640px) {
  .vpt .sm--diagonal-fractions {
    --font-variant-numeric-fraction: diagonal-fractions;
  }
}
@media (min-width: 640px) {
  .vpt .sm--stacked-fractions {
    --font-variant-numeric-fraction: stacked-fractions;
  }
}
@media (min-width: 640px) {
  .vpt .sm--tracking-tighter {
    letter-spacing: -0.05em;
  }
}
@media (min-width: 640px) {
  .vpt .sm--tracking-tight {
    letter-spacing: -0.025em;
  }
}
@media (min-width: 640px) {
  .vpt .sm--tracking-normal {
    letter-spacing: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--tracking-wide {
    letter-spacing: 0.025em;
  }
}
@media (min-width: 640px) {
  .vpt .sm--tracking-wider {
    letter-spacing: 0.05em;
  }
}
@media (min-width: 640px) {
  .vpt .sm--tracking-widest {
    letter-spacing: 0.1em;
  }
}
@media (min-width: 640px) {
  .vpt .sm--select-none {
    -webkit-user-select: none;
    user-select: none;
  }
}
@media (min-width: 640px) {
  .vpt .sm--select-text {
    -webkit-user-select: text;
    user-select: text;
  }
}
@media (min-width: 640px) {
  .vpt .sm--select-all {
    -webkit-user-select: all;
    user-select: all;
  }
}
@media (min-width: 640px) {
  .vpt .sm--select-auto {
    -webkit-user-select: auto;
    user-select: auto;
  }
}
@media (min-width: 640px) {
  .vpt .sm--align-baseline {
    vertical-align: baseline;
  }
}
@media (min-width: 640px) {
  .vpt .sm--align-top {
    vertical-align: top;
  }
}
@media (min-width: 640px) {
  .vpt .sm--align-middle {
    vertical-align: middle;
  }
}
@media (min-width: 640px) {
  .vpt .sm--align-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 640px) {
  .vpt .sm--align-text-top {
    vertical-align: text-top;
  }
}
@media (min-width: 640px) {
  .vpt .sm--align-text-bottom {
    vertical-align: text-bottom;
  }
}
@media (min-width: 640px) {
  .vpt .sm--visible {
    visibility: visible;
  }
}
@media (min-width: 640px) {
  .vpt .sm--invisible {
    visibility: hidden;
  }
}
@media (min-width: 640px) {
  .vpt .sm--whitespace-normal {
    white-space: normal;
  }
}
@media (min-width: 640px) {
  .vpt .sm--whitespace-no-wrap {
    white-space: nowrap;
  }
}
@media (min-width: 640px) {
  .vpt .sm--whitespace-pre {
    white-space: pre;
  }
}
@media (min-width: 640px) {
  .vpt .sm--whitespace-pre-line {
    white-space: pre-line;
  }
}
@media (min-width: 640px) {
  .vpt .sm--whitespace-pre-wrap {
    white-space: pre-wrap;
  }
}
@media (min-width: 640px) {
  .vpt .sm--break-normal {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }
}
@media (min-width: 640px) {
  .vpt .sm--break-words {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
}
@media (min-width: 640px) {
  .vpt .sm--break-all {
    word-break: break-all;
  }
}
@media (min-width: 640px) {
  .vpt .sm--truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (min-width: 640px) {
  .vpt .sm--w-0 {
    width: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--w-5 {
    width: 0.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--w-10 {
    width: 1rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--w-15 {
    width: 1.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--w-20 {
    width: 2rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--w-30 {
    width: 3rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--w-40 {
    width: 4rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--w-50 {
    width: 5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--w-100 {
    width: 10rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--w-auto {
    width: auto;
  }
}
@media (min-width: 640px) {
  .vpt .sm--w-px {
    width: 1px;
  }
}
@media (min-width: 640px) {
  .vpt .sm--w-1\/2 {
    width: 50%;
  }
}
@media (min-width: 640px) {
  .vpt .sm--w-1\/3 {
    width: 33.333333%;
  }
}
@media (min-width: 640px) {
  .vpt .sm--w-2\/3 {
    width: 66.666667%;
  }
}
@media (min-width: 640px) {
  .vpt .sm--w-1\/4 {
    width: 25%;
  }
}
@media (min-width: 640px) {
  .vpt .sm--w-2\/4 {
    width: 50%;
  }
}
@media (min-width: 640px) {
  .vpt .sm--w-3\/4 {
    width: 75%;
  }
}
@media (min-width: 640px) {
  .vpt .sm--w-1\/5 {
    width: 20%;
  }
}
@media (min-width: 640px) {
  .vpt .sm--w-2\/5 {
    width: 40%;
  }
}
@media (min-width: 640px) {
  .vpt .sm--w-3\/5 {
    width: 60%;
  }
}
@media (min-width: 640px) {
  .vpt .sm--w-4\/5 {
    width: 80%;
  }
}
@media (min-width: 640px) {
  .vpt .sm--w-1\/6 {
    width: 16.666667%;
  }
}
@media (min-width: 640px) {
  .vpt .sm--w-2\/6 {
    width: 33.333333%;
  }
}
@media (min-width: 640px) {
  .vpt .sm--w-3\/6 {
    width: 50%;
  }
}
@media (min-width: 640px) {
  .vpt .sm--w-4\/6 {
    width: 66.666667%;
  }
}
@media (min-width: 640px) {
  .vpt .sm--w-5\/6 {
    width: 83.333333%;
  }
}
@media (min-width: 640px) {
  .vpt .sm--w-1\/12 {
    width: 8.333333%;
  }
}
@media (min-width: 640px) {
  .vpt .sm--w-2\/12 {
    width: 16.666667%;
  }
}
@media (min-width: 640px) {
  .vpt .sm--w-3\/12 {
    width: 25%;
  }
}
@media (min-width: 640px) {
  .vpt .sm--w-4\/12 {
    width: 33.333333%;
  }
}
@media (min-width: 640px) {
  .vpt .sm--w-5\/12 {
    width: 41.666667%;
  }
}
@media (min-width: 640px) {
  .vpt .sm--w-6\/12 {
    width: 50%;
  }
}
@media (min-width: 640px) {
  .vpt .sm--w-7\/12 {
    width: 58.333333%;
  }
}
@media (min-width: 640px) {
  .vpt .sm--w-8\/12 {
    width: 66.666667%;
  }
}
@media (min-width: 640px) {
  .vpt .sm--w-9\/12 {
    width: 75%;
  }
}
@media (min-width: 640px) {
  .vpt .sm--w-10\/12 {
    width: 83.333333%;
  }
}
@media (min-width: 640px) {
  .vpt .sm--w-11\/12 {
    width: 91.666667%;
  }
}
@media (min-width: 640px) {
  .vpt .sm--w-full {
    width: 100%;
  }
}
@media (min-width: 640px) {
  .vpt .sm--w-screen {
    width: 100vw;
  }
}
@media (min-width: 640px) {
  .vpt .sm--z-0 {
    z-index: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--z-10 {
    z-index: 10;
  }
}
@media (min-width: 640px) {
  .vpt .sm--z-20 {
    z-index: 20;
  }
}
@media (min-width: 640px) {
  .vpt .sm--z-30 {
    z-index: 30;
  }
}
@media (min-width: 640px) {
  .vpt .sm--z-40 {
    z-index: 40;
  }
}
@media (min-width: 640px) {
  .vpt .sm--z-50 {
    z-index: 50;
  }
}
@media (min-width: 640px) {
  .vpt .sm--z-auto {
    z-index: auto;
  }
}
@media (min-width: 640px) {
  .vpt .sm--gap-0 {
    grid-gap: 0;
    gap: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--gap-5 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--gap-10 {
    grid-gap: 1rem;
    gap: 1rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--gap-15 {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--gap-20 {
    grid-gap: 2rem;
    gap: 2rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--gap-30 {
    grid-gap: 3rem;
    gap: 3rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--gap-40 {
    grid-gap: 4rem;
    gap: 4rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--gap-50 {
    grid-gap: 5rem;
    gap: 5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--gap-100 {
    grid-gap: 10rem;
    gap: 10rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--gap-px {
    grid-gap: 1px;
    gap: 1px;
  }
}
@media (min-width: 640px) {
  .vpt .sm--col-gap-0 {
    grid-column-gap: 0;
    column-gap: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--col-gap-5 {
    grid-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--col-gap-10 {
    grid-column-gap: 1rem;
    column-gap: 1rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--col-gap-15 {
    grid-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--col-gap-20 {
    grid-column-gap: 2rem;
    column-gap: 2rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--col-gap-30 {
    grid-column-gap: 3rem;
    column-gap: 3rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--col-gap-40 {
    grid-column-gap: 4rem;
    column-gap: 4rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--col-gap-50 {
    grid-column-gap: 5rem;
    column-gap: 5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--col-gap-100 {
    grid-column-gap: 10rem;
    column-gap: 10rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--col-gap-px {
    grid-column-gap: 1px;
    column-gap: 1px;
  }
}
@media (min-width: 640px) {
  .vpt .sm--gap-x-0 {
    grid-column-gap: 0;
    column-gap: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--gap-x-5 {
    grid-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--gap-x-10 {
    grid-column-gap: 1rem;
    column-gap: 1rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--gap-x-15 {
    grid-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--gap-x-20 {
    grid-column-gap: 2rem;
    column-gap: 2rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--gap-x-30 {
    grid-column-gap: 3rem;
    column-gap: 3rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--gap-x-40 {
    grid-column-gap: 4rem;
    column-gap: 4rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--gap-x-50 {
    grid-column-gap: 5rem;
    column-gap: 5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--gap-x-100 {
    grid-column-gap: 10rem;
    column-gap: 10rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--gap-x-px {
    grid-column-gap: 1px;
    column-gap: 1px;
  }
}
@media (min-width: 640px) {
  .vpt .sm--row-gap-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--row-gap-5 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--row-gap-10 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--row-gap-15 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--row-gap-20 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--row-gap-30 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--row-gap-40 {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--row-gap-50 {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--row-gap-100 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--row-gap-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }
}
@media (min-width: 640px) {
  .vpt .sm--gap-y-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--gap-y-5 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--gap-y-10 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--gap-y-15 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--gap-y-20 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--gap-y-30 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--gap-y-40 {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--gap-y-50 {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--gap-y-100 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--gap-y-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }
}
@media (min-width: 640px) {
  .vpt .sm--grid-flow-row {
    grid-auto-flow: row;
  }
}
@media (min-width: 640px) {
  .vpt .sm--grid-flow-col {
    grid-auto-flow: column;
  }
}
@media (min-width: 640px) {
  .vpt .sm--grid-flow-row-dense {
    grid-auto-flow: row dense;
  }
}
@media (min-width: 640px) {
  .vpt .sm--grid-flow-col-dense {
    grid-auto-flow: column dense;
  }
}
@media (min-width: 640px) {
  .vpt .sm--grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 640px) {
  .vpt .sm--grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 640px) {
  .vpt .sm--grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 640px) {
  .vpt .sm--grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 640px) {
  .vpt .sm--grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (min-width: 640px) {
  .vpt .sm--grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media (min-width: 640px) {
  .vpt .sm--grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media (min-width: 640px) {
  .vpt .sm--grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media (min-width: 640px) {
  .vpt .sm--grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
}
@media (min-width: 640px) {
  .vpt .sm--grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
}
@media (min-width: 640px) {
  .vpt .sm--grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
}
@media (min-width: 640px) {
  .vpt .sm--grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (min-width: 640px) {
  .vpt .sm--grid-cols-none {
    grid-template-columns: none;
  }
}
@media (min-width: 640px) {
  .vpt .sm--auto-cols-auto {
    grid-auto-columns: auto;
  }
}
@media (min-width: 640px) {
  .vpt .sm--auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }
}
@media (min-width: 640px) {
  .vpt .sm--auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }
}
@media (min-width: 640px) {
  .vpt .sm--auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }
}
@media (min-width: 640px) {
  .vpt .sm--col-auto {
    grid-column: auto;
  }
}
@media (min-width: 640px) {
  .vpt .sm--col-span-1 {
    grid-column: span 1/span 1;
  }
}
@media (min-width: 640px) {
  .vpt .sm--col-span-2 {
    grid-column: span 2/span 2;
  }
}
@media (min-width: 640px) {
  .vpt .sm--col-span-3 {
    grid-column: span 3/span 3;
  }
}
@media (min-width: 640px) {
  .vpt .sm--col-span-4 {
    grid-column: span 4/span 4;
  }
}
@media (min-width: 640px) {
  .vpt .sm--col-span-5 {
    grid-column: span 5/span 5;
  }
}
@media (min-width: 640px) {
  .vpt .sm--col-span-6 {
    grid-column: span 6/span 6;
  }
}
@media (min-width: 640px) {
  .vpt .sm--col-span-7 {
    grid-column: span 7/span 7;
  }
}
@media (min-width: 640px) {
  .vpt .sm--col-span-8 {
    grid-column: span 8/span 8;
  }
}
@media (min-width: 640px) {
  .vpt .sm--col-span-9 {
    grid-column: span 9/span 9;
  }
}
@media (min-width: 640px) {
  .vpt .sm--col-span-10 {
    grid-column: span 10/span 10;
  }
}
@media (min-width: 640px) {
  .vpt .sm--col-span-11 {
    grid-column: span 11/span 11;
  }
}
@media (min-width: 640px) {
  .vpt .sm--col-span-12 {
    grid-column: span 12/span 12;
  }
}
@media (min-width: 640px) {
  .vpt .sm--col-span-full {
    grid-column: 1/-1;
  }
}
@media (min-width: 640px) {
  .vpt .sm--col-start-1 {
    grid-column-start: 1;
  }
}
@media (min-width: 640px) {
  .vpt .sm--col-start-2 {
    grid-column-start: 2;
  }
}
@media (min-width: 640px) {
  .vpt .sm--col-start-3 {
    grid-column-start: 3;
  }
}
@media (min-width: 640px) {
  .vpt .sm--col-start-4 {
    grid-column-start: 4;
  }
}
@media (min-width: 640px) {
  .vpt .sm--col-start-5 {
    grid-column-start: 5;
  }
}
@media (min-width: 640px) {
  .vpt .sm--col-start-6 {
    grid-column-start: 6;
  }
}
@media (min-width: 640px) {
  .vpt .sm--col-start-7 {
    grid-column-start: 7;
  }
}
@media (min-width: 640px) {
  .vpt .sm--col-start-8 {
    grid-column-start: 8;
  }
}
@media (min-width: 640px) {
  .vpt .sm--col-start-9 {
    grid-column-start: 9;
  }
}
@media (min-width: 640px) {
  .vpt .sm--col-start-10 {
    grid-column-start: 10;
  }
}
@media (min-width: 640px) {
  .vpt .sm--col-start-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 640px) {
  .vpt .sm--col-start-12 {
    grid-column-start: 12;
  }
}
@media (min-width: 640px) {
  .vpt .sm--col-start-13 {
    grid-column-start: 13;
  }
}
@media (min-width: 640px) {
  .vpt .sm--col-start-auto {
    grid-column-start: auto;
  }
}
@media (min-width: 640px) {
  .vpt .sm--col-end-1 {
    grid-column-end: 1;
  }
}
@media (min-width: 640px) {
  .vpt .sm--col-end-2 {
    grid-column-end: 2;
  }
}
@media (min-width: 640px) {
  .vpt .sm--col-end-3 {
    grid-column-end: 3;
  }
}
@media (min-width: 640px) {
  .vpt .sm--col-end-4 {
    grid-column-end: 4;
  }
}
@media (min-width: 640px) {
  .vpt .sm--col-end-5 {
    grid-column-end: 5;
  }
}
@media (min-width: 640px) {
  .vpt .sm--col-end-6 {
    grid-column-end: 6;
  }
}
@media (min-width: 640px) {
  .vpt .sm--col-end-7 {
    grid-column-end: 7;
  }
}
@media (min-width: 640px) {
  .vpt .sm--col-end-8 {
    grid-column-end: 8;
  }
}
@media (min-width: 640px) {
  .vpt .sm--col-end-9 {
    grid-column-end: 9;
  }
}
@media (min-width: 640px) {
  .vpt .sm--col-end-10 {
    grid-column-end: 10;
  }
}
@media (min-width: 640px) {
  .vpt .sm--col-end-11 {
    grid-column-end: 11;
  }
}
@media (min-width: 640px) {
  .vpt .sm--col-end-12 {
    grid-column-end: 12;
  }
}
@media (min-width: 640px) {
  .vpt .sm--col-end-13 {
    grid-column-end: 13;
  }
}
@media (min-width: 640px) {
  .vpt .sm--col-end-auto {
    grid-column-end: auto;
  }
}
@media (min-width: 640px) {
  .vpt .sm--grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 640px) {
  .vpt .sm--grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 640px) {
  .vpt .sm--grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 640px) {
  .vpt .sm--grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 640px) {
  .vpt .sm--grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
}
@media (min-width: 640px) {
  .vpt .sm--grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
}
@media (min-width: 640px) {
  .vpt .sm--grid-rows-none {
    grid-template-rows: none;
  }
}
@media (min-width: 640px) {
  .vpt .sm--auto-rows-auto {
    grid-auto-rows: auto;
  }
}
@media (min-width: 640px) {
  .vpt .sm--auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }
}
@media (min-width: 640px) {
  .vpt .sm--auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }
}
@media (min-width: 640px) {
  .vpt .sm--auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }
}
@media (min-width: 640px) {
  .vpt .sm--row-auto {
    grid-row: auto;
  }
}
@media (min-width: 640px) {
  .vpt .sm--row-span-1 {
    grid-row: span 1/span 1;
  }
}
@media (min-width: 640px) {
  .vpt .sm--row-span-2 {
    grid-row: span 2/span 2;
  }
}
@media (min-width: 640px) {
  .vpt .sm--row-span-3 {
    grid-row: span 3/span 3;
  }
}
@media (min-width: 640px) {
  .vpt .sm--row-span-4 {
    grid-row: span 4/span 4;
  }
}
@media (min-width: 640px) {
  .vpt .sm--row-span-5 {
    grid-row: span 5/span 5;
  }
}
@media (min-width: 640px) {
  .vpt .sm--row-span-6 {
    grid-row: span 6/span 6;
  }
}
@media (min-width: 640px) {
  .vpt .sm--row-span-full {
    grid-row: 1/-1;
  }
}
@media (min-width: 640px) {
  .vpt .sm--row-start-1 {
    grid-row-start: 1;
  }
}
@media (min-width: 640px) {
  .vpt .sm--row-start-2 {
    grid-row-start: 2;
  }
}
@media (min-width: 640px) {
  .vpt .sm--row-start-3 {
    grid-row-start: 3;
  }
}
@media (min-width: 640px) {
  .vpt .sm--row-start-4 {
    grid-row-start: 4;
  }
}
@media (min-width: 640px) {
  .vpt .sm--row-start-5 {
    grid-row-start: 5;
  }
}
@media (min-width: 640px) {
  .vpt .sm--row-start-6 {
    grid-row-start: 6;
  }
}
@media (min-width: 640px) {
  .vpt .sm--row-start-7 {
    grid-row-start: 7;
  }
}
@media (min-width: 640px) {
  .vpt .sm--row-start-auto {
    grid-row-start: auto;
  }
}
@media (min-width: 640px) {
  .vpt .sm--row-end-1 {
    grid-row-end: 1;
  }
}
@media (min-width: 640px) {
  .vpt .sm--row-end-2 {
    grid-row-end: 2;
  }
}
@media (min-width: 640px) {
  .vpt .sm--row-end-3 {
    grid-row-end: 3;
  }
}
@media (min-width: 640px) {
  .vpt .sm--row-end-4 {
    grid-row-end: 4;
  }
}
@media (min-width: 640px) {
  .vpt .sm--row-end-5 {
    grid-row-end: 5;
  }
}
@media (min-width: 640px) {
  .vpt .sm--row-end-6 {
    grid-row-end: 6;
  }
}
@media (min-width: 640px) {
  .vpt .sm--row-end-7 {
    grid-row-end: 7;
  }
}
@media (min-width: 640px) {
  .vpt .sm--row-end-auto {
    grid-row-end: auto;
  }
}
@media (min-width: 640px) {
  .vpt .sm--transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }
}
@media (min-width: 640px) {
  .vpt .sm--transform-none {
    transform: none;
  }
}
@media (min-width: 640px) {
  .vpt .sm--origin-center {
    transform-origin: center;
  }
}
@media (min-width: 640px) {
  .vpt .sm--origin-top {
    transform-origin: top;
  }
}
@media (min-width: 640px) {
  .vpt .sm--origin-top-right {
    transform-origin: top right;
  }
}
@media (min-width: 640px) {
  .vpt .sm--origin-right {
    transform-origin: right;
  }
}
@media (min-width: 640px) {
  .vpt .sm--origin-bottom-right {
    transform-origin: bottom right;
  }
}
@media (min-width: 640px) {
  .vpt .sm--origin-bottom {
    transform-origin: bottom;
  }
}
@media (min-width: 640px) {
  .vpt .sm--origin-bottom-left {
    transform-origin: bottom left;
  }
}
@media (min-width: 640px) {
  .vpt .sm--origin-left {
    transform-origin: left;
  }
}
@media (min-width: 640px) {
  .vpt .sm--origin-top-left {
    transform-origin: top left;
  }
}
@media (min-width: 640px) {
  .vpt .sm--scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }
}
@media (min-width: 640px) {
  .vpt .sm--scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }
}
@media (min-width: 640px) {
  .vpt .sm--scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }
}
@media (min-width: 640px) {
  .vpt .sm--scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }
}
@media (min-width: 640px) {
  .vpt .sm--scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }
}
@media (min-width: 640px) {
  .vpt .sm--scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }
}
@media (min-width: 640px) {
  .vpt .sm--scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }
}
@media (min-width: 640px) {
  .vpt .sm--scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }
}
@media (min-width: 640px) {
  .vpt .sm--scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }
}
@media (min-width: 640px) {
  .vpt .sm--scale-x-0 {
    --transform-scale-x: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--scale-x-50 {
    --transform-scale-x: .5;
  }
}
@media (min-width: 640px) {
  .vpt .sm--scale-x-75 {
    --transform-scale-x: .75;
  }
}
@media (min-width: 640px) {
  .vpt .sm--scale-x-90 {
    --transform-scale-x: .9;
  }
}
@media (min-width: 640px) {
  .vpt .sm--scale-x-95 {
    --transform-scale-x: .95;
  }
}
@media (min-width: 640px) {
  .vpt .sm--scale-x-100 {
    --transform-scale-x: 1;
  }
}
@media (min-width: 640px) {
  .vpt .sm--scale-x-105 {
    --transform-scale-x: 1.05;
  }
}
@media (min-width: 640px) {
  .vpt .sm--scale-x-110 {
    --transform-scale-x: 1.1;
  }
}
@media (min-width: 640px) {
  .vpt .sm--scale-x-125 {
    --transform-scale-x: 1.25;
  }
}
@media (min-width: 640px) {
  .vpt .sm--scale-x-150 {
    --transform-scale-x: 1.5;
  }
}
@media (min-width: 640px) {
  .vpt .sm--scale-y-0 {
    --transform-scale-y: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--scale-y-50 {
    --transform-scale-y: .5;
  }
}
@media (min-width: 640px) {
  .vpt .sm--scale-y-75 {
    --transform-scale-y: .75;
  }
}
@media (min-width: 640px) {
  .vpt .sm--scale-y-90 {
    --transform-scale-y: .9;
  }
}
@media (min-width: 640px) {
  .vpt .sm--scale-y-95 {
    --transform-scale-y: .95;
  }
}
@media (min-width: 640px) {
  .vpt .sm--scale-y-100 {
    --transform-scale-y: 1;
  }
}
@media (min-width: 640px) {
  .vpt .sm--scale-y-105 {
    --transform-scale-y: 1.05;
  }
}
@media (min-width: 640px) {
  .vpt .sm--scale-y-110 {
    --transform-scale-y: 1.1;
  }
}
@media (min-width: 640px) {
  .vpt .sm--scale-y-125 {
    --transform-scale-y: 1.25;
  }
}
@media (min-width: 640px) {
  .vpt .sm--scale-y-150 {
    --transform-scale-y: 1.5;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--scale-0:hover {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--scale-50:hover {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--scale-75:hover {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--scale-90:hover {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--scale-95:hover {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--scale-100:hover {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--scale-110:hover {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--scale-125:hover {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--scale-150:hover {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--scale-x-0:hover {
    --transform-scale-x: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--scale-x-50:hover {
    --transform-scale-x: .5;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--scale-x-75:hover {
    --transform-scale-x: .75;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--scale-x-90:hover {
    --transform-scale-x: .9;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--scale-x-95:hover {
    --transform-scale-x: .95;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--scale-x-100:hover {
    --transform-scale-x: 1;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--scale-x-105:hover {
    --transform-scale-x: 1.05;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--scale-x-110:hover {
    --transform-scale-x: 1.1;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--scale-x-125:hover {
    --transform-scale-x: 1.25;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--scale-x-150:hover {
    --transform-scale-x: 1.5;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--scale-y-0:hover {
    --transform-scale-y: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--scale-y-50:hover {
    --transform-scale-y: .5;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--scale-y-75:hover {
    --transform-scale-y: .75;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--scale-y-90:hover {
    --transform-scale-y: .9;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--scale-y-95:hover {
    --transform-scale-y: .95;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--scale-y-100:hover {
    --transform-scale-y: 1;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--scale-y-105:hover {
    --transform-scale-y: 1.05;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--scale-y-110:hover {
    --transform-scale-y: 1.1;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--scale-y-125:hover {
    --transform-scale-y: 1.25;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--scale-y-150:hover {
    --transform-scale-y: 1.5;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--scale-0:focus {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--scale-50:focus {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--scale-75:focus {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--scale-90:focus {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--scale-95:focus {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--scale-100:focus {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--scale-105:focus {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--scale-110:focus {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--scale-125:focus {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--scale-150:focus {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--scale-x-0:focus {
    --transform-scale-x: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--scale-x-50:focus {
    --transform-scale-x: .5;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--scale-x-75:focus {
    --transform-scale-x: .75;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--scale-x-90:focus {
    --transform-scale-x: .9;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--scale-x-95:focus {
    --transform-scale-x: .95;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--scale-x-100:focus {
    --transform-scale-x: 1;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--scale-x-105:focus {
    --transform-scale-x: 1.05;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--scale-x-110:focus {
    --transform-scale-x: 1.1;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--scale-x-125:focus {
    --transform-scale-x: 1.25;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--scale-x-150:focus {
    --transform-scale-x: 1.5;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--scale-y-0:focus {
    --transform-scale-y: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--scale-y-50:focus {
    --transform-scale-y: .5;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--scale-y-75:focus {
    --transform-scale-y: .75;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--scale-y-90:focus {
    --transform-scale-y: .9;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--scale-y-95:focus {
    --transform-scale-y: .95;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--scale-y-100:focus {
    --transform-scale-y: 1;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--scale-y-105:focus {
    --transform-scale-y: 1.05;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--scale-y-110:focus {
    --transform-scale-y: 1.1;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--scale-y-125:focus {
    --transform-scale-y: 1.25;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--scale-y-150:focus {
    --transform-scale-y: 1.5;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rotate-0 {
    --transform-rotate: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rotate-1 {
    --transform-rotate: 1deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rotate-2 {
    --transform-rotate: 2deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rotate-3 {
    --transform-rotate: 3deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rotate-6 {
    --transform-rotate: 6deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rotate-12 {
    --transform-rotate: 12deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rotate-45 {
    --transform-rotate: 45deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rotate-90 {
    --transform-rotate: 90deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--rotate-180 {
    --transform-rotate: 180deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm---rotate-180 {
    --transform-rotate: -180deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm---rotate-90 {
    --transform-rotate: -90deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm---rotate-45 {
    --transform-rotate: -45deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm---rotate-12 {
    --transform-rotate: -12deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm---rotate-6 {
    --transform-rotate: -6deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm---rotate-3 {
    --transform-rotate: -3deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm---rotate-2 {
    --transform-rotate: -2deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm---rotate-1 {
    --transform-rotate: -1deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--rotate-0:hover {
    --transform-rotate: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--rotate-1:hover {
    --transform-rotate: 1deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--rotate-2:hover {
    --transform-rotate: 2deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--rotate-3:hover {
    --transform-rotate: 3deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--rotate-6:hover {
    --transform-rotate: 6deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--rotate-12:hover {
    --transform-rotate: 12deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--rotate-45:hover {
    --transform-rotate: 45deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--rotate-90:hover {
    --transform-rotate: 90deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--rotate-180:hover {
    --transform-rotate: 180deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover---rotate-180:hover {
    --transform-rotate: -180deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover---rotate-90:hover {
    --transform-rotate: -90deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover---rotate-45:hover {
    --transform-rotate: -45deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover---rotate-12:hover {
    --transform-rotate: -12deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover---rotate-6:hover {
    --transform-rotate: -6deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover---rotate-3:hover {
    --transform-rotate: -3deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover---rotate-2:hover {
    --transform-rotate: -2deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover---rotate-1:hover {
    --transform-rotate: -1deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--rotate-0:focus {
    --transform-rotate: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--rotate-1:focus {
    --transform-rotate: 1deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--rotate-2:focus {
    --transform-rotate: 2deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--rotate-3:focus {
    --transform-rotate: 3deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--rotate-6:focus {
    --transform-rotate: 6deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--rotate-12:focus {
    --transform-rotate: 12deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--rotate-45:focus {
    --transform-rotate: 45deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--rotate-90:focus {
    --transform-rotate: 90deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--rotate-180:focus {
    --transform-rotate: 180deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus---rotate-180:focus {
    --transform-rotate: -180deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus---rotate-90:focus {
    --transform-rotate: -90deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus---rotate-45:focus {
    --transform-rotate: -45deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus---rotate-12:focus {
    --transform-rotate: -12deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus---rotate-6:focus {
    --transform-rotate: -6deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus---rotate-3:focus {
    --transform-rotate: -3deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus---rotate-2:focus {
    --transform-rotate: -2deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus---rotate-1:focus {
    --transform-rotate: -1deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--translate-x-0 {
    --transform-translate-x: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--translate-x-5 {
    --transform-translate-x: 0.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--translate-x-10 {
    --transform-translate-x: 1rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--translate-x-15 {
    --transform-translate-x: 1.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--translate-x-20 {
    --transform-translate-x: 2rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--translate-x-30 {
    --transform-translate-x: 3rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--translate-x-40 {
    --transform-translate-x: 4rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--translate-x-50 {
    --transform-translate-x: 5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--translate-x-100 {
    --transform-translate-x: 10rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--translate-x-px {
    --transform-translate-x: 1px;
  }
}
@media (min-width: 640px) {
  .vpt .sm---translate-x-5 {
    --transform-translate-x: -0.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---translate-x-10 {
    --transform-translate-x: -1rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---translate-x-15 {
    --transform-translate-x: -1.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---translate-x-20 {
    --transform-translate-x: -2rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---translate-x-30 {
    --transform-translate-x: -3rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---translate-x-40 {
    --transform-translate-x: -4rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---translate-x-50 {
    --transform-translate-x: -5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---translate-x-100 {
    --transform-translate-x: -10rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---translate-x-px {
    --transform-translate-x: -1px;
  }
}
@media (min-width: 640px) {
  .vpt .sm---translate-x-full {
    --transform-translate-x: -100%;
  }
}
@media (min-width: 640px) {
  .vpt .sm---translate-x-1\/2 {
    --transform-translate-x: -50%;
  }
}
@media (min-width: 640px) {
  .vpt .sm--translate-x-1\/2 {
    --transform-translate-x: 50%;
  }
}
@media (min-width: 640px) {
  .vpt .sm--translate-x-full {
    --transform-translate-x: 100%;
  }
}
@media (min-width: 640px) {
  .vpt .sm--translate-y-0 {
    --transform-translate-y: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--translate-y-5 {
    --transform-translate-y: 0.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--translate-y-10 {
    --transform-translate-y: 1rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--translate-y-15 {
    --transform-translate-y: 1.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--translate-y-20 {
    --transform-translate-y: 2rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--translate-y-30 {
    --transform-translate-y: 3rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--translate-y-40 {
    --transform-translate-y: 4rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--translate-y-50 {
    --transform-translate-y: 5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--translate-y-100 {
    --transform-translate-y: 10rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--translate-y-px {
    --transform-translate-y: 1px;
  }
}
@media (min-width: 640px) {
  .vpt .sm---translate-y-5 {
    --transform-translate-y: -0.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---translate-y-10 {
    --transform-translate-y: -1rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---translate-y-15 {
    --transform-translate-y: -1.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---translate-y-20 {
    --transform-translate-y: -2rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---translate-y-30 {
    --transform-translate-y: -3rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---translate-y-40 {
    --transform-translate-y: -4rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---translate-y-50 {
    --transform-translate-y: -5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---translate-y-100 {
    --transform-translate-y: -10rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm---translate-y-px {
    --transform-translate-y: -1px;
  }
}
@media (min-width: 640px) {
  .vpt .sm---translate-y-full {
    --transform-translate-y: -100%;
  }
}
@media (min-width: 640px) {
  .vpt .sm---translate-y-1\/2 {
    --transform-translate-y: -50%;
  }
}
@media (min-width: 640px) {
  .vpt .sm--translate-y-1\/2 {
    --transform-translate-y: 50%;
  }
}
@media (min-width: 640px) {
  .vpt .sm--translate-y-full {
    --transform-translate-y: 100%;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--translate-x-0:hover {
    --transform-translate-x: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--translate-x-5:hover {
    --transform-translate-x: 0.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--translate-x-10:hover {
    --transform-translate-x: 1rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--translate-x-15:hover {
    --transform-translate-x: 1.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--translate-x-20:hover {
    --transform-translate-x: 2rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--translate-x-30:hover {
    --transform-translate-x: 3rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--translate-x-40:hover {
    --transform-translate-x: 4rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--translate-x-50:hover {
    --transform-translate-x: 5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--translate-x-100:hover {
    --transform-translate-x: 10rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--translate-x-px:hover {
    --transform-translate-x: 1px;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover---translate-x-5:hover {
    --transform-translate-x: -0.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover---translate-x-10:hover {
    --transform-translate-x: -1rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover---translate-x-15:hover {
    --transform-translate-x: -1.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover---translate-x-20:hover {
    --transform-translate-x: -2rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover---translate-x-30:hover {
    --transform-translate-x: -3rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover---translate-x-40:hover {
    --transform-translate-x: -4rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover---translate-x-50:hover {
    --transform-translate-x: -5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover---translate-x-100:hover {
    --transform-translate-x: -10rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover---translate-x-px:hover {
    --transform-translate-x: -1px;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover---translate-x-full:hover {
    --transform-translate-x: -100%;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover---translate-x-1\/2:hover {
    --transform-translate-x: -50%;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--translate-x-1\/2:hover {
    --transform-translate-x: 50%;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--translate-x-full:hover {
    --transform-translate-x: 100%;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--translate-y-0:hover {
    --transform-translate-y: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--translate-y-5:hover {
    --transform-translate-y: 0.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--translate-y-10:hover {
    --transform-translate-y: 1rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--translate-y-15:hover {
    --transform-translate-y: 1.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--translate-y-20:hover {
    --transform-translate-y: 2rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--translate-y-30:hover {
    --transform-translate-y: 3rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--translate-y-40:hover {
    --transform-translate-y: 4rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--translate-y-50:hover {
    --transform-translate-y: 5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--translate-y-100:hover {
    --transform-translate-y: 10rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--translate-y-px:hover {
    --transform-translate-y: 1px;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover---translate-y-5:hover {
    --transform-translate-y: -0.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover---translate-y-10:hover {
    --transform-translate-y: -1rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover---translate-y-15:hover {
    --transform-translate-y: -1.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover---translate-y-20:hover {
    --transform-translate-y: -2rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover---translate-y-30:hover {
    --transform-translate-y: -3rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover---translate-y-40:hover {
    --transform-translate-y: -4rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover---translate-y-50:hover {
    --transform-translate-y: -5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover---translate-y-100:hover {
    --transform-translate-y: -10rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover---translate-y-px:hover {
    --transform-translate-y: -1px;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover---translate-y-full:hover {
    --transform-translate-y: -100%;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover---translate-y-1\/2:hover {
    --transform-translate-y: -50%;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--translate-y-1\/2:hover {
    --transform-translate-y: 50%;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--translate-y-full:hover {
    --transform-translate-y: 100%;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--translate-x-0:focus {
    --transform-translate-x: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--translate-x-5:focus {
    --transform-translate-x: 0.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--translate-x-10:focus {
    --transform-translate-x: 1rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--translate-x-15:focus {
    --transform-translate-x: 1.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--translate-x-20:focus {
    --transform-translate-x: 2rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--translate-x-30:focus {
    --transform-translate-x: 3rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--translate-x-40:focus {
    --transform-translate-x: 4rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--translate-x-50:focus {
    --transform-translate-x: 5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--translate-x-100:focus {
    --transform-translate-x: 10rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--translate-x-px:focus {
    --transform-translate-x: 1px;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus---translate-x-5:focus {
    --transform-translate-x: -0.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus---translate-x-10:focus {
    --transform-translate-x: -1rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus---translate-x-15:focus {
    --transform-translate-x: -1.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus---translate-x-20:focus {
    --transform-translate-x: -2rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus---translate-x-30:focus {
    --transform-translate-x: -3rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus---translate-x-40:focus {
    --transform-translate-x: -4rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus---translate-x-50:focus {
    --transform-translate-x: -5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus---translate-x-100:focus {
    --transform-translate-x: -10rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus---translate-x-px:focus {
    --transform-translate-x: -1px;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus---translate-x-full:focus {
    --transform-translate-x: -100%;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus---translate-x-1\/2:focus {
    --transform-translate-x: -50%;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--translate-x-1\/2:focus {
    --transform-translate-x: 50%;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--translate-x-full:focus {
    --transform-translate-x: 100%;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--translate-y-0:focus {
    --transform-translate-y: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--translate-y-5:focus {
    --transform-translate-y: 0.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--translate-y-10:focus {
    --transform-translate-y: 1rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--translate-y-15:focus {
    --transform-translate-y: 1.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--translate-y-20:focus {
    --transform-translate-y: 2rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--translate-y-30:focus {
    --transform-translate-y: 3rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--translate-y-40:focus {
    --transform-translate-y: 4rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--translate-y-50:focus {
    --transform-translate-y: 5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--translate-y-100:focus {
    --transform-translate-y: 10rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--translate-y-px:focus {
    --transform-translate-y: 1px;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus---translate-y-5:focus {
    --transform-translate-y: -0.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus---translate-y-10:focus {
    --transform-translate-y: -1rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus---translate-y-15:focus {
    --transform-translate-y: -1.5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus---translate-y-20:focus {
    --transform-translate-y: -2rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus---translate-y-30:focus {
    --transform-translate-y: -3rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus---translate-y-40:focus {
    --transform-translate-y: -4rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus---translate-y-50:focus {
    --transform-translate-y: -5rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus---translate-y-100:focus {
    --transform-translate-y: -10rem;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus---translate-y-px:focus {
    --transform-translate-y: -1px;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus---translate-y-full:focus {
    --transform-translate-y: -100%;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus---translate-y-1\/2:focus {
    --transform-translate-y: -50%;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--translate-y-1\/2:focus {
    --transform-translate-y: 50%;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--translate-y-full:focus {
    --transform-translate-y: 100%;
  }
}
@media (min-width: 640px) {
  .vpt .sm--skew-x-0 {
    --transform-skew-x: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--skew-x-1 {
    --transform-skew-x: 1deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--skew-x-2 {
    --transform-skew-x: 2deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--skew-x-3 {
    --transform-skew-x: 3deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--skew-x-6 {
    --transform-skew-x: 6deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--skew-x-12 {
    --transform-skew-x: 12deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm---skew-x-12 {
    --transform-skew-x: -12deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm---skew-x-6 {
    --transform-skew-x: -6deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm---skew-x-3 {
    --transform-skew-x: -3deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm---skew-x-2 {
    --transform-skew-x: -2deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm---skew-x-1 {
    --transform-skew-x: -1deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--skew-y-0 {
    --transform-skew-y: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--skew-y-1 {
    --transform-skew-y: 1deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--skew-y-2 {
    --transform-skew-y: 2deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--skew-y-3 {
    --transform-skew-y: 3deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--skew-y-6 {
    --transform-skew-y: 6deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--skew-y-12 {
    --transform-skew-y: 12deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm---skew-y-12 {
    --transform-skew-y: -12deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm---skew-y-6 {
    --transform-skew-y: -6deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm---skew-y-3 {
    --transform-skew-y: -3deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm---skew-y-2 {
    --transform-skew-y: -2deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm---skew-y-1 {
    --transform-skew-y: -1deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--skew-x-0:hover {
    --transform-skew-x: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--skew-x-1:hover {
    --transform-skew-x: 1deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--skew-x-2:hover {
    --transform-skew-x: 2deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--skew-x-3:hover {
    --transform-skew-x: 3deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--skew-x-6:hover {
    --transform-skew-x: 6deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--skew-x-12:hover {
    --transform-skew-x: 12deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover---skew-x-12:hover {
    --transform-skew-x: -12deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover---skew-x-6:hover {
    --transform-skew-x: -6deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover---skew-x-3:hover {
    --transform-skew-x: -3deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover---skew-x-2:hover {
    --transform-skew-x: -2deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover---skew-x-1:hover {
    --transform-skew-x: -1deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--skew-y-0:hover {
    --transform-skew-y: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--skew-y-1:hover {
    --transform-skew-y: 1deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--skew-y-2:hover {
    --transform-skew-y: 2deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--skew-y-3:hover {
    --transform-skew-y: 3deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--skew-y-6:hover {
    --transform-skew-y: 6deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover--skew-y-12:hover {
    --transform-skew-y: 12deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover---skew-y-12:hover {
    --transform-skew-y: -12deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover---skew-y-6:hover {
    --transform-skew-y: -6deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover---skew-y-3:hover {
    --transform-skew-y: -3deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover---skew-y-2:hover {
    --transform-skew-y: -2deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--hover---skew-y-1:hover {
    --transform-skew-y: -1deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--skew-x-0:focus {
    --transform-skew-x: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--skew-x-1:focus {
    --transform-skew-x: 1deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--skew-x-2:focus {
    --transform-skew-x: 2deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--skew-x-3:focus {
    --transform-skew-x: 3deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--skew-x-6:focus {
    --transform-skew-x: 6deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--skew-x-12:focus {
    --transform-skew-x: 12deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus---skew-x-12:focus {
    --transform-skew-x: -12deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus---skew-x-6:focus {
    --transform-skew-x: -6deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus---skew-x-3:focus {
    --transform-skew-x: -3deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus---skew-x-2:focus {
    --transform-skew-x: -2deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus---skew-x-1:focus {
    --transform-skew-x: -1deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--skew-y-0:focus {
    --transform-skew-y: 0;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--skew-y-1:focus {
    --transform-skew-y: 1deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--skew-y-2:focus {
    --transform-skew-y: 2deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--skew-y-3:focus {
    --transform-skew-y: 3deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--skew-y-6:focus {
    --transform-skew-y: 6deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus--skew-y-12:focus {
    --transform-skew-y: 12deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus---skew-y-12:focus {
    --transform-skew-y: -12deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus---skew-y-6:focus {
    --transform-skew-y: -6deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus---skew-y-3:focus {
    --transform-skew-y: -3deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus---skew-y-2:focus {
    --transform-skew-y: -2deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--focus---skew-y-1:focus {
    --transform-skew-y: -1deg;
  }
}
@media (min-width: 640px) {
  .vpt .sm--transition-none {
    transition-property: none;
  }
}
@media (min-width: 640px) {
  .vpt .sm--transition-all {
    transition-property: all;
  }
}
@media (min-width: 640px) {
  .vpt .sm--transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }
}
@media (min-width: 640px) {
  .vpt .sm--transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
  }
}
@media (min-width: 640px) {
  .vpt .sm--transition-opacity {
    transition-property: opacity;
  }
}
@media (min-width: 640px) {
  .vpt .sm--transition-shadow {
    transition-property: box-shadow;
  }
}
@media (min-width: 640px) {
  .vpt .sm--transition-transform {
    transition-property: transform;
  }
}
@media (min-width: 640px) {
  .vpt .sm--ease-linear {
    transition-timing-function: linear;
  }
}
@media (min-width: 640px) {
  .vpt .sm--ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }
}
@media (min-width: 640px) {
  .vpt .sm--ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
@media (min-width: 640px) {
  .vpt .sm--ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@media (min-width: 640px) {
  .vpt .sm--duration-75 {
    transition-duration: 75ms;
  }
}
@media (min-width: 640px) {
  .vpt .sm--duration-100 {
    transition-duration: 100ms;
  }
}
@media (min-width: 640px) {
  .vpt .sm--duration-150 {
    transition-duration: 150ms;
  }
}
@media (min-width: 640px) {
  .vpt .sm--duration-200 {
    transition-duration: 200ms;
  }
}
@media (min-width: 640px) {
  .vpt .sm--duration-300 {
    transition-duration: 300ms;
  }
}
@media (min-width: 640px) {
  .vpt .sm--duration-500 {
    transition-duration: 500ms;
  }
}
@media (min-width: 640px) {
  .vpt .sm--duration-700 {
    transition-duration: 700ms;
  }
}
@media (min-width: 640px) {
  .vpt .sm--duration-1000 {
    transition-duration: 1000ms;
  }
}
@media (min-width: 640px) {
  .vpt .sm--delay-75 {
    transition-delay: 75ms;
  }
}
@media (min-width: 640px) {
  .vpt .sm--delay-100 {
    transition-delay: 100ms;
  }
}
@media (min-width: 640px) {
  .vpt .sm--delay-150 {
    transition-delay: 150ms;
  }
}
@media (min-width: 640px) {
  .vpt .sm--delay-200 {
    transition-delay: 200ms;
  }
}
@media (min-width: 640px) {
  .vpt .sm--delay-300 {
    transition-delay: 300ms;
  }
}
@media (min-width: 640px) {
  .vpt .sm--delay-500 {
    transition-delay: 500ms;
  }
}
@media (min-width: 640px) {
  .vpt .sm--delay-700 {
    transition-delay: 700ms;
  }
}
@media (min-width: 640px) {
  .vpt .sm--delay-1000 {
    transition-delay: 1000ms;
  }
}
@media (min-width: 640px) {
  .vpt .sm--animate-none {
    animation: none;
  }
}
@media (min-width: 640px) {
  .vpt .sm--animate-spin {
    animation: spin 1s linear infinite;
  }
}
@media (min-width: 640px) {
  .vpt .sm--animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }
}
@media (min-width: 640px) {
  .vpt .sm--animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }
}
@media (min-width: 640px) {
  .vpt .sm--animate-bounce {
    animation: bounce 1s infinite;
  }
}
@media (min-width: 768px) {
  .vpt .md--container {
    width: 100%;
  }
}
@media (min-width: 768px) and (min-width: 640px) {
  .vpt .md--container {
    max-width: 640px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .vpt .md--container {
    max-width: 768px;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .vpt .md--container {
    max-width: 1024px;
  }
}
@media (min-width: 768px) and (min-width: 1280px) {
  .vpt .md--container {
    max-width: 1280px;
  }
}
@media (min-width: 768px) {
  .vpt .md--space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }
}
@media (min-width: 768px) {
  .vpt .md--space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 768px) {
  .vpt .md--space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }
}
@media (min-width: 768px) {
  .vpt .md--space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 768px) {
  .vpt .md--space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }
}
@media (min-width: 768px) {
  .vpt .md--space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 768px) {
  .vpt .md--space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }
}
@media (min-width: 768px) {
  .vpt .md--space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 768px) {
  .vpt .md--space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }
}
@media (min-width: 768px) {
  .vpt .md--space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 768px) {
  .vpt .md--space-y-30 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }
}
@media (min-width: 768px) {
  .vpt .md--space-x-30 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 768px) {
  .vpt .md--space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }
}
@media (min-width: 768px) {
  .vpt .md--space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 768px) {
  .vpt .md--space-y-50 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }
}
@media (min-width: 768px) {
  .vpt .md--space-x-50 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 768px) {
  .vpt .md--space-y-100 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }
}
@media (min-width: 768px) {
  .vpt .md--space-x-100 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 768px) {
  .vpt .md--space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }
}
@media (min-width: 768px) {
  .vpt .md--space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 768px) {
  .vpt .md---space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }
}
@media (min-width: 768px) {
  .vpt .md---space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 768px) {
  .vpt .md---space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }
}
@media (min-width: 768px) {
  .vpt .md---space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 768px) {
  .vpt .md---space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }
}
@media (min-width: 768px) {
  .vpt .md---space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 768px) {
  .vpt .md---space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }
}
@media (min-width: 768px) {
  .vpt .md---space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 768px) {
  .vpt .md---space-y-30 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }
}
@media (min-width: 768px) {
  .vpt .md---space-x-30 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 768px) {
  .vpt .md---space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }
}
@media (min-width: 768px) {
  .vpt .md---space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 768px) {
  .vpt .md---space-y-50 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }
}
@media (min-width: 768px) {
  .vpt .md---space-x-50 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 768px) {
  .vpt .md---space-y-100 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }
}
@media (min-width: 768px) {
  .vpt .md---space-x-100 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 768px) {
  .vpt .md---space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }
}
@media (min-width: 768px) {
  .vpt .md---space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 768px) {
  .vpt .md--space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }
}
@media (min-width: 768px) {
  .vpt .md--space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }
}
@media (min-width: 768px) {
  .vpt .md--divide-y-0 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }
}
@media (min-width: 768px) {
  .vpt .md--divide-x-0 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }
}
@media (min-width: 768px) {
  .vpt .md--divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }
}
@media (min-width: 768px) {
  .vpt .md--divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }
}
@media (min-width: 768px) {
  .vpt .md--divide-y-4 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }
}
@media (min-width: 768px) {
  .vpt .md--divide-x-4 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }
}
@media (min-width: 768px) {
  .vpt .md--divide-y-8 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }
}
@media (min-width: 768px) {
  .vpt .md--divide-x-8 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }
}
@media (min-width: 768px) {
  .vpt .md--divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }
}
@media (min-width: 768px) {
  .vpt .md--divide-x > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }
}
@media (min-width: 768px) {
  .vpt .md--divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }
}
@media (min-width: 768px) {
  .vpt .md--divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }
}
@media (min-width: 768px) {
  .vpt .md--divide-blue-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #F4F5FB;
    border-color: rgba(244, 245, 251, var(--divide-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--divide-blue-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #CED2EE;
    border-color: rgba(206, 210, 238, var(--divide-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--divide-blue-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #A8AFE1;
    border-color: rgba(168, 175, 225, var(--divide-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--divide-blue-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #828DD4;
    border-color: rgba(130, 141, 212, var(--divide-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--divide-blue-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5C6AC7;
    border-color: rgba(92, 106, 199, var(--divide-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--divide-blue-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3D4DB3;
    border-color: rgba(61, 77, 179, var(--divide-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--divide-blue-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #303C8D;
    border-color: rgba(48, 60, 141, var(--divide-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--divide-blue-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #232C67;
    border-color: rgba(35, 44, 103, var(--divide-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--divide-blue-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #161C41;
    border-color: rgba(22, 28, 65, var(--divide-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--divide-black-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #FFFFFF;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--divide-black-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #EAEDF1;
    border-color: rgba(234, 237, 241, var(--divide-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--divide-black-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #D1D8E0;
    border-color: rgba(209, 216, 224, var(--divide-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--divide-black-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #B9C3D0;
    border-color: rgba(185, 195, 208, var(--divide-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--divide-black-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #A0AEC0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--divide-black-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7E91A9;
    border-color: rgba(126, 145, 169, var(--divide-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--divide-black-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #607590;
    border-color: rgba(96, 117, 144, var(--divide-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--divide-black-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #49596E;
    border-color: rgba(73, 89, 110, var(--divide-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--divide-black-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #333E4D;
    border-color: rgba(51, 62, 77, var(--divide-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--divide-green-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #DBFAE8;
    border-color: rgba(219, 250, 232, var(--divide-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--divide-green-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #98F0BD;
    border-color: rgba(152, 240, 189, var(--divide-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--divide-green-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #55E792;
    border-color: rgba(85, 231, 146, var(--divide-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--divide-green-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1ED269;
    border-color: rgba(30, 210, 105, var(--divide-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--divide-green-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #148F47;
    border-color: rgba(20, 143, 71, var(--divide-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--divide-green-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #11743A;
    border-color: rgba(17, 116, 58, var(--divide-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--divide-green-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #0D592D;
    border-color: rgba(13, 89, 45, var(--divide-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--divide-green-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #093E1F;
    border-color: rgba(9, 62, 31, var(--divide-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--divide-green-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #052412;
    border-color: rgba(5, 36, 18, var(--divide-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--divide-red-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #FDDDE0;
    border-color: rgba(253, 221, 224, var(--divide-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--divide-red-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #FBB2B9;
    border-color: rgba(251, 178, 185, var(--divide-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--divide-red-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #F88792;
    border-color: rgba(248, 135, 146, var(--divide-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--divide-red-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #F55B6B;
    border-color: rgba(245, 91, 107, var(--divide-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--divide-red-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #F33043;
    border-color: rgba(243, 48, 67, var(--divide-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--divide-red-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E30D23;
    border-color: rgba(227, 13, 35, var(--divide-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--divide-red-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #B20A1B;
    border-color: rgba(178, 10, 27, var(--divide-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--divide-red-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #820814;
    border-color: rgba(130, 8, 20, var(--divide-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--divide-red-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #52050C;
    border-color: rgba(82, 5, 12, var(--divide-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--divide-solid > :not(template) ~ :not(template) {
    border-style: solid;
  }
}
@media (min-width: 768px) {
  .vpt .md--divide-dashed > :not(template) ~ :not(template) {
    border-style: dashed;
  }
}
@media (min-width: 768px) {
  .vpt .md--divide-dotted > :not(template) ~ :not(template) {
    border-style: dotted;
  }
}
@media (min-width: 768px) {
  .vpt .md--divide-double > :not(template) ~ :not(template) {
    border-style: double;
  }
}
@media (min-width: 768px) {
  .vpt .md--divide-none > :not(template) ~ :not(template) {
    border-style: none;
  }
}
@media (min-width: 768px) {
  .vpt .md--divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }
}
@media (min-width: 768px) {
  .vpt .md--divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }
}
@media (min-width: 768px) {
  .vpt .md--divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }
}
@media (min-width: 768px) {
  .vpt .md--divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }
}
@media (min-width: 768px) {
  .vpt .md--sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}
@media (min-width: 768px) {
  .vpt .md--appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-fixed {
    background-attachment: fixed;
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-local {
    background-attachment: local;
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-scroll {
    background-attachment: scroll;
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-clip-border {
    background-clip: border-box;
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-clip-padding {
    background-clip: padding-box;
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-clip-content {
    background-clip: content-box;
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-clip-text {
    -webkit-background-clip: text;
    background-clip: text;
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-blue-100 {
    --bg-opacity: 1;
    background-color: #F4F5FB;
    background-color: rgba(244, 245, 251, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-blue-200 {
    --bg-opacity: 1;
    background-color: #CED2EE;
    background-color: rgba(206, 210, 238, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-blue-300 {
    --bg-opacity: 1;
    background-color: #A8AFE1;
    background-color: rgba(168, 175, 225, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-blue-400 {
    --bg-opacity: 1;
    background-color: #828DD4;
    background-color: rgba(130, 141, 212, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-blue-500 {
    --bg-opacity: 1;
    background-color: #5C6AC7;
    background-color: rgba(92, 106, 199, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-blue-600 {
    --bg-opacity: 1;
    background-color: #3D4DB3;
    background-color: rgba(61, 77, 179, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-blue-700 {
    --bg-opacity: 1;
    background-color: #303C8D;
    background-color: rgba(48, 60, 141, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-blue-800 {
    --bg-opacity: 1;
    background-color: #232C67;
    background-color: rgba(35, 44, 103, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-blue-900 {
    --bg-opacity: 1;
    background-color: #161C41;
    background-color: rgba(22, 28, 65, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-black-100 {
    --bg-opacity: 1;
    background-color: #FFFFFF;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-black-200 {
    --bg-opacity: 1;
    background-color: #EAEDF1;
    background-color: rgba(234, 237, 241, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-black-300 {
    --bg-opacity: 1;
    background-color: #D1D8E0;
    background-color: rgba(209, 216, 224, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-black-400 {
    --bg-opacity: 1;
    background-color: #B9C3D0;
    background-color: rgba(185, 195, 208, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-black-500 {
    --bg-opacity: 1;
    background-color: #A0AEC0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-black-600 {
    --bg-opacity: 1;
    background-color: #7E91A9;
    background-color: rgba(126, 145, 169, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-black-700 {
    --bg-opacity: 1;
    background-color: #607590;
    background-color: rgba(96, 117, 144, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-black-800 {
    --bg-opacity: 1;
    background-color: #49596E;
    background-color: rgba(73, 89, 110, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-black-900 {
    --bg-opacity: 1;
    background-color: #333E4D;
    background-color: rgba(51, 62, 77, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-green-100 {
    --bg-opacity: 1;
    background-color: #DBFAE8;
    background-color: rgba(219, 250, 232, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-green-200 {
    --bg-opacity: 1;
    background-color: #98F0BD;
    background-color: rgba(152, 240, 189, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-green-300 {
    --bg-opacity: 1;
    background-color: #55E792;
    background-color: rgba(85, 231, 146, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-green-400 {
    --bg-opacity: 1;
    background-color: #1ED269;
    background-color: rgba(30, 210, 105, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-green-500 {
    --bg-opacity: 1;
    background-color: #148F47;
    background-color: rgba(20, 143, 71, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-green-600 {
    --bg-opacity: 1;
    background-color: #11743A;
    background-color: rgba(17, 116, 58, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-green-700 {
    --bg-opacity: 1;
    background-color: #0D592D;
    background-color: rgba(13, 89, 45, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-green-800 {
    --bg-opacity: 1;
    background-color: #093E1F;
    background-color: rgba(9, 62, 31, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-green-900 {
    --bg-opacity: 1;
    background-color: #052412;
    background-color: rgba(5, 36, 18, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-red-100 {
    --bg-opacity: 1;
    background-color: #FDDDE0;
    background-color: rgba(253, 221, 224, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-red-200 {
    --bg-opacity: 1;
    background-color: #FBB2B9;
    background-color: rgba(251, 178, 185, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-red-300 {
    --bg-opacity: 1;
    background-color: #F88792;
    background-color: rgba(248, 135, 146, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-red-400 {
    --bg-opacity: 1;
    background-color: #F55B6B;
    background-color: rgba(245, 91, 107, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-red-500 {
    --bg-opacity: 1;
    background-color: #F33043;
    background-color: rgba(243, 48, 67, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-red-600 {
    --bg-opacity: 1;
    background-color: #E30D23;
    background-color: rgba(227, 13, 35, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-red-700 {
    --bg-opacity: 1;
    background-color: #B20A1B;
    background-color: rgba(178, 10, 27, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-red-800 {
    --bg-opacity: 1;
    background-color: #820814;
    background-color: rgba(130, 8, 20, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-red-900 {
    --bg-opacity: 1;
    background-color: #52050C;
    background-color: rgba(82, 5, 12, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--bg-blue-100:hover {
    --bg-opacity: 1;
    background-color: #F4F5FB;
    background-color: rgba(244, 245, 251, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--bg-blue-200:hover {
    --bg-opacity: 1;
    background-color: #CED2EE;
    background-color: rgba(206, 210, 238, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--bg-blue-300:hover {
    --bg-opacity: 1;
    background-color: #A8AFE1;
    background-color: rgba(168, 175, 225, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--bg-blue-400:hover {
    --bg-opacity: 1;
    background-color: #828DD4;
    background-color: rgba(130, 141, 212, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--bg-blue-500:hover {
    --bg-opacity: 1;
    background-color: #5C6AC7;
    background-color: rgba(92, 106, 199, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--bg-blue-600:hover {
    --bg-opacity: 1;
    background-color: #3D4DB3;
    background-color: rgba(61, 77, 179, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--bg-blue-700:hover {
    --bg-opacity: 1;
    background-color: #303C8D;
    background-color: rgba(48, 60, 141, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--bg-blue-800:hover {
    --bg-opacity: 1;
    background-color: #232C67;
    background-color: rgba(35, 44, 103, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--bg-blue-900:hover {
    --bg-opacity: 1;
    background-color: #161C41;
    background-color: rgba(22, 28, 65, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--bg-black-100:hover {
    --bg-opacity: 1;
    background-color: #FFFFFF;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--bg-black-200:hover {
    --bg-opacity: 1;
    background-color: #EAEDF1;
    background-color: rgba(234, 237, 241, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--bg-black-300:hover {
    --bg-opacity: 1;
    background-color: #D1D8E0;
    background-color: rgba(209, 216, 224, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--bg-black-400:hover {
    --bg-opacity: 1;
    background-color: #B9C3D0;
    background-color: rgba(185, 195, 208, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--bg-black-500:hover {
    --bg-opacity: 1;
    background-color: #A0AEC0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--bg-black-600:hover {
    --bg-opacity: 1;
    background-color: #7E91A9;
    background-color: rgba(126, 145, 169, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--bg-black-700:hover {
    --bg-opacity: 1;
    background-color: #607590;
    background-color: rgba(96, 117, 144, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--bg-black-800:hover {
    --bg-opacity: 1;
    background-color: #49596E;
    background-color: rgba(73, 89, 110, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--bg-black-900:hover {
    --bg-opacity: 1;
    background-color: #333E4D;
    background-color: rgba(51, 62, 77, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--bg-green-100:hover {
    --bg-opacity: 1;
    background-color: #DBFAE8;
    background-color: rgba(219, 250, 232, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--bg-green-200:hover {
    --bg-opacity: 1;
    background-color: #98F0BD;
    background-color: rgba(152, 240, 189, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--bg-green-300:hover {
    --bg-opacity: 1;
    background-color: #55E792;
    background-color: rgba(85, 231, 146, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--bg-green-400:hover {
    --bg-opacity: 1;
    background-color: #1ED269;
    background-color: rgba(30, 210, 105, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--bg-green-500:hover {
    --bg-opacity: 1;
    background-color: #148F47;
    background-color: rgba(20, 143, 71, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--bg-green-600:hover {
    --bg-opacity: 1;
    background-color: #11743A;
    background-color: rgba(17, 116, 58, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--bg-green-700:hover {
    --bg-opacity: 1;
    background-color: #0D592D;
    background-color: rgba(13, 89, 45, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--bg-green-800:hover {
    --bg-opacity: 1;
    background-color: #093E1F;
    background-color: rgba(9, 62, 31, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--bg-green-900:hover {
    --bg-opacity: 1;
    background-color: #052412;
    background-color: rgba(5, 36, 18, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--bg-red-100:hover {
    --bg-opacity: 1;
    background-color: #FDDDE0;
    background-color: rgba(253, 221, 224, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--bg-red-200:hover {
    --bg-opacity: 1;
    background-color: #FBB2B9;
    background-color: rgba(251, 178, 185, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--bg-red-300:hover {
    --bg-opacity: 1;
    background-color: #F88792;
    background-color: rgba(248, 135, 146, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--bg-red-400:hover {
    --bg-opacity: 1;
    background-color: #F55B6B;
    background-color: rgba(245, 91, 107, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--bg-red-500:hover {
    --bg-opacity: 1;
    background-color: #F33043;
    background-color: rgba(243, 48, 67, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--bg-red-600:hover {
    --bg-opacity: 1;
    background-color: #E30D23;
    background-color: rgba(227, 13, 35, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--bg-red-700:hover {
    --bg-opacity: 1;
    background-color: #B20A1B;
    background-color: rgba(178, 10, 27, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--bg-red-800:hover {
    --bg-opacity: 1;
    background-color: #820814;
    background-color: rgba(130, 8, 20, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--bg-red-900:hover {
    --bg-opacity: 1;
    background-color: #52050C;
    background-color: rgba(82, 5, 12, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--bg-blue-100:focus {
    --bg-opacity: 1;
    background-color: #F4F5FB;
    background-color: rgba(244, 245, 251, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--bg-blue-200:focus {
    --bg-opacity: 1;
    background-color: #CED2EE;
    background-color: rgba(206, 210, 238, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--bg-blue-300:focus {
    --bg-opacity: 1;
    background-color: #A8AFE1;
    background-color: rgba(168, 175, 225, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--bg-blue-400:focus {
    --bg-opacity: 1;
    background-color: #828DD4;
    background-color: rgba(130, 141, 212, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--bg-blue-500:focus {
    --bg-opacity: 1;
    background-color: #5C6AC7;
    background-color: rgba(92, 106, 199, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--bg-blue-600:focus {
    --bg-opacity: 1;
    background-color: #3D4DB3;
    background-color: rgba(61, 77, 179, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--bg-blue-700:focus {
    --bg-opacity: 1;
    background-color: #303C8D;
    background-color: rgba(48, 60, 141, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--bg-blue-800:focus {
    --bg-opacity: 1;
    background-color: #232C67;
    background-color: rgba(35, 44, 103, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--bg-blue-900:focus {
    --bg-opacity: 1;
    background-color: #161C41;
    background-color: rgba(22, 28, 65, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--bg-black-100:focus {
    --bg-opacity: 1;
    background-color: #FFFFFF;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--bg-black-200:focus {
    --bg-opacity: 1;
    background-color: #EAEDF1;
    background-color: rgba(234, 237, 241, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--bg-black-300:focus {
    --bg-opacity: 1;
    background-color: #D1D8E0;
    background-color: rgba(209, 216, 224, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--bg-black-400:focus {
    --bg-opacity: 1;
    background-color: #B9C3D0;
    background-color: rgba(185, 195, 208, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--bg-black-500:focus {
    --bg-opacity: 1;
    background-color: #A0AEC0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--bg-black-600:focus {
    --bg-opacity: 1;
    background-color: #7E91A9;
    background-color: rgba(126, 145, 169, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--bg-black-700:focus {
    --bg-opacity: 1;
    background-color: #607590;
    background-color: rgba(96, 117, 144, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--bg-black-800:focus {
    --bg-opacity: 1;
    background-color: #49596E;
    background-color: rgba(73, 89, 110, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--bg-black-900:focus {
    --bg-opacity: 1;
    background-color: #333E4D;
    background-color: rgba(51, 62, 77, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--bg-green-100:focus {
    --bg-opacity: 1;
    background-color: #DBFAE8;
    background-color: rgba(219, 250, 232, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--bg-green-200:focus {
    --bg-opacity: 1;
    background-color: #98F0BD;
    background-color: rgba(152, 240, 189, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--bg-green-300:focus {
    --bg-opacity: 1;
    background-color: #55E792;
    background-color: rgba(85, 231, 146, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--bg-green-400:focus {
    --bg-opacity: 1;
    background-color: #1ED269;
    background-color: rgba(30, 210, 105, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--bg-green-500:focus {
    --bg-opacity: 1;
    background-color: #148F47;
    background-color: rgba(20, 143, 71, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--bg-green-600:focus {
    --bg-opacity: 1;
    background-color: #11743A;
    background-color: rgba(17, 116, 58, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--bg-green-700:focus {
    --bg-opacity: 1;
    background-color: #0D592D;
    background-color: rgba(13, 89, 45, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--bg-green-800:focus {
    --bg-opacity: 1;
    background-color: #093E1F;
    background-color: rgba(9, 62, 31, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--bg-green-900:focus {
    --bg-opacity: 1;
    background-color: #052412;
    background-color: rgba(5, 36, 18, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--bg-red-100:focus {
    --bg-opacity: 1;
    background-color: #FDDDE0;
    background-color: rgba(253, 221, 224, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--bg-red-200:focus {
    --bg-opacity: 1;
    background-color: #FBB2B9;
    background-color: rgba(251, 178, 185, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--bg-red-300:focus {
    --bg-opacity: 1;
    background-color: #F88792;
    background-color: rgba(248, 135, 146, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--bg-red-400:focus {
    --bg-opacity: 1;
    background-color: #F55B6B;
    background-color: rgba(245, 91, 107, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--bg-red-500:focus {
    --bg-opacity: 1;
    background-color: #F33043;
    background-color: rgba(243, 48, 67, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--bg-red-600:focus {
    --bg-opacity: 1;
    background-color: #E30D23;
    background-color: rgba(227, 13, 35, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--bg-red-700:focus {
    --bg-opacity: 1;
    background-color: #B20A1B;
    background-color: rgba(178, 10, 27, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--bg-red-800:focus {
    --bg-opacity: 1;
    background-color: #820814;
    background-color: rgba(130, 8, 20, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--bg-red-900:focus {
    --bg-opacity: 1;
    background-color: #52050C;
    background-color: rgba(82, 5, 12, var(--bg-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-none {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }
}
@media (min-width: 768px) {
  .vpt .md--from-blue-100 {
    --gradient-from-color: #F4F5FB;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 245, 251, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--from-blue-200 {
    --gradient-from-color: #CED2EE;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(206, 210, 238, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--from-blue-300 {
    --gradient-from-color: #A8AFE1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(168, 175, 225, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--from-blue-400 {
    --gradient-from-color: #828DD4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(130, 141, 212, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--from-blue-500 {
    --gradient-from-color: #5C6AC7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(92, 106, 199, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--from-blue-600 {
    --gradient-from-color: #3D4DB3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(61, 77, 179, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--from-blue-700 {
    --gradient-from-color: #303C8D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(48, 60, 141, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--from-blue-800 {
    --gradient-from-color: #232C67;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 44, 103, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--from-blue-900 {
    --gradient-from-color: #161C41;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 28, 65, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--from-black-100 {
    --gradient-from-color: #FFFFFF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--from-black-200 {
    --gradient-from-color: #EAEDF1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 237, 241, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--from-black-300 {
    --gradient-from-color: #D1D8E0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(209, 216, 224, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--from-black-400 {
    --gradient-from-color: #B9C3D0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 195, 208, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--from-black-500 {
    --gradient-from-color: #A0AEC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--from-black-600 {
    --gradient-from-color: #7E91A9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(126, 145, 169, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--from-black-700 {
    --gradient-from-color: #607590;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 117, 144, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--from-black-800 {
    --gradient-from-color: #49596E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(73, 89, 110, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--from-black-900 {
    --gradient-from-color: #333E4D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(51, 62, 77, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--from-green-100 {
    --gradient-from-color: #DBFAE8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 250, 232, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--from-green-200 {
    --gradient-from-color: #98F0BD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(152, 240, 189, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--from-green-300 {
    --gradient-from-color: #55E792;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 231, 146, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--from-green-400 {
    --gradient-from-color: #1ED269;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 210, 105, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--from-green-500 {
    --gradient-from-color: #148F47;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 143, 71, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--from-green-600 {
    --gradient-from-color: #11743A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 116, 58, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--from-green-700 {
    --gradient-from-color: #0D592D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 89, 45, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--from-green-800 {
    --gradient-from-color: #093E1F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(9, 62, 31, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--from-green-900 {
    --gradient-from-color: #052412;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(5, 36, 18, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--from-red-100 {
    --gradient-from-color: #FDDDE0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 221, 224, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--from-red-200 {
    --gradient-from-color: #FBB2B9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 178, 185, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--from-red-300 {
    --gradient-from-color: #F88792;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 135, 146, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--from-red-400 {
    --gradient-from-color: #F55B6B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 91, 107, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--from-red-500 {
    --gradient-from-color: #F33043;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 48, 67, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--from-red-600 {
    --gradient-from-color: #E30D23;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 13, 35, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--from-red-700 {
    --gradient-from-color: #B20A1B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 10, 27, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--from-red-800 {
    --gradient-from-color: #820814;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(130, 8, 20, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--from-red-900 {
    --gradient-from-color: #52050C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(82, 5, 12, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--via-blue-100 {
    --gradient-via-color: #F4F5FB;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 245, 251, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--via-blue-200 {
    --gradient-via-color: #CED2EE;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(206, 210, 238, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--via-blue-300 {
    --gradient-via-color: #A8AFE1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(168, 175, 225, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--via-blue-400 {
    --gradient-via-color: #828DD4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(130, 141, 212, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--via-blue-500 {
    --gradient-via-color: #5C6AC7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(92, 106, 199, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--via-blue-600 {
    --gradient-via-color: #3D4DB3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(61, 77, 179, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--via-blue-700 {
    --gradient-via-color: #303C8D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(48, 60, 141, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--via-blue-800 {
    --gradient-via-color: #232C67;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 44, 103, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--via-blue-900 {
    --gradient-via-color: #161C41;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 28, 65, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--via-black-100 {
    --gradient-via-color: #FFFFFF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--via-black-200 {
    --gradient-via-color: #EAEDF1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 237, 241, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--via-black-300 {
    --gradient-via-color: #D1D8E0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(209, 216, 224, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--via-black-400 {
    --gradient-via-color: #B9C3D0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 195, 208, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--via-black-500 {
    --gradient-via-color: #A0AEC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--via-black-600 {
    --gradient-via-color: #7E91A9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(126, 145, 169, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--via-black-700 {
    --gradient-via-color: #607590;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 117, 144, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--via-black-800 {
    --gradient-via-color: #49596E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(73, 89, 110, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--via-black-900 {
    --gradient-via-color: #333E4D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(51, 62, 77, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--via-green-100 {
    --gradient-via-color: #DBFAE8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 250, 232, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--via-green-200 {
    --gradient-via-color: #98F0BD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(152, 240, 189, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--via-green-300 {
    --gradient-via-color: #55E792;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 231, 146, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--via-green-400 {
    --gradient-via-color: #1ED269;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 210, 105, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--via-green-500 {
    --gradient-via-color: #148F47;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 143, 71, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--via-green-600 {
    --gradient-via-color: #11743A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 116, 58, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--via-green-700 {
    --gradient-via-color: #0D592D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 89, 45, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--via-green-800 {
    --gradient-via-color: #093E1F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(9, 62, 31, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--via-green-900 {
    --gradient-via-color: #052412;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(5, 36, 18, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--via-red-100 {
    --gradient-via-color: #FDDDE0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 221, 224, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--via-red-200 {
    --gradient-via-color: #FBB2B9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 178, 185, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--via-red-300 {
    --gradient-via-color: #F88792;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 135, 146, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--via-red-400 {
    --gradient-via-color: #F55B6B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 91, 107, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--via-red-500 {
    --gradient-via-color: #F33043;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 48, 67, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--via-red-600 {
    --gradient-via-color: #E30D23;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 13, 35, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--via-red-700 {
    --gradient-via-color: #B20A1B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 10, 27, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--via-red-800 {
    --gradient-via-color: #820814;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(130, 8, 20, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--via-red-900 {
    --gradient-via-color: #52050C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(82, 5, 12, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--to-blue-100 {
    --gradient-to-color: #F4F5FB;
  }
}
@media (min-width: 768px) {
  .vpt .md--to-blue-200 {
    --gradient-to-color: #CED2EE;
  }
}
@media (min-width: 768px) {
  .vpt .md--to-blue-300 {
    --gradient-to-color: #A8AFE1;
  }
}
@media (min-width: 768px) {
  .vpt .md--to-blue-400 {
    --gradient-to-color: #828DD4;
  }
}
@media (min-width: 768px) {
  .vpt .md--to-blue-500 {
    --gradient-to-color: #5C6AC7;
  }
}
@media (min-width: 768px) {
  .vpt .md--to-blue-600 {
    --gradient-to-color: #3D4DB3;
  }
}
@media (min-width: 768px) {
  .vpt .md--to-blue-700 {
    --gradient-to-color: #303C8D;
  }
}
@media (min-width: 768px) {
  .vpt .md--to-blue-800 {
    --gradient-to-color: #232C67;
  }
}
@media (min-width: 768px) {
  .vpt .md--to-blue-900 {
    --gradient-to-color: #161C41;
  }
}
@media (min-width: 768px) {
  .vpt .md--to-black-100 {
    --gradient-to-color: #FFFFFF;
  }
}
@media (min-width: 768px) {
  .vpt .md--to-black-200 {
    --gradient-to-color: #EAEDF1;
  }
}
@media (min-width: 768px) {
  .vpt .md--to-black-300 {
    --gradient-to-color: #D1D8E0;
  }
}
@media (min-width: 768px) {
  .vpt .md--to-black-400 {
    --gradient-to-color: #B9C3D0;
  }
}
@media (min-width: 768px) {
  .vpt .md--to-black-500 {
    --gradient-to-color: #A0AEC0;
  }
}
@media (min-width: 768px) {
  .vpt .md--to-black-600 {
    --gradient-to-color: #7E91A9;
  }
}
@media (min-width: 768px) {
  .vpt .md--to-black-700 {
    --gradient-to-color: #607590;
  }
}
@media (min-width: 768px) {
  .vpt .md--to-black-800 {
    --gradient-to-color: #49596E;
  }
}
@media (min-width: 768px) {
  .vpt .md--to-black-900 {
    --gradient-to-color: #333E4D;
  }
}
@media (min-width: 768px) {
  .vpt .md--to-green-100 {
    --gradient-to-color: #DBFAE8;
  }
}
@media (min-width: 768px) {
  .vpt .md--to-green-200 {
    --gradient-to-color: #98F0BD;
  }
}
@media (min-width: 768px) {
  .vpt .md--to-green-300 {
    --gradient-to-color: #55E792;
  }
}
@media (min-width: 768px) {
  .vpt .md--to-green-400 {
    --gradient-to-color: #1ED269;
  }
}
@media (min-width: 768px) {
  .vpt .md--to-green-500 {
    --gradient-to-color: #148F47;
  }
}
@media (min-width: 768px) {
  .vpt .md--to-green-600 {
    --gradient-to-color: #11743A;
  }
}
@media (min-width: 768px) {
  .vpt .md--to-green-700 {
    --gradient-to-color: #0D592D;
  }
}
@media (min-width: 768px) {
  .vpt .md--to-green-800 {
    --gradient-to-color: #093E1F;
  }
}
@media (min-width: 768px) {
  .vpt .md--to-green-900 {
    --gradient-to-color: #052412;
  }
}
@media (min-width: 768px) {
  .vpt .md--to-red-100 {
    --gradient-to-color: #FDDDE0;
  }
}
@media (min-width: 768px) {
  .vpt .md--to-red-200 {
    --gradient-to-color: #FBB2B9;
  }
}
@media (min-width: 768px) {
  .vpt .md--to-red-300 {
    --gradient-to-color: #F88792;
  }
}
@media (min-width: 768px) {
  .vpt .md--to-red-400 {
    --gradient-to-color: #F55B6B;
  }
}
@media (min-width: 768px) {
  .vpt .md--to-red-500 {
    --gradient-to-color: #F33043;
  }
}
@media (min-width: 768px) {
  .vpt .md--to-red-600 {
    --gradient-to-color: #E30D23;
  }
}
@media (min-width: 768px) {
  .vpt .md--to-red-700 {
    --gradient-to-color: #B20A1B;
  }
}
@media (min-width: 768px) {
  .vpt .md--to-red-800 {
    --gradient-to-color: #820814;
  }
}
@media (min-width: 768px) {
  .vpt .md--to-red-900 {
    --gradient-to-color: #52050C;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--from-blue-100:hover {
    --gradient-from-color: #F4F5FB;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 245, 251, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--from-blue-200:hover {
    --gradient-from-color: #CED2EE;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(206, 210, 238, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--from-blue-300:hover {
    --gradient-from-color: #A8AFE1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(168, 175, 225, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--from-blue-400:hover {
    --gradient-from-color: #828DD4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(130, 141, 212, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--from-blue-500:hover {
    --gradient-from-color: #5C6AC7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(92, 106, 199, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--from-blue-600:hover {
    --gradient-from-color: #3D4DB3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(61, 77, 179, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--from-blue-700:hover {
    --gradient-from-color: #303C8D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(48, 60, 141, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--from-blue-800:hover {
    --gradient-from-color: #232C67;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 44, 103, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--from-blue-900:hover {
    --gradient-from-color: #161C41;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 28, 65, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--from-black-100:hover {
    --gradient-from-color: #FFFFFF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--from-black-200:hover {
    --gradient-from-color: #EAEDF1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 237, 241, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--from-black-300:hover {
    --gradient-from-color: #D1D8E0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(209, 216, 224, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--from-black-400:hover {
    --gradient-from-color: #B9C3D0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 195, 208, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--from-black-500:hover {
    --gradient-from-color: #A0AEC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--from-black-600:hover {
    --gradient-from-color: #7E91A9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(126, 145, 169, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--from-black-700:hover {
    --gradient-from-color: #607590;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 117, 144, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--from-black-800:hover {
    --gradient-from-color: #49596E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(73, 89, 110, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--from-black-900:hover {
    --gradient-from-color: #333E4D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(51, 62, 77, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--from-green-100:hover {
    --gradient-from-color: #DBFAE8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 250, 232, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--from-green-200:hover {
    --gradient-from-color: #98F0BD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(152, 240, 189, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--from-green-300:hover {
    --gradient-from-color: #55E792;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 231, 146, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--from-green-400:hover {
    --gradient-from-color: #1ED269;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 210, 105, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--from-green-500:hover {
    --gradient-from-color: #148F47;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 143, 71, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--from-green-600:hover {
    --gradient-from-color: #11743A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 116, 58, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--from-green-700:hover {
    --gradient-from-color: #0D592D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 89, 45, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--from-green-800:hover {
    --gradient-from-color: #093E1F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(9, 62, 31, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--from-green-900:hover {
    --gradient-from-color: #052412;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(5, 36, 18, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--from-red-100:hover {
    --gradient-from-color: #FDDDE0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 221, 224, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--from-red-200:hover {
    --gradient-from-color: #FBB2B9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 178, 185, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--from-red-300:hover {
    --gradient-from-color: #F88792;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 135, 146, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--from-red-400:hover {
    --gradient-from-color: #F55B6B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 91, 107, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--from-red-500:hover {
    --gradient-from-color: #F33043;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 48, 67, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--from-red-600:hover {
    --gradient-from-color: #E30D23;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 13, 35, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--from-red-700:hover {
    --gradient-from-color: #B20A1B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 10, 27, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--from-red-800:hover {
    --gradient-from-color: #820814;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(130, 8, 20, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--from-red-900:hover {
    --gradient-from-color: #52050C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(82, 5, 12, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--via-blue-100:hover {
    --gradient-via-color: #F4F5FB;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 245, 251, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--via-blue-200:hover {
    --gradient-via-color: #CED2EE;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(206, 210, 238, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--via-blue-300:hover {
    --gradient-via-color: #A8AFE1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(168, 175, 225, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--via-blue-400:hover {
    --gradient-via-color: #828DD4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(130, 141, 212, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--via-blue-500:hover {
    --gradient-via-color: #5C6AC7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(92, 106, 199, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--via-blue-600:hover {
    --gradient-via-color: #3D4DB3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(61, 77, 179, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--via-blue-700:hover {
    --gradient-via-color: #303C8D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(48, 60, 141, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--via-blue-800:hover {
    --gradient-via-color: #232C67;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 44, 103, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--via-blue-900:hover {
    --gradient-via-color: #161C41;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 28, 65, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--via-black-100:hover {
    --gradient-via-color: #FFFFFF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--via-black-200:hover {
    --gradient-via-color: #EAEDF1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 237, 241, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--via-black-300:hover {
    --gradient-via-color: #D1D8E0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(209, 216, 224, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--via-black-400:hover {
    --gradient-via-color: #B9C3D0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 195, 208, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--via-black-500:hover {
    --gradient-via-color: #A0AEC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--via-black-600:hover {
    --gradient-via-color: #7E91A9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(126, 145, 169, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--via-black-700:hover {
    --gradient-via-color: #607590;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 117, 144, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--via-black-800:hover {
    --gradient-via-color: #49596E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(73, 89, 110, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--via-black-900:hover {
    --gradient-via-color: #333E4D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(51, 62, 77, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--via-green-100:hover {
    --gradient-via-color: #DBFAE8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 250, 232, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--via-green-200:hover {
    --gradient-via-color: #98F0BD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(152, 240, 189, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--via-green-300:hover {
    --gradient-via-color: #55E792;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 231, 146, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--via-green-400:hover {
    --gradient-via-color: #1ED269;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 210, 105, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--via-green-500:hover {
    --gradient-via-color: #148F47;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 143, 71, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--via-green-600:hover {
    --gradient-via-color: #11743A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 116, 58, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--via-green-700:hover {
    --gradient-via-color: #0D592D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 89, 45, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--via-green-800:hover {
    --gradient-via-color: #093E1F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(9, 62, 31, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--via-green-900:hover {
    --gradient-via-color: #052412;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(5, 36, 18, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--via-red-100:hover {
    --gradient-via-color: #FDDDE0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 221, 224, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--via-red-200:hover {
    --gradient-via-color: #FBB2B9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 178, 185, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--via-red-300:hover {
    --gradient-via-color: #F88792;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 135, 146, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--via-red-400:hover {
    --gradient-via-color: #F55B6B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 91, 107, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--via-red-500:hover {
    --gradient-via-color: #F33043;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 48, 67, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--via-red-600:hover {
    --gradient-via-color: #E30D23;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 13, 35, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--via-red-700:hover {
    --gradient-via-color: #B20A1B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 10, 27, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--via-red-800:hover {
    --gradient-via-color: #820814;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(130, 8, 20, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--via-red-900:hover {
    --gradient-via-color: #52050C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(82, 5, 12, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--to-blue-100:hover {
    --gradient-to-color: #F4F5FB;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--to-blue-200:hover {
    --gradient-to-color: #CED2EE;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--to-blue-300:hover {
    --gradient-to-color: #A8AFE1;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--to-blue-400:hover {
    --gradient-to-color: #828DD4;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--to-blue-500:hover {
    --gradient-to-color: #5C6AC7;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--to-blue-600:hover {
    --gradient-to-color: #3D4DB3;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--to-blue-700:hover {
    --gradient-to-color: #303C8D;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--to-blue-800:hover {
    --gradient-to-color: #232C67;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--to-blue-900:hover {
    --gradient-to-color: #161C41;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--to-black-100:hover {
    --gradient-to-color: #FFFFFF;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--to-black-200:hover {
    --gradient-to-color: #EAEDF1;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--to-black-300:hover {
    --gradient-to-color: #D1D8E0;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--to-black-400:hover {
    --gradient-to-color: #B9C3D0;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--to-black-500:hover {
    --gradient-to-color: #A0AEC0;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--to-black-600:hover {
    --gradient-to-color: #7E91A9;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--to-black-700:hover {
    --gradient-to-color: #607590;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--to-black-800:hover {
    --gradient-to-color: #49596E;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--to-black-900:hover {
    --gradient-to-color: #333E4D;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--to-green-100:hover {
    --gradient-to-color: #DBFAE8;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--to-green-200:hover {
    --gradient-to-color: #98F0BD;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--to-green-300:hover {
    --gradient-to-color: #55E792;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--to-green-400:hover {
    --gradient-to-color: #1ED269;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--to-green-500:hover {
    --gradient-to-color: #148F47;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--to-green-600:hover {
    --gradient-to-color: #11743A;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--to-green-700:hover {
    --gradient-to-color: #0D592D;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--to-green-800:hover {
    --gradient-to-color: #093E1F;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--to-green-900:hover {
    --gradient-to-color: #052412;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--to-red-100:hover {
    --gradient-to-color: #FDDDE0;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--to-red-200:hover {
    --gradient-to-color: #FBB2B9;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--to-red-300:hover {
    --gradient-to-color: #F88792;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--to-red-400:hover {
    --gradient-to-color: #F55B6B;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--to-red-500:hover {
    --gradient-to-color: #F33043;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--to-red-600:hover {
    --gradient-to-color: #E30D23;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--to-red-700:hover {
    --gradient-to-color: #B20A1B;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--to-red-800:hover {
    --gradient-to-color: #820814;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--to-red-900:hover {
    --gradient-to-color: #52050C;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--from-blue-100:focus {
    --gradient-from-color: #F4F5FB;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 245, 251, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--from-blue-200:focus {
    --gradient-from-color: #CED2EE;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(206, 210, 238, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--from-blue-300:focus {
    --gradient-from-color: #A8AFE1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(168, 175, 225, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--from-blue-400:focus {
    --gradient-from-color: #828DD4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(130, 141, 212, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--from-blue-500:focus {
    --gradient-from-color: #5C6AC7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(92, 106, 199, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--from-blue-600:focus {
    --gradient-from-color: #3D4DB3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(61, 77, 179, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--from-blue-700:focus {
    --gradient-from-color: #303C8D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(48, 60, 141, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--from-blue-800:focus {
    --gradient-from-color: #232C67;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 44, 103, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--from-blue-900:focus {
    --gradient-from-color: #161C41;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 28, 65, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--from-black-100:focus {
    --gradient-from-color: #FFFFFF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--from-black-200:focus {
    --gradient-from-color: #EAEDF1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 237, 241, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--from-black-300:focus {
    --gradient-from-color: #D1D8E0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(209, 216, 224, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--from-black-400:focus {
    --gradient-from-color: #B9C3D0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 195, 208, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--from-black-500:focus {
    --gradient-from-color: #A0AEC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--from-black-600:focus {
    --gradient-from-color: #7E91A9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(126, 145, 169, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--from-black-700:focus {
    --gradient-from-color: #607590;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 117, 144, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--from-black-800:focus {
    --gradient-from-color: #49596E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(73, 89, 110, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--from-black-900:focus {
    --gradient-from-color: #333E4D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(51, 62, 77, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--from-green-100:focus {
    --gradient-from-color: #DBFAE8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 250, 232, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--from-green-200:focus {
    --gradient-from-color: #98F0BD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(152, 240, 189, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--from-green-300:focus {
    --gradient-from-color: #55E792;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 231, 146, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--from-green-400:focus {
    --gradient-from-color: #1ED269;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 210, 105, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--from-green-500:focus {
    --gradient-from-color: #148F47;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 143, 71, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--from-green-600:focus {
    --gradient-from-color: #11743A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 116, 58, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--from-green-700:focus {
    --gradient-from-color: #0D592D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 89, 45, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--from-green-800:focus {
    --gradient-from-color: #093E1F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(9, 62, 31, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--from-green-900:focus {
    --gradient-from-color: #052412;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(5, 36, 18, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--from-red-100:focus {
    --gradient-from-color: #FDDDE0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 221, 224, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--from-red-200:focus {
    --gradient-from-color: #FBB2B9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 178, 185, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--from-red-300:focus {
    --gradient-from-color: #F88792;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 135, 146, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--from-red-400:focus {
    --gradient-from-color: #F55B6B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 91, 107, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--from-red-500:focus {
    --gradient-from-color: #F33043;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 48, 67, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--from-red-600:focus {
    --gradient-from-color: #E30D23;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 13, 35, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--from-red-700:focus {
    --gradient-from-color: #B20A1B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 10, 27, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--from-red-800:focus {
    --gradient-from-color: #820814;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(130, 8, 20, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--from-red-900:focus {
    --gradient-from-color: #52050C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(82, 5, 12, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--via-blue-100:focus {
    --gradient-via-color: #F4F5FB;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 245, 251, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--via-blue-200:focus {
    --gradient-via-color: #CED2EE;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(206, 210, 238, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--via-blue-300:focus {
    --gradient-via-color: #A8AFE1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(168, 175, 225, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--via-blue-400:focus {
    --gradient-via-color: #828DD4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(130, 141, 212, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--via-blue-500:focus {
    --gradient-via-color: #5C6AC7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(92, 106, 199, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--via-blue-600:focus {
    --gradient-via-color: #3D4DB3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(61, 77, 179, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--via-blue-700:focus {
    --gradient-via-color: #303C8D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(48, 60, 141, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--via-blue-800:focus {
    --gradient-via-color: #232C67;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 44, 103, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--via-blue-900:focus {
    --gradient-via-color: #161C41;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 28, 65, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--via-black-100:focus {
    --gradient-via-color: #FFFFFF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--via-black-200:focus {
    --gradient-via-color: #EAEDF1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 237, 241, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--via-black-300:focus {
    --gradient-via-color: #D1D8E0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(209, 216, 224, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--via-black-400:focus {
    --gradient-via-color: #B9C3D0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 195, 208, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--via-black-500:focus {
    --gradient-via-color: #A0AEC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--via-black-600:focus {
    --gradient-via-color: #7E91A9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(126, 145, 169, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--via-black-700:focus {
    --gradient-via-color: #607590;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 117, 144, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--via-black-800:focus {
    --gradient-via-color: #49596E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(73, 89, 110, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--via-black-900:focus {
    --gradient-via-color: #333E4D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(51, 62, 77, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--via-green-100:focus {
    --gradient-via-color: #DBFAE8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 250, 232, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--via-green-200:focus {
    --gradient-via-color: #98F0BD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(152, 240, 189, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--via-green-300:focus {
    --gradient-via-color: #55E792;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 231, 146, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--via-green-400:focus {
    --gradient-via-color: #1ED269;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 210, 105, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--via-green-500:focus {
    --gradient-via-color: #148F47;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 143, 71, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--via-green-600:focus {
    --gradient-via-color: #11743A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 116, 58, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--via-green-700:focus {
    --gradient-via-color: #0D592D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 89, 45, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--via-green-800:focus {
    --gradient-via-color: #093E1F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(9, 62, 31, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--via-green-900:focus {
    --gradient-via-color: #052412;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(5, 36, 18, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--via-red-100:focus {
    --gradient-via-color: #FDDDE0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 221, 224, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--via-red-200:focus {
    --gradient-via-color: #FBB2B9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 178, 185, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--via-red-300:focus {
    --gradient-via-color: #F88792;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 135, 146, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--via-red-400:focus {
    --gradient-via-color: #F55B6B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 91, 107, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--via-red-500:focus {
    --gradient-via-color: #F33043;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 48, 67, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--via-red-600:focus {
    --gradient-via-color: #E30D23;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 13, 35, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--via-red-700:focus {
    --gradient-via-color: #B20A1B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 10, 27, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--via-red-800:focus {
    --gradient-via-color: #820814;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(130, 8, 20, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--via-red-900:focus {
    --gradient-via-color: #52050C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(82, 5, 12, 0));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--to-blue-100:focus {
    --gradient-to-color: #F4F5FB;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--to-blue-200:focus {
    --gradient-to-color: #CED2EE;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--to-blue-300:focus {
    --gradient-to-color: #A8AFE1;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--to-blue-400:focus {
    --gradient-to-color: #828DD4;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--to-blue-500:focus {
    --gradient-to-color: #5C6AC7;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--to-blue-600:focus {
    --gradient-to-color: #3D4DB3;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--to-blue-700:focus {
    --gradient-to-color: #303C8D;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--to-blue-800:focus {
    --gradient-to-color: #232C67;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--to-blue-900:focus {
    --gradient-to-color: #161C41;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--to-black-100:focus {
    --gradient-to-color: #FFFFFF;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--to-black-200:focus {
    --gradient-to-color: #EAEDF1;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--to-black-300:focus {
    --gradient-to-color: #D1D8E0;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--to-black-400:focus {
    --gradient-to-color: #B9C3D0;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--to-black-500:focus {
    --gradient-to-color: #A0AEC0;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--to-black-600:focus {
    --gradient-to-color: #7E91A9;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--to-black-700:focus {
    --gradient-to-color: #607590;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--to-black-800:focus {
    --gradient-to-color: #49596E;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--to-black-900:focus {
    --gradient-to-color: #333E4D;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--to-green-100:focus {
    --gradient-to-color: #DBFAE8;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--to-green-200:focus {
    --gradient-to-color: #98F0BD;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--to-green-300:focus {
    --gradient-to-color: #55E792;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--to-green-400:focus {
    --gradient-to-color: #1ED269;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--to-green-500:focus {
    --gradient-to-color: #148F47;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--to-green-600:focus {
    --gradient-to-color: #11743A;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--to-green-700:focus {
    --gradient-to-color: #0D592D;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--to-green-800:focus {
    --gradient-to-color: #093E1F;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--to-green-900:focus {
    --gradient-to-color: #052412;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--to-red-100:focus {
    --gradient-to-color: #FDDDE0;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--to-red-200:focus {
    --gradient-to-color: #FBB2B9;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--to-red-300:focus {
    --gradient-to-color: #F88792;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--to-red-400:focus {
    --gradient-to-color: #F55B6B;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--to-red-500:focus {
    --gradient-to-color: #F33043;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--to-red-600:focus {
    --gradient-to-color: #E30D23;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--to-red-700:focus {
    --gradient-to-color: #B20A1B;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--to-red-800:focus {
    --gradient-to-color: #820814;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--to-red-900:focus {
    --gradient-to-color: #52050C;
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-opacity-0 {
    --bg-opacity: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-opacity-25 {
    --bg-opacity: 0.25;
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-opacity-50 {
    --bg-opacity: 0.5;
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-opacity-75 {
    --bg-opacity: 0.75;
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-opacity-100 {
    --bg-opacity: 1;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--bg-opacity-0:hover {
    --bg-opacity: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--bg-opacity-25:hover {
    --bg-opacity: 0.25;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--bg-opacity-50:hover {
    --bg-opacity: 0.5;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--bg-opacity-75:hover {
    --bg-opacity: 0.75;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--bg-opacity-100:hover {
    --bg-opacity: 1;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--bg-opacity-0:focus {
    --bg-opacity: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--bg-opacity-25:focus {
    --bg-opacity: 0.25;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--bg-opacity-50:focus {
    --bg-opacity: 0.5;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--bg-opacity-75:focus {
    --bg-opacity: 0.75;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--bg-opacity-100:focus {
    --bg-opacity: 1;
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-bottom {
    background-position: bottom;
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-center {
    background-position: center;
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-left {
    background-position: left;
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-left-bottom {
    background-position: left bottom;
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-left-top {
    background-position: left top;
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-right {
    background-position: right;
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-right-bottom {
    background-position: right bottom;
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-right-top {
    background-position: right top;
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-top {
    background-position: top;
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-repeat {
    background-repeat: repeat;
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-no-repeat {
    background-repeat: no-repeat;
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-repeat-x {
    background-repeat: repeat-x;
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-repeat-y {
    background-repeat: repeat-y;
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-repeat-round {
    background-repeat: round;
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-repeat-space {
    background-repeat: space;
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-auto {
    background-size: auto;
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-cover {
    background-size: cover;
  }
}
@media (min-width: 768px) {
  .vpt .md--bg-contain {
    background-size: contain;
  }
}
@media (min-width: 768px) {
  .vpt .md--border-collapse {
    border-collapse: collapse;
  }
}
@media (min-width: 768px) {
  .vpt .md--border-separate {
    border-collapse: separate;
  }
}
@media (min-width: 768px) {
  .vpt .md--border-blue-100 {
    --border-opacity: 1;
    border-color: #F4F5FB;
    border-color: rgba(244, 245, 251, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--border-blue-200 {
    --border-opacity: 1;
    border-color: #CED2EE;
    border-color: rgba(206, 210, 238, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--border-blue-300 {
    --border-opacity: 1;
    border-color: #A8AFE1;
    border-color: rgba(168, 175, 225, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--border-blue-400 {
    --border-opacity: 1;
    border-color: #828DD4;
    border-color: rgba(130, 141, 212, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--border-blue-500 {
    --border-opacity: 1;
    border-color: #5C6AC7;
    border-color: rgba(92, 106, 199, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--border-blue-600 {
    --border-opacity: 1;
    border-color: #3D4DB3;
    border-color: rgba(61, 77, 179, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--border-blue-700 {
    --border-opacity: 1;
    border-color: #303C8D;
    border-color: rgba(48, 60, 141, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--border-blue-800 {
    --border-opacity: 1;
    border-color: #232C67;
    border-color: rgba(35, 44, 103, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--border-blue-900 {
    --border-opacity: 1;
    border-color: #161C41;
    border-color: rgba(22, 28, 65, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--border-black-100 {
    --border-opacity: 1;
    border-color: #FFFFFF;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--border-black-200 {
    --border-opacity: 1;
    border-color: #EAEDF1;
    border-color: rgba(234, 237, 241, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--border-black-300 {
    --border-opacity: 1;
    border-color: #D1D8E0;
    border-color: rgba(209, 216, 224, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--border-black-400 {
    --border-opacity: 1;
    border-color: #B9C3D0;
    border-color: rgba(185, 195, 208, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--border-black-500 {
    --border-opacity: 1;
    border-color: #A0AEC0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--border-black-600 {
    --border-opacity: 1;
    border-color: #7E91A9;
    border-color: rgba(126, 145, 169, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--border-black-700 {
    --border-opacity: 1;
    border-color: #607590;
    border-color: rgba(96, 117, 144, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--border-black-800 {
    --border-opacity: 1;
    border-color: #49596E;
    border-color: rgba(73, 89, 110, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--border-black-900 {
    --border-opacity: 1;
    border-color: #333E4D;
    border-color: rgba(51, 62, 77, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--border-green-100 {
    --border-opacity: 1;
    border-color: #DBFAE8;
    border-color: rgba(219, 250, 232, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--border-green-200 {
    --border-opacity: 1;
    border-color: #98F0BD;
    border-color: rgba(152, 240, 189, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--border-green-300 {
    --border-opacity: 1;
    border-color: #55E792;
    border-color: rgba(85, 231, 146, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--border-green-400 {
    --border-opacity: 1;
    border-color: #1ED269;
    border-color: rgba(30, 210, 105, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--border-green-500 {
    --border-opacity: 1;
    border-color: #148F47;
    border-color: rgba(20, 143, 71, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--border-green-600 {
    --border-opacity: 1;
    border-color: #11743A;
    border-color: rgba(17, 116, 58, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--border-green-700 {
    --border-opacity: 1;
    border-color: #0D592D;
    border-color: rgba(13, 89, 45, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--border-green-800 {
    --border-opacity: 1;
    border-color: #093E1F;
    border-color: rgba(9, 62, 31, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--border-green-900 {
    --border-opacity: 1;
    border-color: #052412;
    border-color: rgba(5, 36, 18, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--border-red-100 {
    --border-opacity: 1;
    border-color: #FDDDE0;
    border-color: rgba(253, 221, 224, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--border-red-200 {
    --border-opacity: 1;
    border-color: #FBB2B9;
    border-color: rgba(251, 178, 185, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--border-red-300 {
    --border-opacity: 1;
    border-color: #F88792;
    border-color: rgba(248, 135, 146, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--border-red-400 {
    --border-opacity: 1;
    border-color: #F55B6B;
    border-color: rgba(245, 91, 107, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--border-red-500 {
    --border-opacity: 1;
    border-color: #F33043;
    border-color: rgba(243, 48, 67, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--border-red-600 {
    --border-opacity: 1;
    border-color: #E30D23;
    border-color: rgba(227, 13, 35, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--border-red-700 {
    --border-opacity: 1;
    border-color: #B20A1B;
    border-color: rgba(178, 10, 27, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--border-red-800 {
    --border-opacity: 1;
    border-color: #820814;
    border-color: rgba(130, 8, 20, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--border-red-900 {
    --border-opacity: 1;
    border-color: #52050C;
    border-color: rgba(82, 5, 12, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--border-blue-100:hover {
    --border-opacity: 1;
    border-color: #F4F5FB;
    border-color: rgba(244, 245, 251, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--border-blue-200:hover {
    --border-opacity: 1;
    border-color: #CED2EE;
    border-color: rgba(206, 210, 238, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--border-blue-300:hover {
    --border-opacity: 1;
    border-color: #A8AFE1;
    border-color: rgba(168, 175, 225, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--border-blue-400:hover {
    --border-opacity: 1;
    border-color: #828DD4;
    border-color: rgba(130, 141, 212, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--border-blue-500:hover {
    --border-opacity: 1;
    border-color: #5C6AC7;
    border-color: rgba(92, 106, 199, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--border-blue-600:hover {
    --border-opacity: 1;
    border-color: #3D4DB3;
    border-color: rgba(61, 77, 179, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--border-blue-700:hover {
    --border-opacity: 1;
    border-color: #303C8D;
    border-color: rgba(48, 60, 141, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--border-blue-800:hover {
    --border-opacity: 1;
    border-color: #232C67;
    border-color: rgba(35, 44, 103, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--border-blue-900:hover {
    --border-opacity: 1;
    border-color: #161C41;
    border-color: rgba(22, 28, 65, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--border-black-100:hover {
    --border-opacity: 1;
    border-color: #FFFFFF;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--border-black-200:hover {
    --border-opacity: 1;
    border-color: #EAEDF1;
    border-color: rgba(234, 237, 241, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--border-black-300:hover {
    --border-opacity: 1;
    border-color: #D1D8E0;
    border-color: rgba(209, 216, 224, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--border-black-400:hover {
    --border-opacity: 1;
    border-color: #B9C3D0;
    border-color: rgba(185, 195, 208, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--border-black-500:hover {
    --border-opacity: 1;
    border-color: #A0AEC0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--border-black-600:hover {
    --border-opacity: 1;
    border-color: #7E91A9;
    border-color: rgba(126, 145, 169, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--border-black-700:hover {
    --border-opacity: 1;
    border-color: #607590;
    border-color: rgba(96, 117, 144, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--border-black-800:hover {
    --border-opacity: 1;
    border-color: #49596E;
    border-color: rgba(73, 89, 110, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--border-black-900:hover {
    --border-opacity: 1;
    border-color: #333E4D;
    border-color: rgba(51, 62, 77, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--border-green-100:hover {
    --border-opacity: 1;
    border-color: #DBFAE8;
    border-color: rgba(219, 250, 232, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--border-green-200:hover {
    --border-opacity: 1;
    border-color: #98F0BD;
    border-color: rgba(152, 240, 189, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--border-green-300:hover {
    --border-opacity: 1;
    border-color: #55E792;
    border-color: rgba(85, 231, 146, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--border-green-400:hover {
    --border-opacity: 1;
    border-color: #1ED269;
    border-color: rgba(30, 210, 105, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--border-green-500:hover {
    --border-opacity: 1;
    border-color: #148F47;
    border-color: rgba(20, 143, 71, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--border-green-600:hover {
    --border-opacity: 1;
    border-color: #11743A;
    border-color: rgba(17, 116, 58, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--border-green-700:hover {
    --border-opacity: 1;
    border-color: #0D592D;
    border-color: rgba(13, 89, 45, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--border-green-800:hover {
    --border-opacity: 1;
    border-color: #093E1F;
    border-color: rgba(9, 62, 31, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--border-green-900:hover {
    --border-opacity: 1;
    border-color: #052412;
    border-color: rgba(5, 36, 18, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--border-red-100:hover {
    --border-opacity: 1;
    border-color: #FDDDE0;
    border-color: rgba(253, 221, 224, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--border-red-200:hover {
    --border-opacity: 1;
    border-color: #FBB2B9;
    border-color: rgba(251, 178, 185, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--border-red-300:hover {
    --border-opacity: 1;
    border-color: #F88792;
    border-color: rgba(248, 135, 146, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--border-red-400:hover {
    --border-opacity: 1;
    border-color: #F55B6B;
    border-color: rgba(245, 91, 107, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--border-red-500:hover {
    --border-opacity: 1;
    border-color: #F33043;
    border-color: rgba(243, 48, 67, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--border-red-600:hover {
    --border-opacity: 1;
    border-color: #E30D23;
    border-color: rgba(227, 13, 35, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--border-red-700:hover {
    --border-opacity: 1;
    border-color: #B20A1B;
    border-color: rgba(178, 10, 27, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--border-red-800:hover {
    --border-opacity: 1;
    border-color: #820814;
    border-color: rgba(130, 8, 20, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--border-red-900:hover {
    --border-opacity: 1;
    border-color: #52050C;
    border-color: rgba(82, 5, 12, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--border-blue-100:focus {
    --border-opacity: 1;
    border-color: #F4F5FB;
    border-color: rgba(244, 245, 251, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--border-blue-200:focus {
    --border-opacity: 1;
    border-color: #CED2EE;
    border-color: rgba(206, 210, 238, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--border-blue-300:focus {
    --border-opacity: 1;
    border-color: #A8AFE1;
    border-color: rgba(168, 175, 225, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--border-blue-400:focus {
    --border-opacity: 1;
    border-color: #828DD4;
    border-color: rgba(130, 141, 212, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--border-blue-500:focus {
    --border-opacity: 1;
    border-color: #5C6AC7;
    border-color: rgba(92, 106, 199, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--border-blue-600:focus {
    --border-opacity: 1;
    border-color: #3D4DB3;
    border-color: rgba(61, 77, 179, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--border-blue-700:focus {
    --border-opacity: 1;
    border-color: #303C8D;
    border-color: rgba(48, 60, 141, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--border-blue-800:focus {
    --border-opacity: 1;
    border-color: #232C67;
    border-color: rgba(35, 44, 103, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--border-blue-900:focus {
    --border-opacity: 1;
    border-color: #161C41;
    border-color: rgba(22, 28, 65, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--border-black-100:focus {
    --border-opacity: 1;
    border-color: #FFFFFF;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--border-black-200:focus {
    --border-opacity: 1;
    border-color: #EAEDF1;
    border-color: rgba(234, 237, 241, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--border-black-300:focus {
    --border-opacity: 1;
    border-color: #D1D8E0;
    border-color: rgba(209, 216, 224, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--border-black-400:focus {
    --border-opacity: 1;
    border-color: #B9C3D0;
    border-color: rgba(185, 195, 208, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--border-black-500:focus {
    --border-opacity: 1;
    border-color: #A0AEC0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--border-black-600:focus {
    --border-opacity: 1;
    border-color: #7E91A9;
    border-color: rgba(126, 145, 169, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--border-black-700:focus {
    --border-opacity: 1;
    border-color: #607590;
    border-color: rgba(96, 117, 144, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--border-black-800:focus {
    --border-opacity: 1;
    border-color: #49596E;
    border-color: rgba(73, 89, 110, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--border-black-900:focus {
    --border-opacity: 1;
    border-color: #333E4D;
    border-color: rgba(51, 62, 77, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--border-green-100:focus {
    --border-opacity: 1;
    border-color: #DBFAE8;
    border-color: rgba(219, 250, 232, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--border-green-200:focus {
    --border-opacity: 1;
    border-color: #98F0BD;
    border-color: rgba(152, 240, 189, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--border-green-300:focus {
    --border-opacity: 1;
    border-color: #55E792;
    border-color: rgba(85, 231, 146, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--border-green-400:focus {
    --border-opacity: 1;
    border-color: #1ED269;
    border-color: rgba(30, 210, 105, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--border-green-500:focus {
    --border-opacity: 1;
    border-color: #148F47;
    border-color: rgba(20, 143, 71, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--border-green-600:focus {
    --border-opacity: 1;
    border-color: #11743A;
    border-color: rgba(17, 116, 58, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--border-green-700:focus {
    --border-opacity: 1;
    border-color: #0D592D;
    border-color: rgba(13, 89, 45, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--border-green-800:focus {
    --border-opacity: 1;
    border-color: #093E1F;
    border-color: rgba(9, 62, 31, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--border-green-900:focus {
    --border-opacity: 1;
    border-color: #052412;
    border-color: rgba(5, 36, 18, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--border-red-100:focus {
    --border-opacity: 1;
    border-color: #FDDDE0;
    border-color: rgba(253, 221, 224, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--border-red-200:focus {
    --border-opacity: 1;
    border-color: #FBB2B9;
    border-color: rgba(251, 178, 185, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--border-red-300:focus {
    --border-opacity: 1;
    border-color: #F88792;
    border-color: rgba(248, 135, 146, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--border-red-400:focus {
    --border-opacity: 1;
    border-color: #F55B6B;
    border-color: rgba(245, 91, 107, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--border-red-500:focus {
    --border-opacity: 1;
    border-color: #F33043;
    border-color: rgba(243, 48, 67, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--border-red-600:focus {
    --border-opacity: 1;
    border-color: #E30D23;
    border-color: rgba(227, 13, 35, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--border-red-700:focus {
    --border-opacity: 1;
    border-color: #B20A1B;
    border-color: rgba(178, 10, 27, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--border-red-800:focus {
    --border-opacity: 1;
    border-color: #820814;
    border-color: rgba(130, 8, 20, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--border-red-900:focus {
    --border-opacity: 1;
    border-color: #52050C;
    border-color: rgba(82, 5, 12, var(--border-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--border-opacity-0 {
    --border-opacity: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--border-opacity-25 {
    --border-opacity: 0.25;
  }
}
@media (min-width: 768px) {
  .vpt .md--border-opacity-50 {
    --border-opacity: 0.5;
  }
}
@media (min-width: 768px) {
  .vpt .md--border-opacity-75 {
    --border-opacity: 0.75;
  }
}
@media (min-width: 768px) {
  .vpt .md--border-opacity-100 {
    --border-opacity: 1;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--border-opacity-0:hover {
    --border-opacity: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--border-opacity-25:hover {
    --border-opacity: 0.25;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--border-opacity-50:hover {
    --border-opacity: 0.5;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--border-opacity-75:hover {
    --border-opacity: 0.75;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--border-opacity-100:hover {
    --border-opacity: 1;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--border-opacity-0:focus {
    --border-opacity: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--border-opacity-25:focus {
    --border-opacity: 0.25;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--border-opacity-50:focus {
    --border-opacity: 0.5;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--border-opacity-75:focus {
    --border-opacity: 0.75;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--border-opacity-100:focus {
    --border-opacity: 1;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-none {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-sm {
    border-radius: 0.125rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded {
    border-radius: 0.25rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-md {
    border-radius: 0.375rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-lg {
    border-radius: 0.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-xl {
    border-radius: 0.75rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-2xl {
    border-radius: 1rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-3xl {
    border-radius: 1.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-full {
    border-radius: 9999px;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-tl-none {
    border-top-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-tr-none {
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-br-none {
    border-bottom-right-radius: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-bl-none {
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-tl {
    border-top-left-radius: 0.25rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-tr {
    border-top-right-radius: 0.25rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-br {
    border-bottom-right-radius: 0.25rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-tl-full {
    border-top-left-radius: 9999px;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-tr-full {
    border-top-right-radius: 9999px;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-br-full {
    border-bottom-right-radius: 9999px;
  }
}
@media (min-width: 768px) {
  .vpt .md--rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }
}
@media (min-width: 768px) {
  .vpt .md--border-solid {
    border-style: solid;
  }
}
@media (min-width: 768px) {
  .vpt .md--border-dashed {
    border-style: dashed;
  }
}
@media (min-width: 768px) {
  .vpt .md--border-dotted {
    border-style: dotted;
  }
}
@media (min-width: 768px) {
  .vpt .md--border-double {
    border-style: double;
  }
}
@media (min-width: 768px) {
  .vpt .md--border-none {
    border-style: none;
  }
}
@media (min-width: 768px) {
  .vpt .md--border-0 {
    border-width: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--border-2 {
    border-width: 2px;
  }
}
@media (min-width: 768px) {
  .vpt .md--border-4 {
    border-width: 4px;
  }
}
@media (min-width: 768px) {
  .vpt .md--border-8 {
    border-width: 8px;
  }
}
@media (min-width: 768px) {
  .vpt .md--border {
    border-width: 1px;
  }
}
@media (min-width: 768px) {
  .vpt .md--border-t-0 {
    border-top-width: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--border-r-0 {
    border-right-width: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--border-b-0 {
    border-bottom-width: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--border-l-0 {
    border-left-width: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--border-t-2 {
    border-top-width: 2px;
  }
}
@media (min-width: 768px) {
  .vpt .md--border-r-2 {
    border-right-width: 2px;
  }
}
@media (min-width: 768px) {
  .vpt .md--border-b-2 {
    border-bottom-width: 2px;
  }
}
@media (min-width: 768px) {
  .vpt .md--border-l-2 {
    border-left-width: 2px;
  }
}
@media (min-width: 768px) {
  .vpt .md--border-t-4 {
    border-top-width: 4px;
  }
}
@media (min-width: 768px) {
  .vpt .md--border-r-4 {
    border-right-width: 4px;
  }
}
@media (min-width: 768px) {
  .vpt .md--border-b-4 {
    border-bottom-width: 4px;
  }
}
@media (min-width: 768px) {
  .vpt .md--border-l-4 {
    border-left-width: 4px;
  }
}
@media (min-width: 768px) {
  .vpt .md--border-t-8 {
    border-top-width: 8px;
  }
}
@media (min-width: 768px) {
  .vpt .md--border-r-8 {
    border-right-width: 8px;
  }
}
@media (min-width: 768px) {
  .vpt .md--border-b-8 {
    border-bottom-width: 8px;
  }
}
@media (min-width: 768px) {
  .vpt .md--border-l-8 {
    border-left-width: 8px;
  }
}
@media (min-width: 768px) {
  .vpt .md--border-t {
    border-top-width: 1px;
  }
}
@media (min-width: 768px) {
  .vpt .md--border-r {
    border-right-width: 1px;
  }
}
@media (min-width: 768px) {
  .vpt .md--border-b {
    border-bottom-width: 1px;
  }
}
@media (min-width: 768px) {
  .vpt .md--border-l {
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .vpt .md--box-border {
    box-sizing: border-box;
  }
}
@media (min-width: 768px) {
  .vpt .md--box-content {
    box-sizing: content-box;
  }
}
@media (min-width: 768px) {
  .vpt .md--cursor-auto {
    cursor: auto;
  }
}
@media (min-width: 768px) {
  .vpt .md--cursor-default {
    cursor: default;
  }
}
@media (min-width: 768px) {
  .vpt .md--cursor-pointer {
    cursor: pointer;
  }
}
@media (min-width: 768px) {
  .vpt .md--cursor-wait {
    cursor: wait;
  }
}
@media (min-width: 768px) {
  .vpt .md--cursor-text {
    cursor: text;
  }
}
@media (min-width: 768px) {
  .vpt .md--cursor-move {
    cursor: move;
  }
}
@media (min-width: 768px) {
  .vpt .md--cursor-not-allowed {
    cursor: not-allowed;
  }
}
@media (min-width: 768px) {
  .vpt .md--block {
    display: block;
  }
}
@media (min-width: 768px) {
  .vpt .md--inline-block {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .vpt .md--inline {
    display: inline;
  }
}
@media (min-width: 768px) {
  .vpt .md--flex {
    display: flex;
  }
}
@media (min-width: 768px) {
  .vpt .md--inline-flex {
    display: inline-flex;
  }
}
@media (min-width: 768px) {
  .vpt .md--table {
    display: table;
  }
}
@media (min-width: 768px) {
  .vpt .md--table-caption {
    display: table-caption;
  }
}
@media (min-width: 768px) {
  .vpt .md--table-cell {
    display: table-cell;
  }
}
@media (min-width: 768px) {
  .vpt .md--table-column {
    display: table-column;
  }
}
@media (min-width: 768px) {
  .vpt .md--table-column-group {
    display: table-column-group;
  }
}
@media (min-width: 768px) {
  .vpt .md--table-footer-group {
    display: table-footer-group;
  }
}
@media (min-width: 768px) {
  .vpt .md--table-header-group {
    display: table-header-group;
  }
}
@media (min-width: 768px) {
  .vpt .md--table-row-group {
    display: table-row-group;
  }
}
@media (min-width: 768px) {
  .vpt .md--table-row {
    display: table-row;
  }
}
@media (min-width: 768px) {
  .vpt .md--flow-root {
    display: flow-root;
  }
}
@media (min-width: 768px) {
  .vpt .md--grid {
    display: grid;
  }
}
@media (min-width: 768px) {
  .vpt .md--inline-grid {
    display: inline-grid;
  }
}
@media (min-width: 768px) {
  .vpt .md--contents {
    display: contents;
  }
}
@media (min-width: 768px) {
  .vpt .md--hidden {
    display: none;
  }
}
@media (min-width: 768px) {
  .vpt .md--flex-row {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .vpt .md--flex-row-reverse {
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .vpt .md--flex-col {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .vpt .md--flex-col-reverse {
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) {
  .vpt .md--flex-wrap {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .vpt .md--flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
}
@media (min-width: 768px) {
  .vpt .md--flex-no-wrap {
    flex-wrap: nowrap;
  }
}
@media (min-width: 768px) {
  .vpt .md--place-items-auto {
    place-items: auto;
  }
}
@media (min-width: 768px) {
  .vpt .md--place-items-start {
    place-items: start;
  }
}
@media (min-width: 768px) {
  .vpt .md--place-items-end {
    place-items: end;
  }
}
@media (min-width: 768px) {
  .vpt .md--place-items-center {
    place-items: center;
  }
}
@media (min-width: 768px) {
  .vpt .md--place-items-stretch {
    place-items: stretch;
  }
}
@media (min-width: 768px) {
  .vpt .md--place-content-center {
    place-content: center;
  }
}
@media (min-width: 768px) {
  .vpt .md--place-content-start {
    place-content: start;
  }
}
@media (min-width: 768px) {
  .vpt .md--place-content-end {
    place-content: end;
  }
}
@media (min-width: 768px) {
  .vpt .md--place-content-between {
    place-content: space-between;
  }
}
@media (min-width: 768px) {
  .vpt .md--place-content-around {
    place-content: space-around;
  }
}
@media (min-width: 768px) {
  .vpt .md--place-content-evenly {
    place-content: space-evenly;
  }
}
@media (min-width: 768px) {
  .vpt .md--place-content-stretch {
    place-content: stretch;
  }
}
@media (min-width: 768px) {
  .vpt .md--place-self-auto {
    place-self: auto;
  }
}
@media (min-width: 768px) {
  .vpt .md--place-self-start {
    place-self: start;
  }
}
@media (min-width: 768px) {
  .vpt .md--place-self-end {
    place-self: end;
  }
}
@media (min-width: 768px) {
  .vpt .md--place-self-center {
    place-self: center;
  }
}
@media (min-width: 768px) {
  .vpt .md--place-self-stretch {
    place-self: stretch;
  }
}
@media (min-width: 768px) {
  .vpt .md--items-start {
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .vpt .md--items-end {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .vpt .md--items-center {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .vpt .md--items-baseline {
    align-items: baseline;
  }
}
@media (min-width: 768px) {
  .vpt .md--items-stretch {
    align-items: stretch;
  }
}
@media (min-width: 768px) {
  .vpt .md--content-center {
    align-content: center;
  }
}
@media (min-width: 768px) {
  .vpt .md--content-start {
    align-content: flex-start;
  }
}
@media (min-width: 768px) {
  .vpt .md--content-end {
    align-content: flex-end;
  }
}
@media (min-width: 768px) {
  .vpt .md--content-between {
    align-content: space-between;
  }
}
@media (min-width: 768px) {
  .vpt .md--content-around {
    align-content: space-around;
  }
}
@media (min-width: 768px) {
  .vpt .md--content-evenly {
    align-content: space-evenly;
  }
}
@media (min-width: 768px) {
  .vpt .md--self-auto {
    align-self: auto;
  }
}
@media (min-width: 768px) {
  .vpt .md--self-start {
    align-self: flex-start;
  }
}
@media (min-width: 768px) {
  .vpt .md--self-end {
    align-self: flex-end;
  }
}
@media (min-width: 768px) {
  .vpt .md--self-center {
    align-self: center;
  }
}
@media (min-width: 768px) {
  .vpt .md--self-stretch {
    align-self: stretch;
  }
}
@media (min-width: 768px) {
  .vpt .md--justify-items-auto {
    justify-items: auto;
  }
}
@media (min-width: 768px) {
  .vpt .md--justify-items-start {
    justify-items: start;
  }
}
@media (min-width: 768px) {
  .vpt .md--justify-items-end {
    justify-items: end;
  }
}
@media (min-width: 768px) {
  .vpt .md--justify-items-center {
    justify-items: center;
  }
}
@media (min-width: 768px) {
  .vpt .md--justify-items-stretch {
    justify-items: stretch;
  }
}
@media (min-width: 768px) {
  .vpt .md--justify-start {
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .vpt .md--justify-end {
    justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  .vpt .md--justify-center {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .vpt .md--justify-between {
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .vpt .md--justify-around {
    justify-content: space-around;
  }
}
@media (min-width: 768px) {
  .vpt .md--justify-evenly {
    justify-content: space-evenly;
  }
}
@media (min-width: 768px) {
  .vpt .md--justify-self-auto {
    justify-self: auto;
  }
}
@media (min-width: 768px) {
  .vpt .md--justify-self-start {
    justify-self: start;
  }
}
@media (min-width: 768px) {
  .vpt .md--justify-self-end {
    justify-self: end;
  }
}
@media (min-width: 768px) {
  .vpt .md--justify-self-center {
    justify-self: center;
  }
}
@media (min-width: 768px) {
  .vpt .md--justify-self-stretch {
    justify-self: stretch;
  }
}
@media (min-width: 768px) {
  .vpt .md--flex-1 {
    flex: 1 1 0%;
  }
}
@media (min-width: 768px) {
  .vpt .md--flex-auto {
    flex: 1 1 auto;
  }
}
@media (min-width: 768px) {
  .vpt .md--flex-initial {
    flex: 0 1 auto;
  }
}
@media (min-width: 768px) {
  .vpt .md--flex-none {
    flex: none;
  }
}
@media (min-width: 768px) {
  .vpt .md--flex-grow-0 {
    flex-grow: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--flex-grow {
    flex-grow: 1;
  }
}
@media (min-width: 768px) {
  .vpt .md--flex-shrink-0 {
    flex-shrink: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--flex-shrink {
    flex-shrink: 1;
  }
}
@media (min-width: 768px) {
  .vpt .md--order-1 {
    order: 1;
  }
}
@media (min-width: 768px) {
  .vpt .md--order-2 {
    order: 2;
  }
}
@media (min-width: 768px) {
  .vpt .md--order-3 {
    order: 3;
  }
}
@media (min-width: 768px) {
  .vpt .md--order-4 {
    order: 4;
  }
}
@media (min-width: 768px) {
  .vpt .md--order-5 {
    order: 5;
  }
}
@media (min-width: 768px) {
  .vpt .md--order-6 {
    order: 6;
  }
}
@media (min-width: 768px) {
  .vpt .md--order-7 {
    order: 7;
  }
}
@media (min-width: 768px) {
  .vpt .md--order-8 {
    order: 8;
  }
}
@media (min-width: 768px) {
  .vpt .md--order-9 {
    order: 9;
  }
}
@media (min-width: 768px) {
  .vpt .md--order-10 {
    order: 10;
  }
}
@media (min-width: 768px) {
  .vpt .md--order-11 {
    order: 11;
  }
}
@media (min-width: 768px) {
  .vpt .md--order-12 {
    order: 12;
  }
}
@media (min-width: 768px) {
  .vpt .md--order-first {
    order: -9999;
  }
}
@media (min-width: 768px) {
  .vpt .md--order-last {
    order: 9999;
  }
}
@media (min-width: 768px) {
  .vpt .md--order-none {
    order: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--float-right {
    float: right;
  }
}
@media (min-width: 768px) {
  .vpt .md--float-left {
    float: left;
  }
}
@media (min-width: 768px) {
  .vpt .md--float-none {
    float: none;
  }
}
@media (min-width: 768px) {
  .vpt .md--clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (min-width: 768px) {
  .vpt .md--clear-left {
    clear: left;
  }
}
@media (min-width: 768px) {
  .vpt .md--clear-right {
    clear: right;
  }
}
@media (min-width: 768px) {
  .vpt .md--clear-both {
    clear: both;
  }
}
@media (min-width: 768px) {
  .vpt .md--clear-none {
    clear: none;
  }
}
@media (min-width: 768px) {
  .vpt .md--font-sans {
    font-family: 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";
  }
}
@media (min-width: 768px) {
  .vpt .md--font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }
}
@media (min-width: 768px) {
  .vpt .md--font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }
}
@media (min-width: 768px) {
  .vpt .md--font-hairline {
    font-weight: 100;
  }
}
@media (min-width: 768px) {
  .vpt .md--font-thin {
    font-weight: 200;
  }
}
@media (min-width: 768px) {
  .vpt .md--font-light {
    font-weight: 300;
  }
}
@media (min-width: 768px) {
  .vpt .md--font-normal {
    font-weight: 400;
  }
}
@media (min-width: 768px) {
  .vpt .md--font-medium {
    font-weight: 500;
  }
}
@media (min-width: 768px) {
  .vpt .md--font-semibold {
    font-weight: 600;
  }
}
@media (min-width: 768px) {
  .vpt .md--font-bold {
    font-weight: 700;
  }
}
@media (min-width: 768px) {
  .vpt .md--font-extrabold {
    font-weight: 800;
  }
}
@media (min-width: 768px) {
  .vpt .md--font-black {
    font-weight: 900;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--font-hairline:hover {
    font-weight: 100;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--font-thin:hover {
    font-weight: 200;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--font-light:hover {
    font-weight: 300;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--font-normal:hover {
    font-weight: 400;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--font-medium:hover {
    font-weight: 500;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--font-semibold:hover {
    font-weight: 600;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--font-bold:hover {
    font-weight: 700;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--font-extrabold:hover {
    font-weight: 800;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--font-black:hover {
    font-weight: 900;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--font-hairline:focus {
    font-weight: 100;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--font-thin:focus {
    font-weight: 200;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--font-light:focus {
    font-weight: 300;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--font-normal:focus {
    font-weight: 400;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--font-medium:focus {
    font-weight: 500;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--font-semibold:focus {
    font-weight: 600;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--font-bold:focus {
    font-weight: 700;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--font-extrabold:focus {
    font-weight: 800;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--font-black:focus {
    font-weight: 900;
  }
}
@media (min-width: 768px) {
  .vpt .md--h-0 {
    height: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--h-5 {
    height: 0.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--h-10 {
    height: 1rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--h-15 {
    height: 1.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--h-20 {
    height: 2rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--h-30 {
    height: 3rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--h-40 {
    height: 4rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--h-50 {
    height: 5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--h-100 {
    height: 10rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--h-auto {
    height: auto;
  }
}
@media (min-width: 768px) {
  .vpt .md--h-px {
    height: 1px;
  }
}
@media (min-width: 768px) {
  .vpt .md--h-full {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .vpt .md--h-screen {
    height: 100vh;
  }
}
@media (min-width: 768px) {
  .vpt .md--text-sm {
    font-size: 1.3rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--text-base {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--text-lg {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--text-xl {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--text-disp {
    font-size: 4.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--leading-3 {
    line-height: 0.75rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--leading-4 {
    line-height: 1rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--leading-5 {
    line-height: 1.25rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--leading-6 {
    line-height: 1.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--leading-7 {
    line-height: 1.75rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--leading-8 {
    line-height: 2rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--leading-9 {
    line-height: 2.25rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--leading-10 {
    line-height: 2.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--leading-none {
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .vpt .md--leading-tight {
    line-height: 1.25;
  }
}
@media (min-width: 768px) {
  .vpt .md--leading-snug {
    line-height: 1.375;
  }
}
@media (min-width: 768px) {
  .vpt .md--leading-normal {
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .vpt .md--leading-relaxed {
    line-height: 1.625;
  }
}
@media (min-width: 768px) {
  .vpt .md--leading-loose {
    line-height: 2;
  }
}
@media (min-width: 768px) {
  .vpt .md--list-inside {
    list-style-position: inside;
  }
}
@media (min-width: 768px) {
  .vpt .md--list-outside {
    list-style-position: outside;
  }
}
@media (min-width: 768px) {
  .vpt .md--list-none {
    list-style-type: none;
  }
}
@media (min-width: 768px) {
  .vpt .md--list-disc {
    list-style-type: disc;
  }
}
@media (min-width: 768px) {
  .vpt .md--list-decimal {
    list-style-type: decimal;
  }
}
@media (min-width: 768px) {
  .vpt .md--m-0 {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--m-5 {
    margin: 0.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--m-10 {
    margin: 1rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--m-15 {
    margin: 1.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--m-20 {
    margin: 2rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--m-30 {
    margin: 3rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--m-40 {
    margin: 4rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--m-50 {
    margin: 5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--m-100 {
    margin: 10rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--m-auto {
    margin: auto;
  }
}
@media (min-width: 768px) {
  .vpt .md--m-px {
    margin: 1px;
  }
}
@media (min-width: 768px) {
  .vpt .md---m-5 {
    margin: -0.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---m-10 {
    margin: -1rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---m-15 {
    margin: -1.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---m-20 {
    margin: -2rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---m-30 {
    margin: -3rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---m-40 {
    margin: -4rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---m-50 {
    margin: -5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---m-100 {
    margin: -10rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---m-px {
    margin: -1px;
  }
}
@media (min-width: 768px) {
  .vpt .md--my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--my-5 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--mx-5 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--my-10 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--mx-10 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--my-15 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--mx-15 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--my-20 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--mx-20 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--my-30 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--mx-30 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--my-40 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--mx-40 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--my-50 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--mx-50 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--my-100 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--mx-100 {
    margin-left: 10rem;
    margin-right: 10rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media (min-width: 768px) {
  .vpt .md--mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .vpt .md--my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }
}
@media (min-width: 768px) {
  .vpt .md--mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }
}
@media (min-width: 768px) {
  .vpt .md---my-5 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---mx-5 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---my-10 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---mx-10 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---my-15 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---mx-15 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---my-20 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---mx-20 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---my-30 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---mx-30 {
    margin-left: -3rem;
    margin-right: -3rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---my-40 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---mx-40 {
    margin-left: -4rem;
    margin-right: -4rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---my-50 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---mx-50 {
    margin-left: -5rem;
    margin-right: -5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---my-100 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---mx-100 {
    margin-left: -10rem;
    margin-right: -10rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }
}
@media (min-width: 768px) {
  .vpt .md---mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }
}
@media (min-width: 768px) {
  .vpt .md--mt-0 {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--mr-0 {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--mb-0 {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--ml-0 {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--mt-5 {
    margin-top: 0.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--mr-5 {
    margin-right: 0.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--mb-5 {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--ml-5 {
    margin-left: 0.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--mt-10 {
    margin-top: 1rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--mr-10 {
    margin-right: 1rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--mb-10 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--ml-10 {
    margin-left: 1rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--mt-15 {
    margin-top: 1.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--mr-15 {
    margin-right: 1.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--mb-15 {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--ml-15 {
    margin-left: 1.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--mt-20 {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--mr-20 {
    margin-right: 2rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--mb-20 {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--ml-20 {
    margin-left: 2rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--mt-30 {
    margin-top: 3rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--mr-30 {
    margin-right: 3rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--mb-30 {
    margin-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--ml-30 {
    margin-left: 3rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--mt-40 {
    margin-top: 4rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--mr-40 {
    margin-right: 4rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--mb-40 {
    margin-bottom: 4rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--ml-40 {
    margin-left: 4rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--mt-50 {
    margin-top: 5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--mr-50 {
    margin-right: 5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--mb-50 {
    margin-bottom: 5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--ml-50 {
    margin-left: 5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--mt-100 {
    margin-top: 10rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--mr-100 {
    margin-right: 10rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--mb-100 {
    margin-bottom: 10rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--ml-100 {
    margin-left: 10rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--mt-auto {
    margin-top: auto;
  }
}
@media (min-width: 768px) {
  .vpt .md--mr-auto {
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .vpt .md--mb-auto {
    margin-bottom: auto;
  }
}
@media (min-width: 768px) {
  .vpt .md--ml-auto {
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .vpt .md--mt-px {
    margin-top: 1px;
  }
}
@media (min-width: 768px) {
  .vpt .md--mr-px {
    margin-right: 1px;
  }
}
@media (min-width: 768px) {
  .vpt .md--mb-px {
    margin-bottom: 1px;
  }
}
@media (min-width: 768px) {
  .vpt .md--ml-px {
    margin-left: 1px;
  }
}
@media (min-width: 768px) {
  .vpt .md---mt-5 {
    margin-top: -0.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---mr-5 {
    margin-right: -0.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---mb-5 {
    margin-bottom: -0.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---ml-5 {
    margin-left: -0.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---mt-10 {
    margin-top: -1rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---mr-10 {
    margin-right: -1rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---mb-10 {
    margin-bottom: -1rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---ml-10 {
    margin-left: -1rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---mt-15 {
    margin-top: -1.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---mr-15 {
    margin-right: -1.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---mb-15 {
    margin-bottom: -1.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---ml-15 {
    margin-left: -1.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---mt-20 {
    margin-top: -2rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---mr-20 {
    margin-right: -2rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---mb-20 {
    margin-bottom: -2rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---ml-20 {
    margin-left: -2rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---mt-30 {
    margin-top: -3rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---mr-30 {
    margin-right: -3rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---mb-30 {
    margin-bottom: -3rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---ml-30 {
    margin-left: -3rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---mt-40 {
    margin-top: -4rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---mr-40 {
    margin-right: -4rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---mb-40 {
    margin-bottom: -4rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---ml-40 {
    margin-left: -4rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---mt-50 {
    margin-top: -5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---mr-50 {
    margin-right: -5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---mb-50 {
    margin-bottom: -5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---ml-50 {
    margin-left: -5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---mt-100 {
    margin-top: -10rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---mr-100 {
    margin-right: -10rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---mb-100 {
    margin-bottom: -10rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---ml-100 {
    margin-left: -10rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---mt-px {
    margin-top: -1px;
  }
}
@media (min-width: 768px) {
  .vpt .md---mr-px {
    margin-right: -1px;
  }
}
@media (min-width: 768px) {
  .vpt .md---mb-px {
    margin-bottom: -1px;
  }
}
@media (min-width: 768px) {
  .vpt .md---ml-px {
    margin-left: -1px;
  }
}
@media (min-width: 768px) {
  .vpt .md--max-h-full {
    max-height: 100%;
  }
}
@media (min-width: 768px) {
  .vpt .md--max-h-screen {
    max-height: 100vh;
  }
}
@media (min-width: 768px) {
  .vpt .md--max-w-none {
    max-width: none;
  }
}
@media (min-width: 768px) {
  .vpt .md--max-w-xs {
    max-width: 20rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--max-w-sm {
    max-width: 24rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--max-w-md {
    max-width: 28rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--max-w-lg {
    max-width: 32rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--max-w-xl {
    max-width: 36rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--max-w-2xl {
    max-width: 42rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--max-w-3xl {
    max-width: 48rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--max-w-4xl {
    max-width: 56rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--max-w-5xl {
    max-width: 64rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--max-w-6xl {
    max-width: 72rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--max-w-full {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .vpt .md--max-w-screen-sm {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .vpt .md--max-w-screen-md {
    max-width: 768px;
  }
}
@media (min-width: 768px) {
  .vpt .md--max-w-screen-lg {
    max-width: 1024px;
  }
}
@media (min-width: 768px) {
  .vpt .md--max-w-screen-xl {
    max-width: 1280px;
  }
}
@media (min-width: 768px) {
  .vpt .md--min-h-0 {
    min-height: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--min-h-full {
    min-height: 100%;
  }
}
@media (min-width: 768px) {
  .vpt .md--min-h-screen {
    min-height: 100vh;
  }
}
@media (min-width: 768px) {
  .vpt .md--min-w-0 {
    min-width: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--min-w-full {
    min-width: 100%;
  }
}
@media (min-width: 768px) {
  .vpt .md--object-contain {
    object-fit: contain;
  }
}
@media (min-width: 768px) {
  .vpt .md--object-cover {
    object-fit: cover;
  }
}
@media (min-width: 768px) {
  .vpt .md--object-fill {
    object-fit: fill;
  }
}
@media (min-width: 768px) {
  .vpt .md--object-none {
    object-fit: none;
  }
}
@media (min-width: 768px) {
  .vpt .md--object-scale-down {
    object-fit: scale-down;
  }
}
@media (min-width: 768px) {
  .vpt .md--object-bottom {
    object-position: bottom;
  }
}
@media (min-width: 768px) {
  .vpt .md--object-center {
    object-position: center;
  }
}
@media (min-width: 768px) {
  .vpt .md--object-left {
    object-position: left;
  }
}
@media (min-width: 768px) {
  .vpt .md--object-left-bottom {
    object-position: left bottom;
  }
}
@media (min-width: 768px) {
  .vpt .md--object-left-top {
    object-position: left top;
  }
}
@media (min-width: 768px) {
  .vpt .md--object-right {
    object-position: right;
  }
}
@media (min-width: 768px) {
  .vpt .md--object-right-bottom {
    object-position: right bottom;
  }
}
@media (min-width: 768px) {
  .vpt .md--object-right-top {
    object-position: right top;
  }
}
@media (min-width: 768px) {
  .vpt .md--object-top {
    object-position: top;
  }
}
@media (min-width: 768px) {
  .vpt .md--opacity-0 {
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--opacity-25 {
    opacity: 0.25;
  }
}
@media (min-width: 768px) {
  .vpt .md--opacity-50 {
    opacity: 0.5;
  }
}
@media (min-width: 768px) {
  .vpt .md--opacity-75 {
    opacity: 0.75;
  }
}
@media (min-width: 768px) {
  .vpt .md--opacity-100 {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--opacity-0:hover {
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--opacity-25:hover {
    opacity: 0.25;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--opacity-50:hover {
    opacity: 0.5;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--opacity-75:hover {
    opacity: 0.75;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--opacity-100:hover {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--opacity-0:focus {
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--opacity-25:focus {
    opacity: 0.25;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--opacity-50:focus {
    opacity: 0.5;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--opacity-75:focus {
    opacity: 0.75;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--opacity-100:focus {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .vpt .md--outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
}
@media (min-width: 768px) {
  .vpt .md--outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }
}
@media (min-width: 768px) {
  .vpt .md--outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }
}
@media (min-width: 768px) {
  .vpt .md--overflow-auto {
    overflow: auto;
  }
}
@media (min-width: 768px) {
  .vpt .md--overflow-hidden {
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .vpt .md--overflow-visible {
    overflow: visible;
  }
}
@media (min-width: 768px) {
  .vpt .md--overflow-scroll {
    overflow: scroll;
  }
}
@media (min-width: 768px) {
  .vpt .md--overflow-x-auto {
    overflow-x: auto;
  }
}
@media (min-width: 768px) {
  .vpt .md--overflow-y-auto {
    overflow-y: auto;
  }
}
@media (min-width: 768px) {
  .vpt .md--overflow-x-hidden {
    overflow-x: hidden;
  }
}
@media (min-width: 768px) {
  .vpt .md--overflow-y-hidden {
    overflow-y: hidden;
  }
}
@media (min-width: 768px) {
  .vpt .md--overflow-x-visible {
    overflow-x: visible;
  }
}
@media (min-width: 768px) {
  .vpt .md--overflow-y-visible {
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .vpt .md--overflow-x-scroll {
    overflow-x: scroll;
  }
}
@media (min-width: 768px) {
  .vpt .md--overflow-y-scroll {
    overflow-y: scroll;
  }
}
@media (min-width: 768px) {
  .vpt .md--scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }
}
@media (min-width: 768px) {
  .vpt .md--scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }
}
@media (min-width: 768px) {
  .vpt .md--overscroll-auto {
    overscroll-behavior: auto;
  }
}
@media (min-width: 768px) {
  .vpt .md--overscroll-contain {
    overscroll-behavior: contain;
  }
}
@media (min-width: 768px) {
  .vpt .md--overscroll-none {
    overscroll-behavior: none;
  }
}
@media (min-width: 768px) {
  .vpt .md--overscroll-y-auto {
    overscroll-behavior-y: auto;
  }
}
@media (min-width: 768px) {
  .vpt .md--overscroll-y-contain {
    overscroll-behavior-y: contain;
  }
}
@media (min-width: 768px) {
  .vpt .md--overscroll-y-none {
    overscroll-behavior-y: none;
  }
}
@media (min-width: 768px) {
  .vpt .md--overscroll-x-auto {
    overscroll-behavior-x: auto;
  }
}
@media (min-width: 768px) {
  .vpt .md--overscroll-x-contain {
    overscroll-behavior-x: contain;
  }
}
@media (min-width: 768px) {
  .vpt .md--overscroll-x-none {
    overscroll-behavior-x: none;
  }
}
@media (min-width: 768px) {
  .vpt .md--p-0 {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--p-5 {
    padding: 0.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--p-10 {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--p-15 {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--p-20 {
    padding: 2rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--p-30 {
    padding: 3rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--p-40 {
    padding: 4rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--p-50 {
    padding: 5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--p-100 {
    padding: 10rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--p-px {
    padding: 1px;
  }
}
@media (min-width: 768px) {
  .vpt .md--py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--px-0 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--py-5 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--px-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--py-10 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--px-10 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--py-15 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--px-15 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--py-20 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--px-20 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--py-30 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--px-30 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--py-40 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--px-40 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--py-50 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--px-50 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--py-100 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--px-100 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }
}
@media (min-width: 768px) {
  .vpt .md--px-px {
    padding-left: 1px;
    padding-right: 1px;
  }
}
@media (min-width: 768px) {
  .vpt .md--pt-0 {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--pr-0 {
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--pb-0 {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--pl-0 {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--pt-5 {
    padding-top: 0.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--pr-5 {
    padding-right: 0.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--pb-5 {
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--pl-5 {
    padding-left: 0.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--pt-10 {
    padding-top: 1rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--pr-10 {
    padding-right: 1rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--pb-10 {
    padding-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--pl-10 {
    padding-left: 1rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--pt-15 {
    padding-top: 1.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--pr-15 {
    padding-right: 1.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--pb-15 {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--pl-15 {
    padding-left: 1.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--pt-20 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--pr-20 {
    padding-right: 2rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--pb-20 {
    padding-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--pl-20 {
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--pt-30 {
    padding-top: 3rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--pr-30 {
    padding-right: 3rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--pb-30 {
    padding-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--pl-30 {
    padding-left: 3rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--pt-40 {
    padding-top: 4rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--pr-40 {
    padding-right: 4rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--pb-40 {
    padding-bottom: 4rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--pl-40 {
    padding-left: 4rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--pt-50 {
    padding-top: 5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--pr-50 {
    padding-right: 5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--pb-50 {
    padding-bottom: 5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--pl-50 {
    padding-left: 5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--pt-100 {
    padding-top: 10rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--pr-100 {
    padding-right: 10rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--pb-100 {
    padding-bottom: 10rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--pl-100 {
    padding-left: 10rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--pt-px {
    padding-top: 1px;
  }
}
@media (min-width: 768px) {
  .vpt .md--pr-px {
    padding-right: 1px;
  }
}
@media (min-width: 768px) {
  .vpt .md--pb-px {
    padding-bottom: 1px;
  }
}
@media (min-width: 768px) {
  .vpt .md--pl-px {
    padding-left: 1px;
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-blue-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F4F5FB;
    color: rgba(244, 245, 251, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-blue-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F4F5FB;
    color: rgba(244, 245, 251, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-blue-100::placeholder {
    --placeholder-opacity: 1;
    color: #F4F5FB;
    color: rgba(244, 245, 251, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-blue-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #CED2EE;
    color: rgba(206, 210, 238, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-blue-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #CED2EE;
    color: rgba(206, 210, 238, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-blue-200::placeholder {
    --placeholder-opacity: 1;
    color: #CED2EE;
    color: rgba(206, 210, 238, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-blue-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #A8AFE1;
    color: rgba(168, 175, 225, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-blue-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #A8AFE1;
    color: rgba(168, 175, 225, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-blue-300::placeholder {
    --placeholder-opacity: 1;
    color: #A8AFE1;
    color: rgba(168, 175, 225, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-blue-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #828DD4;
    color: rgba(130, 141, 212, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-blue-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #828DD4;
    color: rgba(130, 141, 212, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-blue-400::placeholder {
    --placeholder-opacity: 1;
    color: #828DD4;
    color: rgba(130, 141, 212, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-blue-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5C6AC7;
    color: rgba(92, 106, 199, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-blue-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5C6AC7;
    color: rgba(92, 106, 199, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-blue-500::placeholder {
    --placeholder-opacity: 1;
    color: #5C6AC7;
    color: rgba(92, 106, 199, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-blue-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3D4DB3;
    color: rgba(61, 77, 179, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-blue-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3D4DB3;
    color: rgba(61, 77, 179, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-blue-600::placeholder {
    --placeholder-opacity: 1;
    color: #3D4DB3;
    color: rgba(61, 77, 179, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-blue-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #303C8D;
    color: rgba(48, 60, 141, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-blue-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #303C8D;
    color: rgba(48, 60, 141, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-blue-700::placeholder {
    --placeholder-opacity: 1;
    color: #303C8D;
    color: rgba(48, 60, 141, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-blue-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #232C67;
    color: rgba(35, 44, 103, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-blue-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #232C67;
    color: rgba(35, 44, 103, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-blue-800::placeholder {
    --placeholder-opacity: 1;
    color: #232C67;
    color: rgba(35, 44, 103, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-blue-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #161C41;
    color: rgba(22, 28, 65, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-blue-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #161C41;
    color: rgba(22, 28, 65, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-blue-900::placeholder {
    --placeholder-opacity: 1;
    color: #161C41;
    color: rgba(22, 28, 65, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-black-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #FFFFFF;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-black-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #FFFFFF;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-black-100::placeholder {
    --placeholder-opacity: 1;
    color: #FFFFFF;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-black-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #EAEDF1;
    color: rgba(234, 237, 241, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-black-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #EAEDF1;
    color: rgba(234, 237, 241, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-black-200::placeholder {
    --placeholder-opacity: 1;
    color: #EAEDF1;
    color: rgba(234, 237, 241, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-black-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #D1D8E0;
    color: rgba(209, 216, 224, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-black-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #D1D8E0;
    color: rgba(209, 216, 224, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-black-300::placeholder {
    --placeholder-opacity: 1;
    color: #D1D8E0;
    color: rgba(209, 216, 224, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-black-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #B9C3D0;
    color: rgba(185, 195, 208, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-black-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #B9C3D0;
    color: rgba(185, 195, 208, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-black-400::placeholder {
    --placeholder-opacity: 1;
    color: #B9C3D0;
    color: rgba(185, 195, 208, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-black-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #A0AEC0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-black-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #A0AEC0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-black-500::placeholder {
    --placeholder-opacity: 1;
    color: #A0AEC0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-black-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7E91A9;
    color: rgba(126, 145, 169, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-black-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7E91A9;
    color: rgba(126, 145, 169, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-black-600::placeholder {
    --placeholder-opacity: 1;
    color: #7E91A9;
    color: rgba(126, 145, 169, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-black-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #607590;
    color: rgba(96, 117, 144, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-black-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #607590;
    color: rgba(96, 117, 144, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-black-700::placeholder {
    --placeholder-opacity: 1;
    color: #607590;
    color: rgba(96, 117, 144, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-black-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #49596E;
    color: rgba(73, 89, 110, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-black-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #49596E;
    color: rgba(73, 89, 110, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-black-800::placeholder {
    --placeholder-opacity: 1;
    color: #49596E;
    color: rgba(73, 89, 110, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-black-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #333E4D;
    color: rgba(51, 62, 77, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-black-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #333E4D;
    color: rgba(51, 62, 77, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-black-900::placeholder {
    --placeholder-opacity: 1;
    color: #333E4D;
    color: rgba(51, 62, 77, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-green-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #DBFAE8;
    color: rgba(219, 250, 232, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-green-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #DBFAE8;
    color: rgba(219, 250, 232, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-green-100::placeholder {
    --placeholder-opacity: 1;
    color: #DBFAE8;
    color: rgba(219, 250, 232, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-green-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #98F0BD;
    color: rgba(152, 240, 189, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-green-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #98F0BD;
    color: rgba(152, 240, 189, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-green-200::placeholder {
    --placeholder-opacity: 1;
    color: #98F0BD;
    color: rgba(152, 240, 189, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-green-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #55E792;
    color: rgba(85, 231, 146, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-green-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #55E792;
    color: rgba(85, 231, 146, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-green-300::placeholder {
    --placeholder-opacity: 1;
    color: #55E792;
    color: rgba(85, 231, 146, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-green-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1ED269;
    color: rgba(30, 210, 105, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-green-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1ED269;
    color: rgba(30, 210, 105, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-green-400::placeholder {
    --placeholder-opacity: 1;
    color: #1ED269;
    color: rgba(30, 210, 105, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-green-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #148F47;
    color: rgba(20, 143, 71, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-green-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #148F47;
    color: rgba(20, 143, 71, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-green-500::placeholder {
    --placeholder-opacity: 1;
    color: #148F47;
    color: rgba(20, 143, 71, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-green-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #11743A;
    color: rgba(17, 116, 58, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-green-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #11743A;
    color: rgba(17, 116, 58, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-green-600::placeholder {
    --placeholder-opacity: 1;
    color: #11743A;
    color: rgba(17, 116, 58, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-green-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0D592D;
    color: rgba(13, 89, 45, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-green-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0D592D;
    color: rgba(13, 89, 45, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-green-700::placeholder {
    --placeholder-opacity: 1;
    color: #0D592D;
    color: rgba(13, 89, 45, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-green-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #093E1F;
    color: rgba(9, 62, 31, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-green-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #093E1F;
    color: rgba(9, 62, 31, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-green-800::placeholder {
    --placeholder-opacity: 1;
    color: #093E1F;
    color: rgba(9, 62, 31, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-green-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #052412;
    color: rgba(5, 36, 18, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-green-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #052412;
    color: rgba(5, 36, 18, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-green-900::placeholder {
    --placeholder-opacity: 1;
    color: #052412;
    color: rgba(5, 36, 18, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-red-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #FDDDE0;
    color: rgba(253, 221, 224, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-red-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #FDDDE0;
    color: rgba(253, 221, 224, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-red-100::placeholder {
    --placeholder-opacity: 1;
    color: #FDDDE0;
    color: rgba(253, 221, 224, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-red-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #FBB2B9;
    color: rgba(251, 178, 185, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-red-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #FBB2B9;
    color: rgba(251, 178, 185, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-red-200::placeholder {
    --placeholder-opacity: 1;
    color: #FBB2B9;
    color: rgba(251, 178, 185, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-red-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F88792;
    color: rgba(248, 135, 146, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-red-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F88792;
    color: rgba(248, 135, 146, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-red-300::placeholder {
    --placeholder-opacity: 1;
    color: #F88792;
    color: rgba(248, 135, 146, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-red-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F55B6B;
    color: rgba(245, 91, 107, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-red-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F55B6B;
    color: rgba(245, 91, 107, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-red-400::placeholder {
    --placeholder-opacity: 1;
    color: #F55B6B;
    color: rgba(245, 91, 107, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-red-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F33043;
    color: rgba(243, 48, 67, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-red-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F33043;
    color: rgba(243, 48, 67, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-red-500::placeholder {
    --placeholder-opacity: 1;
    color: #F33043;
    color: rgba(243, 48, 67, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-red-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E30D23;
    color: rgba(227, 13, 35, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-red-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E30D23;
    color: rgba(227, 13, 35, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-red-600::placeholder {
    --placeholder-opacity: 1;
    color: #E30D23;
    color: rgba(227, 13, 35, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-red-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #B20A1B;
    color: rgba(178, 10, 27, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-red-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #B20A1B;
    color: rgba(178, 10, 27, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-red-700::placeholder {
    --placeholder-opacity: 1;
    color: #B20A1B;
    color: rgba(178, 10, 27, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-red-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #820814;
    color: rgba(130, 8, 20, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-red-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #820814;
    color: rgba(130, 8, 20, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-red-800::placeholder {
    --placeholder-opacity: 1;
    color: #820814;
    color: rgba(130, 8, 20, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-red-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #52050C;
    color: rgba(82, 5, 12, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-red-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #52050C;
    color: rgba(82, 5, 12, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-red-900::placeholder {
    --placeholder-opacity: 1;
    color: #52050C;
    color: rgba(82, 5, 12, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-blue-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F4F5FB;
    color: rgba(244, 245, 251, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-blue-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F4F5FB;
    color: rgba(244, 245, 251, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-blue-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #F4F5FB;
    color: rgba(244, 245, 251, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-blue-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #CED2EE;
    color: rgba(206, 210, 238, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-blue-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #CED2EE;
    color: rgba(206, 210, 238, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-blue-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #CED2EE;
    color: rgba(206, 210, 238, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-blue-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #A8AFE1;
    color: rgba(168, 175, 225, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-blue-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #A8AFE1;
    color: rgba(168, 175, 225, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-blue-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #A8AFE1;
    color: rgba(168, 175, 225, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-blue-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #828DD4;
    color: rgba(130, 141, 212, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-blue-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #828DD4;
    color: rgba(130, 141, 212, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-blue-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #828DD4;
    color: rgba(130, 141, 212, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-blue-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5C6AC7;
    color: rgba(92, 106, 199, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-blue-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5C6AC7;
    color: rgba(92, 106, 199, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-blue-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #5C6AC7;
    color: rgba(92, 106, 199, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-blue-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3D4DB3;
    color: rgba(61, 77, 179, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-blue-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3D4DB3;
    color: rgba(61, 77, 179, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-blue-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #3D4DB3;
    color: rgba(61, 77, 179, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-blue-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #303C8D;
    color: rgba(48, 60, 141, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-blue-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #303C8D;
    color: rgba(48, 60, 141, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-blue-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #303C8D;
    color: rgba(48, 60, 141, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-blue-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #232C67;
    color: rgba(35, 44, 103, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-blue-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #232C67;
    color: rgba(35, 44, 103, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-blue-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #232C67;
    color: rgba(35, 44, 103, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-blue-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #161C41;
    color: rgba(22, 28, 65, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-blue-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #161C41;
    color: rgba(22, 28, 65, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-blue-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #161C41;
    color: rgba(22, 28, 65, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-black-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #FFFFFF;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-black-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #FFFFFF;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-black-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #FFFFFF;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-black-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #EAEDF1;
    color: rgba(234, 237, 241, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-black-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #EAEDF1;
    color: rgba(234, 237, 241, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-black-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #EAEDF1;
    color: rgba(234, 237, 241, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-black-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #D1D8E0;
    color: rgba(209, 216, 224, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-black-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #D1D8E0;
    color: rgba(209, 216, 224, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-black-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #D1D8E0;
    color: rgba(209, 216, 224, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-black-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #B9C3D0;
    color: rgba(185, 195, 208, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-black-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #B9C3D0;
    color: rgba(185, 195, 208, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-black-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #B9C3D0;
    color: rgba(185, 195, 208, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-black-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #A0AEC0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-black-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #A0AEC0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-black-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #A0AEC0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-black-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7E91A9;
    color: rgba(126, 145, 169, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-black-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7E91A9;
    color: rgba(126, 145, 169, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-black-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #7E91A9;
    color: rgba(126, 145, 169, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-black-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #607590;
    color: rgba(96, 117, 144, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-black-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #607590;
    color: rgba(96, 117, 144, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-black-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #607590;
    color: rgba(96, 117, 144, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-black-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #49596E;
    color: rgba(73, 89, 110, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-black-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #49596E;
    color: rgba(73, 89, 110, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-black-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #49596E;
    color: rgba(73, 89, 110, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-black-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #333E4D;
    color: rgba(51, 62, 77, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-black-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #333E4D;
    color: rgba(51, 62, 77, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-black-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #333E4D;
    color: rgba(51, 62, 77, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-green-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #DBFAE8;
    color: rgba(219, 250, 232, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-green-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #DBFAE8;
    color: rgba(219, 250, 232, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-green-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #DBFAE8;
    color: rgba(219, 250, 232, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-green-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #98F0BD;
    color: rgba(152, 240, 189, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-green-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #98F0BD;
    color: rgba(152, 240, 189, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-green-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #98F0BD;
    color: rgba(152, 240, 189, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-green-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #55E792;
    color: rgba(85, 231, 146, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-green-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #55E792;
    color: rgba(85, 231, 146, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-green-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #55E792;
    color: rgba(85, 231, 146, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-green-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1ED269;
    color: rgba(30, 210, 105, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-green-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1ED269;
    color: rgba(30, 210, 105, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-green-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #1ED269;
    color: rgba(30, 210, 105, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-green-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #148F47;
    color: rgba(20, 143, 71, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-green-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #148F47;
    color: rgba(20, 143, 71, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-green-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #148F47;
    color: rgba(20, 143, 71, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-green-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #11743A;
    color: rgba(17, 116, 58, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-green-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #11743A;
    color: rgba(17, 116, 58, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-green-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #11743A;
    color: rgba(17, 116, 58, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-green-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0D592D;
    color: rgba(13, 89, 45, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-green-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0D592D;
    color: rgba(13, 89, 45, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-green-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #0D592D;
    color: rgba(13, 89, 45, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-green-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #093E1F;
    color: rgba(9, 62, 31, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-green-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #093E1F;
    color: rgba(9, 62, 31, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-green-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #093E1F;
    color: rgba(9, 62, 31, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-green-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #052412;
    color: rgba(5, 36, 18, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-green-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #052412;
    color: rgba(5, 36, 18, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-green-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #052412;
    color: rgba(5, 36, 18, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-red-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #FDDDE0;
    color: rgba(253, 221, 224, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-red-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #FDDDE0;
    color: rgba(253, 221, 224, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-red-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #FDDDE0;
    color: rgba(253, 221, 224, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-red-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #FBB2B9;
    color: rgba(251, 178, 185, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-red-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #FBB2B9;
    color: rgba(251, 178, 185, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-red-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #FBB2B9;
    color: rgba(251, 178, 185, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-red-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F88792;
    color: rgba(248, 135, 146, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-red-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F88792;
    color: rgba(248, 135, 146, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-red-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #F88792;
    color: rgba(248, 135, 146, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-red-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F55B6B;
    color: rgba(245, 91, 107, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-red-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F55B6B;
    color: rgba(245, 91, 107, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-red-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #F55B6B;
    color: rgba(245, 91, 107, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-red-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F33043;
    color: rgba(243, 48, 67, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-red-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F33043;
    color: rgba(243, 48, 67, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-red-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #F33043;
    color: rgba(243, 48, 67, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-red-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E30D23;
    color: rgba(227, 13, 35, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-red-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E30D23;
    color: rgba(227, 13, 35, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-red-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #E30D23;
    color: rgba(227, 13, 35, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-red-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #B20A1B;
    color: rgba(178, 10, 27, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-red-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #B20A1B;
    color: rgba(178, 10, 27, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-red-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #B20A1B;
    color: rgba(178, 10, 27, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-red-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #820814;
    color: rgba(130, 8, 20, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-red-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #820814;
    color: rgba(130, 8, 20, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-red-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #820814;
    color: rgba(130, 8, 20, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-red-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #52050C;
    color: rgba(82, 5, 12, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-red-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #52050C;
    color: rgba(82, 5, 12, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-red-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #52050C;
    color: rgba(82, 5, 12, var(--placeholder-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-opacity-0::-moz-placeholder {
    --placeholder-opacity: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-opacity-0:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-opacity-25::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-opacity-25:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25;
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-opacity-50::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-opacity-50:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5;
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-opacity-75::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-opacity-75:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75;
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-opacity-100::-moz-placeholder {
    --placeholder-opacity: 1;
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-opacity-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }
}
@media (min-width: 768px) {
  .vpt .md--placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-opacity-0:focus::-moz-placeholder {
    --placeholder-opacity: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-opacity-0:focus:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-opacity-0:focus::placeholder {
    --placeholder-opacity: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-opacity-25:focus::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-opacity-25:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-opacity-25:focus::placeholder {
    --placeholder-opacity: 0.25;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-opacity-50:focus::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-opacity-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-opacity-50:focus::placeholder {
    --placeholder-opacity: 0.5;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-opacity-75:focus::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-opacity-75:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-opacity-75:focus::placeholder {
    --placeholder-opacity: 0.75;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-opacity-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-opacity-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--placeholder-opacity-100:focus::placeholder {
    --placeholder-opacity: 1;
  }
}
@media (min-width: 768px) {
  .vpt .md--pointer-events-none {
    pointer-events: none;
  }
}
@media (min-width: 768px) {
  .vpt .md--pointer-events-auto {
    pointer-events: auto;
  }
}
@media (min-width: 768px) {
  .vpt .md--static {
    position: static;
  }
}
@media (min-width: 768px) {
  .vpt .md--fixed {
    position: fixed;
  }
}
@media (min-width: 768px) {
  .vpt .md--absolute {
    position: absolute;
  }
}
@media (min-width: 768px) {
  .vpt .md--relative {
    position: relative;
  }
}
@media (min-width: 768px) {
  .vpt .md--sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}
@media (min-width: 768px) {
  .vpt .md--inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
}
@media (min-width: 768px) {
  .vpt .md--inset-y-0 {
    top: 0;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--inset-x-0 {
    right: 0;
    left: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--inset-y-auto {
    top: auto;
    bottom: auto;
  }
}
@media (min-width: 768px) {
  .vpt .md--inset-x-auto {
    right: auto;
    left: auto;
  }
}
@media (min-width: 768px) {
  .vpt .md--top-0 {
    top: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--right-0 {
    right: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--bottom-0 {
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--left-0 {
    left: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--top-auto {
    top: auto;
  }
}
@media (min-width: 768px) {
  .vpt .md--right-auto {
    right: auto;
  }
}
@media (min-width: 768px) {
  .vpt .md--bottom-auto {
    bottom: auto;
  }
}
@media (min-width: 768px) {
  .vpt .md--left-auto {
    left: auto;
  }
}
@media (min-width: 768px) {
  .vpt .md--resize-none {
    resize: none;
  }
}
@media (min-width: 768px) {
  .vpt .md--resize-y {
    resize: vertical;
  }
}
@media (min-width: 768px) {
  .vpt .md--resize-x {
    resize: horizontal;
  }
}
@media (min-width: 768px) {
  .vpt .md--resize {
    resize: both;
  }
}
@media (min-width: 768px) {
  .vpt .md--shadow-xs {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }
}
@media (min-width: 768px) {
  .vpt .md--shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }
}
@media (min-width: 768px) {
  .vpt .md--shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }
}
@media (min-width: 768px) {
  .vpt .md--shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }
}
@media (min-width: 768px) {
  .vpt .md--shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }
}
@media (min-width: 768px) {
  .vpt .md--shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }
}
@media (min-width: 768px) {
  .vpt .md--shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }
}
@media (min-width: 768px) {
  .vpt .md--shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }
}
@media (min-width: 768px) {
  .vpt .md--shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }
}
@media (min-width: 768px) {
  .vpt .md--shadow-none {
    box-shadow: none;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--shadow-xs:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--shadow-sm:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--shadow-none:hover {
    box-shadow: none;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--shadow-xs:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--shadow-sm:focus {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--shadow-none:focus {
    box-shadow: none;
  }
}
@media (min-width: 768px) {
  .vpt .md--fill-current {
    fill: currentColor;
  }
}
@media (min-width: 768px) {
  .vpt .md--stroke-current {
    stroke: currentColor;
  }
}
@media (min-width: 768px) {
  .vpt .md--stroke-0 {
    stroke-width: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--stroke-1 {
    stroke-width: 1;
  }
}
@media (min-width: 768px) {
  .vpt .md--stroke-2 {
    stroke-width: 2;
  }
}
@media (min-width: 768px) {
  .vpt .md--table-auto {
    table-layout: auto;
  }
}
@media (min-width: 768px) {
  .vpt .md--table-fixed {
    table-layout: fixed;
  }
}
@media (min-width: 768px) {
  .vpt .md--text-left {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .vpt .md--text-center {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .vpt .md--text-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .vpt .md--text-justify {
    text-align: justify;
  }
}
@media (min-width: 768px) {
  .vpt .md--text-blue-100 {
    --text-opacity: 1;
    color: #F4F5FB;
    color: rgba(244, 245, 251, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--text-blue-200 {
    --text-opacity: 1;
    color: #CED2EE;
    color: rgba(206, 210, 238, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--text-blue-300 {
    --text-opacity: 1;
    color: #A8AFE1;
    color: rgba(168, 175, 225, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--text-blue-400 {
    --text-opacity: 1;
    color: #828DD4;
    color: rgba(130, 141, 212, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--text-blue-500 {
    --text-opacity: 1;
    color: #5C6AC7;
    color: rgba(92, 106, 199, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--text-blue-600 {
    --text-opacity: 1;
    color: #3D4DB3;
    color: rgba(61, 77, 179, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--text-blue-700 {
    --text-opacity: 1;
    color: #303C8D;
    color: rgba(48, 60, 141, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--text-blue-800 {
    --text-opacity: 1;
    color: #232C67;
    color: rgba(35, 44, 103, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--text-blue-900 {
    --text-opacity: 1;
    color: #161C41;
    color: rgba(22, 28, 65, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--text-black-100 {
    --text-opacity: 1;
    color: #FFFFFF;
    color: rgba(255, 255, 255, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--text-black-200 {
    --text-opacity: 1;
    color: #EAEDF1;
    color: rgba(234, 237, 241, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--text-black-300 {
    --text-opacity: 1;
    color: #D1D8E0;
    color: rgba(209, 216, 224, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--text-black-400 {
    --text-opacity: 1;
    color: #B9C3D0;
    color: rgba(185, 195, 208, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--text-black-500 {
    --text-opacity: 1;
    color: #A0AEC0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--text-black-600 {
    --text-opacity: 1;
    color: #7E91A9;
    color: rgba(126, 145, 169, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--text-black-700 {
    --text-opacity: 1;
    color: #607590;
    color: rgba(96, 117, 144, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--text-black-800 {
    --text-opacity: 1;
    color: #49596E;
    color: rgba(73, 89, 110, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--text-black-900 {
    --text-opacity: 1;
    color: #333E4D;
    color: rgba(51, 62, 77, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--text-green-100 {
    --text-opacity: 1;
    color: #DBFAE8;
    color: rgba(219, 250, 232, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--text-green-200 {
    --text-opacity: 1;
    color: #98F0BD;
    color: rgba(152, 240, 189, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--text-green-300 {
    --text-opacity: 1;
    color: #55E792;
    color: rgba(85, 231, 146, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--text-green-400 {
    --text-opacity: 1;
    color: #1ED269;
    color: rgba(30, 210, 105, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--text-green-500 {
    --text-opacity: 1;
    color: #148F47;
    color: rgba(20, 143, 71, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--text-green-600 {
    --text-opacity: 1;
    color: #11743A;
    color: rgba(17, 116, 58, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--text-green-700 {
    --text-opacity: 1;
    color: #0D592D;
    color: rgba(13, 89, 45, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--text-green-800 {
    --text-opacity: 1;
    color: #093E1F;
    color: rgba(9, 62, 31, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--text-green-900 {
    --text-opacity: 1;
    color: #052412;
    color: rgba(5, 36, 18, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--text-red-100 {
    --text-opacity: 1;
    color: #FDDDE0;
    color: rgba(253, 221, 224, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--text-red-200 {
    --text-opacity: 1;
    color: #FBB2B9;
    color: rgba(251, 178, 185, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--text-red-300 {
    --text-opacity: 1;
    color: #F88792;
    color: rgba(248, 135, 146, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--text-red-400 {
    --text-opacity: 1;
    color: #F55B6B;
    color: rgba(245, 91, 107, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--text-red-500 {
    --text-opacity: 1;
    color: #F33043;
    color: rgba(243, 48, 67, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--text-red-600 {
    --text-opacity: 1;
    color: #E30D23;
    color: rgba(227, 13, 35, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--text-red-700 {
    --text-opacity: 1;
    color: #B20A1B;
    color: rgba(178, 10, 27, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--text-red-800 {
    --text-opacity: 1;
    color: #820814;
    color: rgba(130, 8, 20, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--text-red-900 {
    --text-opacity: 1;
    color: #52050C;
    color: rgba(82, 5, 12, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--text-blue-100:hover {
    --text-opacity: 1;
    color: #F4F5FB;
    color: rgba(244, 245, 251, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--text-blue-200:hover {
    --text-opacity: 1;
    color: #CED2EE;
    color: rgba(206, 210, 238, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--text-blue-300:hover {
    --text-opacity: 1;
    color: #A8AFE1;
    color: rgba(168, 175, 225, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--text-blue-400:hover {
    --text-opacity: 1;
    color: #828DD4;
    color: rgba(130, 141, 212, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--text-blue-500:hover {
    --text-opacity: 1;
    color: #5C6AC7;
    color: rgba(92, 106, 199, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--text-blue-600:hover {
    --text-opacity: 1;
    color: #3D4DB3;
    color: rgba(61, 77, 179, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--text-blue-700:hover {
    --text-opacity: 1;
    color: #303C8D;
    color: rgba(48, 60, 141, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--text-blue-800:hover {
    --text-opacity: 1;
    color: #232C67;
    color: rgba(35, 44, 103, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--text-blue-900:hover {
    --text-opacity: 1;
    color: #161C41;
    color: rgba(22, 28, 65, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--text-black-100:hover {
    --text-opacity: 1;
    color: #FFFFFF;
    color: rgba(255, 255, 255, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--text-black-200:hover {
    --text-opacity: 1;
    color: #EAEDF1;
    color: rgba(234, 237, 241, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--text-black-300:hover {
    --text-opacity: 1;
    color: #D1D8E0;
    color: rgba(209, 216, 224, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--text-black-400:hover {
    --text-opacity: 1;
    color: #B9C3D0;
    color: rgba(185, 195, 208, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--text-black-500:hover {
    --text-opacity: 1;
    color: #A0AEC0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--text-black-600:hover {
    --text-opacity: 1;
    color: #7E91A9;
    color: rgba(126, 145, 169, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--text-black-700:hover {
    --text-opacity: 1;
    color: #607590;
    color: rgba(96, 117, 144, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--text-black-800:hover {
    --text-opacity: 1;
    color: #49596E;
    color: rgba(73, 89, 110, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--text-black-900:hover {
    --text-opacity: 1;
    color: #333E4D;
    color: rgba(51, 62, 77, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--text-green-100:hover {
    --text-opacity: 1;
    color: #DBFAE8;
    color: rgba(219, 250, 232, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--text-green-200:hover {
    --text-opacity: 1;
    color: #98F0BD;
    color: rgba(152, 240, 189, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--text-green-300:hover {
    --text-opacity: 1;
    color: #55E792;
    color: rgba(85, 231, 146, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--text-green-400:hover {
    --text-opacity: 1;
    color: #1ED269;
    color: rgba(30, 210, 105, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--text-green-500:hover {
    --text-opacity: 1;
    color: #148F47;
    color: rgba(20, 143, 71, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--text-green-600:hover {
    --text-opacity: 1;
    color: #11743A;
    color: rgba(17, 116, 58, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--text-green-700:hover {
    --text-opacity: 1;
    color: #0D592D;
    color: rgba(13, 89, 45, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--text-green-800:hover {
    --text-opacity: 1;
    color: #093E1F;
    color: rgba(9, 62, 31, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--text-green-900:hover {
    --text-opacity: 1;
    color: #052412;
    color: rgba(5, 36, 18, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--text-red-100:hover {
    --text-opacity: 1;
    color: #FDDDE0;
    color: rgba(253, 221, 224, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--text-red-200:hover {
    --text-opacity: 1;
    color: #FBB2B9;
    color: rgba(251, 178, 185, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--text-red-300:hover {
    --text-opacity: 1;
    color: #F88792;
    color: rgba(248, 135, 146, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--text-red-400:hover {
    --text-opacity: 1;
    color: #F55B6B;
    color: rgba(245, 91, 107, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--text-red-500:hover {
    --text-opacity: 1;
    color: #F33043;
    color: rgba(243, 48, 67, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--text-red-600:hover {
    --text-opacity: 1;
    color: #E30D23;
    color: rgba(227, 13, 35, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--text-red-700:hover {
    --text-opacity: 1;
    color: #B20A1B;
    color: rgba(178, 10, 27, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--text-red-800:hover {
    --text-opacity: 1;
    color: #820814;
    color: rgba(130, 8, 20, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--text-red-900:hover {
    --text-opacity: 1;
    color: #52050C;
    color: rgba(82, 5, 12, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--text-blue-100:focus {
    --text-opacity: 1;
    color: #F4F5FB;
    color: rgba(244, 245, 251, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--text-blue-200:focus {
    --text-opacity: 1;
    color: #CED2EE;
    color: rgba(206, 210, 238, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--text-blue-300:focus {
    --text-opacity: 1;
    color: #A8AFE1;
    color: rgba(168, 175, 225, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--text-blue-400:focus {
    --text-opacity: 1;
    color: #828DD4;
    color: rgba(130, 141, 212, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--text-blue-500:focus {
    --text-opacity: 1;
    color: #5C6AC7;
    color: rgba(92, 106, 199, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--text-blue-600:focus {
    --text-opacity: 1;
    color: #3D4DB3;
    color: rgba(61, 77, 179, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--text-blue-700:focus {
    --text-opacity: 1;
    color: #303C8D;
    color: rgba(48, 60, 141, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--text-blue-800:focus {
    --text-opacity: 1;
    color: #232C67;
    color: rgba(35, 44, 103, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--text-blue-900:focus {
    --text-opacity: 1;
    color: #161C41;
    color: rgba(22, 28, 65, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--text-black-100:focus {
    --text-opacity: 1;
    color: #FFFFFF;
    color: rgba(255, 255, 255, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--text-black-200:focus {
    --text-opacity: 1;
    color: #EAEDF1;
    color: rgba(234, 237, 241, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--text-black-300:focus {
    --text-opacity: 1;
    color: #D1D8E0;
    color: rgba(209, 216, 224, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--text-black-400:focus {
    --text-opacity: 1;
    color: #B9C3D0;
    color: rgba(185, 195, 208, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--text-black-500:focus {
    --text-opacity: 1;
    color: #A0AEC0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--text-black-600:focus {
    --text-opacity: 1;
    color: #7E91A9;
    color: rgba(126, 145, 169, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--text-black-700:focus {
    --text-opacity: 1;
    color: #607590;
    color: rgba(96, 117, 144, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--text-black-800:focus {
    --text-opacity: 1;
    color: #49596E;
    color: rgba(73, 89, 110, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--text-black-900:focus {
    --text-opacity: 1;
    color: #333E4D;
    color: rgba(51, 62, 77, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--text-green-100:focus {
    --text-opacity: 1;
    color: #DBFAE8;
    color: rgba(219, 250, 232, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--text-green-200:focus {
    --text-opacity: 1;
    color: #98F0BD;
    color: rgba(152, 240, 189, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--text-green-300:focus {
    --text-opacity: 1;
    color: #55E792;
    color: rgba(85, 231, 146, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--text-green-400:focus {
    --text-opacity: 1;
    color: #1ED269;
    color: rgba(30, 210, 105, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--text-green-500:focus {
    --text-opacity: 1;
    color: #148F47;
    color: rgba(20, 143, 71, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--text-green-600:focus {
    --text-opacity: 1;
    color: #11743A;
    color: rgba(17, 116, 58, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--text-green-700:focus {
    --text-opacity: 1;
    color: #0D592D;
    color: rgba(13, 89, 45, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--text-green-800:focus {
    --text-opacity: 1;
    color: #093E1F;
    color: rgba(9, 62, 31, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--text-green-900:focus {
    --text-opacity: 1;
    color: #052412;
    color: rgba(5, 36, 18, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--text-red-100:focus {
    --text-opacity: 1;
    color: #FDDDE0;
    color: rgba(253, 221, 224, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--text-red-200:focus {
    --text-opacity: 1;
    color: #FBB2B9;
    color: rgba(251, 178, 185, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--text-red-300:focus {
    --text-opacity: 1;
    color: #F88792;
    color: rgba(248, 135, 146, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--text-red-400:focus {
    --text-opacity: 1;
    color: #F55B6B;
    color: rgba(245, 91, 107, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--text-red-500:focus {
    --text-opacity: 1;
    color: #F33043;
    color: rgba(243, 48, 67, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--text-red-600:focus {
    --text-opacity: 1;
    color: #E30D23;
    color: rgba(227, 13, 35, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--text-red-700:focus {
    --text-opacity: 1;
    color: #B20A1B;
    color: rgba(178, 10, 27, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--text-red-800:focus {
    --text-opacity: 1;
    color: #820814;
    color: rgba(130, 8, 20, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--text-red-900:focus {
    --text-opacity: 1;
    color: #52050C;
    color: rgba(82, 5, 12, var(--text-opacity));
  }
}
@media (min-width: 768px) {
  .vpt .md--text-opacity-0 {
    --text-opacity: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--text-opacity-25 {
    --text-opacity: 0.25;
  }
}
@media (min-width: 768px) {
  .vpt .md--text-opacity-50 {
    --text-opacity: 0.5;
  }
}
@media (min-width: 768px) {
  .vpt .md--text-opacity-75 {
    --text-opacity: 0.75;
  }
}
@media (min-width: 768px) {
  .vpt .md--text-opacity-100 {
    --text-opacity: 1;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--text-opacity-0:hover {
    --text-opacity: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--text-opacity-25:hover {
    --text-opacity: 0.25;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--text-opacity-50:hover {
    --text-opacity: 0.5;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--text-opacity-75:hover {
    --text-opacity: 0.75;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--text-opacity-100:hover {
    --text-opacity: 1;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--text-opacity-0:focus {
    --text-opacity: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--text-opacity-25:focus {
    --text-opacity: 0.25;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--text-opacity-50:focus {
    --text-opacity: 0.5;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--text-opacity-75:focus {
    --text-opacity: 0.75;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--text-opacity-100:focus {
    --text-opacity: 1;
  }
}
@media (min-width: 768px) {
  .vpt .md--italic {
    font-style: italic;
  }
}
@media (min-width: 768px) {
  .vpt .md--not-italic {
    font-style: normal;
  }
}
@media (min-width: 768px) {
  .vpt .md--uppercase {
    text-transform: uppercase;
  }
}
@media (min-width: 768px) {
  .vpt .md--lowercase {
    text-transform: lowercase;
  }
}
@media (min-width: 768px) {
  .vpt .md--capitalize {
    text-transform: capitalize;
  }
}
@media (min-width: 768px) {
  .vpt .md--normal-case {
    text-transform: none;
  }
}
@media (min-width: 768px) {
  .vpt .md--underline {
    text-decoration: underline;
  }
}
@media (min-width: 768px) {
  .vpt .md--line-through {
    text-decoration: line-through;
  }
}
@media (min-width: 768px) {
  .vpt .md--no-underline {
    text-decoration: none;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--underline:hover {
    text-decoration: underline;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--line-through:hover {
    text-decoration: line-through;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--no-underline:hover {
    text-decoration: none;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--underline:focus {
    text-decoration: underline;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--line-through:focus {
    text-decoration: line-through;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--no-underline:focus {
    text-decoration: none;
  }
}
@media (min-width: 768px) {
  .vpt .md--antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .vpt .md--subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }
}
@media (min-width: 768px) {
  .vpt .md--ordinal, .vpt .md--slashed-zero, .vpt .md--lining-nums, .vpt .md--oldstyle-nums, .vpt .md--proportional-nums, .vpt .md--tabular-nums, .vpt .md--diagonal-fractions, .vpt .md--stacked-fractions {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }
}
@media (min-width: 768px) {
  .vpt .md--normal-nums {
    font-variant-numeric: normal;
  }
}
@media (min-width: 768px) {
  .vpt .md--ordinal {
    --font-variant-numeric-ordinal: ordinal;
  }
}
@media (min-width: 768px) {
  .vpt .md--slashed-zero {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }
}
@media (min-width: 768px) {
  .vpt .md--lining-nums {
    --font-variant-numeric-figure: lining-nums;
  }
}
@media (min-width: 768px) {
  .vpt .md--oldstyle-nums {
    --font-variant-numeric-figure: oldstyle-nums;
  }
}
@media (min-width: 768px) {
  .vpt .md--proportional-nums {
    --font-variant-numeric-spacing: proportional-nums;
  }
}
@media (min-width: 768px) {
  .vpt .md--tabular-nums {
    --font-variant-numeric-spacing: tabular-nums;
  }
}
@media (min-width: 768px) {
  .vpt .md--diagonal-fractions {
    --font-variant-numeric-fraction: diagonal-fractions;
  }
}
@media (min-width: 768px) {
  .vpt .md--stacked-fractions {
    --font-variant-numeric-fraction: stacked-fractions;
  }
}
@media (min-width: 768px) {
  .vpt .md--tracking-tighter {
    letter-spacing: -0.05em;
  }
}
@media (min-width: 768px) {
  .vpt .md--tracking-tight {
    letter-spacing: -0.025em;
  }
}
@media (min-width: 768px) {
  .vpt .md--tracking-normal {
    letter-spacing: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--tracking-wide {
    letter-spacing: 0.025em;
  }
}
@media (min-width: 768px) {
  .vpt .md--tracking-wider {
    letter-spacing: 0.05em;
  }
}
@media (min-width: 768px) {
  .vpt .md--tracking-widest {
    letter-spacing: 0.1em;
  }
}
@media (min-width: 768px) {
  .vpt .md--select-none {
    -webkit-user-select: none;
    user-select: none;
  }
}
@media (min-width: 768px) {
  .vpt .md--select-text {
    -webkit-user-select: text;
    user-select: text;
  }
}
@media (min-width: 768px) {
  .vpt .md--select-all {
    -webkit-user-select: all;
    user-select: all;
  }
}
@media (min-width: 768px) {
  .vpt .md--select-auto {
    -webkit-user-select: auto;
    user-select: auto;
  }
}
@media (min-width: 768px) {
  .vpt .md--align-baseline {
    vertical-align: baseline;
  }
}
@media (min-width: 768px) {
  .vpt .md--align-top {
    vertical-align: top;
  }
}
@media (min-width: 768px) {
  .vpt .md--align-middle {
    vertical-align: middle;
  }
}
@media (min-width: 768px) {
  .vpt .md--align-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 768px) {
  .vpt .md--align-text-top {
    vertical-align: text-top;
  }
}
@media (min-width: 768px) {
  .vpt .md--align-text-bottom {
    vertical-align: text-bottom;
  }
}
@media (min-width: 768px) {
  .vpt .md--visible {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .vpt .md--invisible {
    visibility: hidden;
  }
}
@media (min-width: 768px) {
  .vpt .md--whitespace-normal {
    white-space: normal;
  }
}
@media (min-width: 768px) {
  .vpt .md--whitespace-no-wrap {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .vpt .md--whitespace-pre {
    white-space: pre;
  }
}
@media (min-width: 768px) {
  .vpt .md--whitespace-pre-line {
    white-space: pre-line;
  }
}
@media (min-width: 768px) {
  .vpt .md--whitespace-pre-wrap {
    white-space: pre-wrap;
  }
}
@media (min-width: 768px) {
  .vpt .md--break-normal {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }
}
@media (min-width: 768px) {
  .vpt .md--break-words {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
}
@media (min-width: 768px) {
  .vpt .md--break-all {
    word-break: break-all;
  }
}
@media (min-width: 768px) {
  .vpt .md--truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .vpt .md--w-0 {
    width: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--w-5 {
    width: 0.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--w-10 {
    width: 1rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--w-15 {
    width: 1.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--w-20 {
    width: 2rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--w-30 {
    width: 3rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--w-40 {
    width: 4rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--w-50 {
    width: 5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--w-100 {
    width: 10rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--w-auto {
    width: auto;
  }
}
@media (min-width: 768px) {
  .vpt .md--w-px {
    width: 1px;
  }
}
@media (min-width: 768px) {
  .vpt .md--w-1\/2 {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .vpt .md--w-1\/3 {
    width: 33.333333%;
  }
}
@media (min-width: 768px) {
  .vpt .md--w-2\/3 {
    width: 66.666667%;
  }
}
@media (min-width: 768px) {
  .vpt .md--w-1\/4 {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .vpt .md--w-2\/4 {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .vpt .md--w-3\/4 {
    width: 75%;
  }
}
@media (min-width: 768px) {
  .vpt .md--w-1\/5 {
    width: 20%;
  }
}
@media (min-width: 768px) {
  .vpt .md--w-2\/5 {
    width: 40%;
  }
}
@media (min-width: 768px) {
  .vpt .md--w-3\/5 {
    width: 60%;
  }
}
@media (min-width: 768px) {
  .vpt .md--w-4\/5 {
    width: 80%;
  }
}
@media (min-width: 768px) {
  .vpt .md--w-1\/6 {
    width: 16.666667%;
  }
}
@media (min-width: 768px) {
  .vpt .md--w-2\/6 {
    width: 33.333333%;
  }
}
@media (min-width: 768px) {
  .vpt .md--w-3\/6 {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .vpt .md--w-4\/6 {
    width: 66.666667%;
  }
}
@media (min-width: 768px) {
  .vpt .md--w-5\/6 {
    width: 83.333333%;
  }
}
@media (min-width: 768px) {
  .vpt .md--w-1\/12 {
    width: 8.333333%;
  }
}
@media (min-width: 768px) {
  .vpt .md--w-2\/12 {
    width: 16.666667%;
  }
}
@media (min-width: 768px) {
  .vpt .md--w-3\/12 {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .vpt .md--w-4\/12 {
    width: 33.333333%;
  }
}
@media (min-width: 768px) {
  .vpt .md--w-5\/12 {
    width: 41.666667%;
  }
}
@media (min-width: 768px) {
  .vpt .md--w-6\/12 {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .vpt .md--w-7\/12 {
    width: 58.333333%;
  }
}
@media (min-width: 768px) {
  .vpt .md--w-8\/12 {
    width: 66.666667%;
  }
}
@media (min-width: 768px) {
  .vpt .md--w-9\/12 {
    width: 75%;
  }
}
@media (min-width: 768px) {
  .vpt .md--w-10\/12 {
    width: 83.333333%;
  }
}
@media (min-width: 768px) {
  .vpt .md--w-11\/12 {
    width: 91.666667%;
  }
}
@media (min-width: 768px) {
  .vpt .md--w-full {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .vpt .md--w-screen {
    width: 100vw;
  }
}
@media (min-width: 768px) {
  .vpt .md--z-0 {
    z-index: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--z-10 {
    z-index: 10;
  }
}
@media (min-width: 768px) {
  .vpt .md--z-20 {
    z-index: 20;
  }
}
@media (min-width: 768px) {
  .vpt .md--z-30 {
    z-index: 30;
  }
}
@media (min-width: 768px) {
  .vpt .md--z-40 {
    z-index: 40;
  }
}
@media (min-width: 768px) {
  .vpt .md--z-50 {
    z-index: 50;
  }
}
@media (min-width: 768px) {
  .vpt .md--z-auto {
    z-index: auto;
  }
}
@media (min-width: 768px) {
  .vpt .md--gap-0 {
    grid-gap: 0;
    gap: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--gap-5 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--gap-10 {
    grid-gap: 1rem;
    gap: 1rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--gap-15 {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--gap-20 {
    grid-gap: 2rem;
    gap: 2rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--gap-30 {
    grid-gap: 3rem;
    gap: 3rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--gap-40 {
    grid-gap: 4rem;
    gap: 4rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--gap-50 {
    grid-gap: 5rem;
    gap: 5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--gap-100 {
    grid-gap: 10rem;
    gap: 10rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--gap-px {
    grid-gap: 1px;
    gap: 1px;
  }
}
@media (min-width: 768px) {
  .vpt .md--col-gap-0 {
    grid-column-gap: 0;
    column-gap: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--col-gap-5 {
    grid-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--col-gap-10 {
    grid-column-gap: 1rem;
    column-gap: 1rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--col-gap-15 {
    grid-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--col-gap-20 {
    grid-column-gap: 2rem;
    column-gap: 2rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--col-gap-30 {
    grid-column-gap: 3rem;
    column-gap: 3rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--col-gap-40 {
    grid-column-gap: 4rem;
    column-gap: 4rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--col-gap-50 {
    grid-column-gap: 5rem;
    column-gap: 5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--col-gap-100 {
    grid-column-gap: 10rem;
    column-gap: 10rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--col-gap-px {
    grid-column-gap: 1px;
    column-gap: 1px;
  }
}
@media (min-width: 768px) {
  .vpt .md--gap-x-0 {
    grid-column-gap: 0;
    column-gap: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--gap-x-5 {
    grid-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--gap-x-10 {
    grid-column-gap: 1rem;
    column-gap: 1rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--gap-x-15 {
    grid-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--gap-x-20 {
    grid-column-gap: 2rem;
    column-gap: 2rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--gap-x-30 {
    grid-column-gap: 3rem;
    column-gap: 3rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--gap-x-40 {
    grid-column-gap: 4rem;
    column-gap: 4rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--gap-x-50 {
    grid-column-gap: 5rem;
    column-gap: 5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--gap-x-100 {
    grid-column-gap: 10rem;
    column-gap: 10rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--gap-x-px {
    grid-column-gap: 1px;
    column-gap: 1px;
  }
}
@media (min-width: 768px) {
  .vpt .md--row-gap-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--row-gap-5 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--row-gap-10 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--row-gap-15 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--row-gap-20 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--row-gap-30 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--row-gap-40 {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--row-gap-50 {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--row-gap-100 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--row-gap-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }
}
@media (min-width: 768px) {
  .vpt .md--gap-y-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--gap-y-5 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--gap-y-10 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--gap-y-15 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--gap-y-20 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--gap-y-30 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--gap-y-40 {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--gap-y-50 {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--gap-y-100 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--gap-y-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }
}
@media (min-width: 768px) {
  .vpt .md--grid-flow-row {
    grid-auto-flow: row;
  }
}
@media (min-width: 768px) {
  .vpt .md--grid-flow-col {
    grid-auto-flow: column;
  }
}
@media (min-width: 768px) {
  .vpt .md--grid-flow-row-dense {
    grid-auto-flow: row dense;
  }
}
@media (min-width: 768px) {
  .vpt .md--grid-flow-col-dense {
    grid-auto-flow: column dense;
  }
}
@media (min-width: 768px) {
  .vpt .md--grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .vpt .md--grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .vpt .md--grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .vpt .md--grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .vpt .md--grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .vpt .md--grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .vpt .md--grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .vpt .md--grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .vpt .md--grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .vpt .md--grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .vpt .md--grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .vpt .md--grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .vpt .md--grid-cols-none {
    grid-template-columns: none;
  }
}
@media (min-width: 768px) {
  .vpt .md--auto-cols-auto {
    grid-auto-columns: auto;
  }
}
@media (min-width: 768px) {
  .vpt .md--auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }
}
@media (min-width: 768px) {
  .vpt .md--auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }
}
@media (min-width: 768px) {
  .vpt .md--auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }
}
@media (min-width: 768px) {
  .vpt .md--col-auto {
    grid-column: auto;
  }
}
@media (min-width: 768px) {
  .vpt .md--col-span-1 {
    grid-column: span 1/span 1;
  }
}
@media (min-width: 768px) {
  .vpt .md--col-span-2 {
    grid-column: span 2/span 2;
  }
}
@media (min-width: 768px) {
  .vpt .md--col-span-3 {
    grid-column: span 3/span 3;
  }
}
@media (min-width: 768px) {
  .vpt .md--col-span-4 {
    grid-column: span 4/span 4;
  }
}
@media (min-width: 768px) {
  .vpt .md--col-span-5 {
    grid-column: span 5/span 5;
  }
}
@media (min-width: 768px) {
  .vpt .md--col-span-6 {
    grid-column: span 6/span 6;
  }
}
@media (min-width: 768px) {
  .vpt .md--col-span-7 {
    grid-column: span 7/span 7;
  }
}
@media (min-width: 768px) {
  .vpt .md--col-span-8 {
    grid-column: span 8/span 8;
  }
}
@media (min-width: 768px) {
  .vpt .md--col-span-9 {
    grid-column: span 9/span 9;
  }
}
@media (min-width: 768px) {
  .vpt .md--col-span-10 {
    grid-column: span 10/span 10;
  }
}
@media (min-width: 768px) {
  .vpt .md--col-span-11 {
    grid-column: span 11/span 11;
  }
}
@media (min-width: 768px) {
  .vpt .md--col-span-12 {
    grid-column: span 12/span 12;
  }
}
@media (min-width: 768px) {
  .vpt .md--col-span-full {
    grid-column: 1/-1;
  }
}
@media (min-width: 768px) {
  .vpt .md--col-start-1 {
    grid-column-start: 1;
  }
}
@media (min-width: 768px) {
  .vpt .md--col-start-2 {
    grid-column-start: 2;
  }
}
@media (min-width: 768px) {
  .vpt .md--col-start-3 {
    grid-column-start: 3;
  }
}
@media (min-width: 768px) {
  .vpt .md--col-start-4 {
    grid-column-start: 4;
  }
}
@media (min-width: 768px) {
  .vpt .md--col-start-5 {
    grid-column-start: 5;
  }
}
@media (min-width: 768px) {
  .vpt .md--col-start-6 {
    grid-column-start: 6;
  }
}
@media (min-width: 768px) {
  .vpt .md--col-start-7 {
    grid-column-start: 7;
  }
}
@media (min-width: 768px) {
  .vpt .md--col-start-8 {
    grid-column-start: 8;
  }
}
@media (min-width: 768px) {
  .vpt .md--col-start-9 {
    grid-column-start: 9;
  }
}
@media (min-width: 768px) {
  .vpt .md--col-start-10 {
    grid-column-start: 10;
  }
}
@media (min-width: 768px) {
  .vpt .md--col-start-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 768px) {
  .vpt .md--col-start-12 {
    grid-column-start: 12;
  }
}
@media (min-width: 768px) {
  .vpt .md--col-start-13 {
    grid-column-start: 13;
  }
}
@media (min-width: 768px) {
  .vpt .md--col-start-auto {
    grid-column-start: auto;
  }
}
@media (min-width: 768px) {
  .vpt .md--col-end-1 {
    grid-column-end: 1;
  }
}
@media (min-width: 768px) {
  .vpt .md--col-end-2 {
    grid-column-end: 2;
  }
}
@media (min-width: 768px) {
  .vpt .md--col-end-3 {
    grid-column-end: 3;
  }
}
@media (min-width: 768px) {
  .vpt .md--col-end-4 {
    grid-column-end: 4;
  }
}
@media (min-width: 768px) {
  .vpt .md--col-end-5 {
    grid-column-end: 5;
  }
}
@media (min-width: 768px) {
  .vpt .md--col-end-6 {
    grid-column-end: 6;
  }
}
@media (min-width: 768px) {
  .vpt .md--col-end-7 {
    grid-column-end: 7;
  }
}
@media (min-width: 768px) {
  .vpt .md--col-end-8 {
    grid-column-end: 8;
  }
}
@media (min-width: 768px) {
  .vpt .md--col-end-9 {
    grid-column-end: 9;
  }
}
@media (min-width: 768px) {
  .vpt .md--col-end-10 {
    grid-column-end: 10;
  }
}
@media (min-width: 768px) {
  .vpt .md--col-end-11 {
    grid-column-end: 11;
  }
}
@media (min-width: 768px) {
  .vpt .md--col-end-12 {
    grid-column-end: 12;
  }
}
@media (min-width: 768px) {
  .vpt .md--col-end-13 {
    grid-column-end: 13;
  }
}
@media (min-width: 768px) {
  .vpt .md--col-end-auto {
    grid-column-end: auto;
  }
}
@media (min-width: 768px) {
  .vpt .md--grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .vpt .md--grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .vpt .md--grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .vpt .md--grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .vpt .md--grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .vpt .md--grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .vpt .md--grid-rows-none {
    grid-template-rows: none;
  }
}
@media (min-width: 768px) {
  .vpt .md--auto-rows-auto {
    grid-auto-rows: auto;
  }
}
@media (min-width: 768px) {
  .vpt .md--auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }
}
@media (min-width: 768px) {
  .vpt .md--auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }
}
@media (min-width: 768px) {
  .vpt .md--auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }
}
@media (min-width: 768px) {
  .vpt .md--row-auto {
    grid-row: auto;
  }
}
@media (min-width: 768px) {
  .vpt .md--row-span-1 {
    grid-row: span 1/span 1;
  }
}
@media (min-width: 768px) {
  .vpt .md--row-span-2 {
    grid-row: span 2/span 2;
  }
}
@media (min-width: 768px) {
  .vpt .md--row-span-3 {
    grid-row: span 3/span 3;
  }
}
@media (min-width: 768px) {
  .vpt .md--row-span-4 {
    grid-row: span 4/span 4;
  }
}
@media (min-width: 768px) {
  .vpt .md--row-span-5 {
    grid-row: span 5/span 5;
  }
}
@media (min-width: 768px) {
  .vpt .md--row-span-6 {
    grid-row: span 6/span 6;
  }
}
@media (min-width: 768px) {
  .vpt .md--row-span-full {
    grid-row: 1/-1;
  }
}
@media (min-width: 768px) {
  .vpt .md--row-start-1 {
    grid-row-start: 1;
  }
}
@media (min-width: 768px) {
  .vpt .md--row-start-2 {
    grid-row-start: 2;
  }
}
@media (min-width: 768px) {
  .vpt .md--row-start-3 {
    grid-row-start: 3;
  }
}
@media (min-width: 768px) {
  .vpt .md--row-start-4 {
    grid-row-start: 4;
  }
}
@media (min-width: 768px) {
  .vpt .md--row-start-5 {
    grid-row-start: 5;
  }
}
@media (min-width: 768px) {
  .vpt .md--row-start-6 {
    grid-row-start: 6;
  }
}
@media (min-width: 768px) {
  .vpt .md--row-start-7 {
    grid-row-start: 7;
  }
}
@media (min-width: 768px) {
  .vpt .md--row-start-auto {
    grid-row-start: auto;
  }
}
@media (min-width: 768px) {
  .vpt .md--row-end-1 {
    grid-row-end: 1;
  }
}
@media (min-width: 768px) {
  .vpt .md--row-end-2 {
    grid-row-end: 2;
  }
}
@media (min-width: 768px) {
  .vpt .md--row-end-3 {
    grid-row-end: 3;
  }
}
@media (min-width: 768px) {
  .vpt .md--row-end-4 {
    grid-row-end: 4;
  }
}
@media (min-width: 768px) {
  .vpt .md--row-end-5 {
    grid-row-end: 5;
  }
}
@media (min-width: 768px) {
  .vpt .md--row-end-6 {
    grid-row-end: 6;
  }
}
@media (min-width: 768px) {
  .vpt .md--row-end-7 {
    grid-row-end: 7;
  }
}
@media (min-width: 768px) {
  .vpt .md--row-end-auto {
    grid-row-end: auto;
  }
}
@media (min-width: 768px) {
  .vpt .md--transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }
}
@media (min-width: 768px) {
  .vpt .md--transform-none {
    transform: none;
  }
}
@media (min-width: 768px) {
  .vpt .md--origin-center {
    transform-origin: center;
  }
}
@media (min-width: 768px) {
  .vpt .md--origin-top {
    transform-origin: top;
  }
}
@media (min-width: 768px) {
  .vpt .md--origin-top-right {
    transform-origin: top right;
  }
}
@media (min-width: 768px) {
  .vpt .md--origin-right {
    transform-origin: right;
  }
}
@media (min-width: 768px) {
  .vpt .md--origin-bottom-right {
    transform-origin: bottom right;
  }
}
@media (min-width: 768px) {
  .vpt .md--origin-bottom {
    transform-origin: bottom;
  }
}
@media (min-width: 768px) {
  .vpt .md--origin-bottom-left {
    transform-origin: bottom left;
  }
}
@media (min-width: 768px) {
  .vpt .md--origin-left {
    transform-origin: left;
  }
}
@media (min-width: 768px) {
  .vpt .md--origin-top-left {
    transform-origin: top left;
  }
}
@media (min-width: 768px) {
  .vpt .md--scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }
}
@media (min-width: 768px) {
  .vpt .md--scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }
}
@media (min-width: 768px) {
  .vpt .md--scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }
}
@media (min-width: 768px) {
  .vpt .md--scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }
}
@media (min-width: 768px) {
  .vpt .md--scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }
}
@media (min-width: 768px) {
  .vpt .md--scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }
}
@media (min-width: 768px) {
  .vpt .md--scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }
}
@media (min-width: 768px) {
  .vpt .md--scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }
}
@media (min-width: 768px) {
  .vpt .md--scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }
}
@media (min-width: 768px) {
  .vpt .md--scale-x-0 {
    --transform-scale-x: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--scale-x-50 {
    --transform-scale-x: .5;
  }
}
@media (min-width: 768px) {
  .vpt .md--scale-x-75 {
    --transform-scale-x: .75;
  }
}
@media (min-width: 768px) {
  .vpt .md--scale-x-90 {
    --transform-scale-x: .9;
  }
}
@media (min-width: 768px) {
  .vpt .md--scale-x-95 {
    --transform-scale-x: .95;
  }
}
@media (min-width: 768px) {
  .vpt .md--scale-x-100 {
    --transform-scale-x: 1;
  }
}
@media (min-width: 768px) {
  .vpt .md--scale-x-105 {
    --transform-scale-x: 1.05;
  }
}
@media (min-width: 768px) {
  .vpt .md--scale-x-110 {
    --transform-scale-x: 1.1;
  }
}
@media (min-width: 768px) {
  .vpt .md--scale-x-125 {
    --transform-scale-x: 1.25;
  }
}
@media (min-width: 768px) {
  .vpt .md--scale-x-150 {
    --transform-scale-x: 1.5;
  }
}
@media (min-width: 768px) {
  .vpt .md--scale-y-0 {
    --transform-scale-y: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--scale-y-50 {
    --transform-scale-y: .5;
  }
}
@media (min-width: 768px) {
  .vpt .md--scale-y-75 {
    --transform-scale-y: .75;
  }
}
@media (min-width: 768px) {
  .vpt .md--scale-y-90 {
    --transform-scale-y: .9;
  }
}
@media (min-width: 768px) {
  .vpt .md--scale-y-95 {
    --transform-scale-y: .95;
  }
}
@media (min-width: 768px) {
  .vpt .md--scale-y-100 {
    --transform-scale-y: 1;
  }
}
@media (min-width: 768px) {
  .vpt .md--scale-y-105 {
    --transform-scale-y: 1.05;
  }
}
@media (min-width: 768px) {
  .vpt .md--scale-y-110 {
    --transform-scale-y: 1.1;
  }
}
@media (min-width: 768px) {
  .vpt .md--scale-y-125 {
    --transform-scale-y: 1.25;
  }
}
@media (min-width: 768px) {
  .vpt .md--scale-y-150 {
    --transform-scale-y: 1.5;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--scale-0:hover {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--scale-50:hover {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--scale-75:hover {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--scale-90:hover {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--scale-95:hover {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--scale-100:hover {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--scale-110:hover {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--scale-125:hover {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--scale-150:hover {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--scale-x-0:hover {
    --transform-scale-x: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--scale-x-50:hover {
    --transform-scale-x: .5;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--scale-x-75:hover {
    --transform-scale-x: .75;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--scale-x-90:hover {
    --transform-scale-x: .9;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--scale-x-95:hover {
    --transform-scale-x: .95;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--scale-x-100:hover {
    --transform-scale-x: 1;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--scale-x-105:hover {
    --transform-scale-x: 1.05;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--scale-x-110:hover {
    --transform-scale-x: 1.1;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--scale-x-125:hover {
    --transform-scale-x: 1.25;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--scale-x-150:hover {
    --transform-scale-x: 1.5;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--scale-y-0:hover {
    --transform-scale-y: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--scale-y-50:hover {
    --transform-scale-y: .5;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--scale-y-75:hover {
    --transform-scale-y: .75;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--scale-y-90:hover {
    --transform-scale-y: .9;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--scale-y-95:hover {
    --transform-scale-y: .95;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--scale-y-100:hover {
    --transform-scale-y: 1;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--scale-y-105:hover {
    --transform-scale-y: 1.05;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--scale-y-110:hover {
    --transform-scale-y: 1.1;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--scale-y-125:hover {
    --transform-scale-y: 1.25;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--scale-y-150:hover {
    --transform-scale-y: 1.5;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--scale-0:focus {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--scale-50:focus {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--scale-75:focus {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--scale-90:focus {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--scale-95:focus {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--scale-100:focus {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--scale-105:focus {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--scale-110:focus {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--scale-125:focus {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--scale-150:focus {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--scale-x-0:focus {
    --transform-scale-x: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--scale-x-50:focus {
    --transform-scale-x: .5;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--scale-x-75:focus {
    --transform-scale-x: .75;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--scale-x-90:focus {
    --transform-scale-x: .9;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--scale-x-95:focus {
    --transform-scale-x: .95;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--scale-x-100:focus {
    --transform-scale-x: 1;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--scale-x-105:focus {
    --transform-scale-x: 1.05;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--scale-x-110:focus {
    --transform-scale-x: 1.1;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--scale-x-125:focus {
    --transform-scale-x: 1.25;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--scale-x-150:focus {
    --transform-scale-x: 1.5;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--scale-y-0:focus {
    --transform-scale-y: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--scale-y-50:focus {
    --transform-scale-y: .5;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--scale-y-75:focus {
    --transform-scale-y: .75;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--scale-y-90:focus {
    --transform-scale-y: .9;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--scale-y-95:focus {
    --transform-scale-y: .95;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--scale-y-100:focus {
    --transform-scale-y: 1;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--scale-y-105:focus {
    --transform-scale-y: 1.05;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--scale-y-110:focus {
    --transform-scale-y: 1.1;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--scale-y-125:focus {
    --transform-scale-y: 1.25;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--scale-y-150:focus {
    --transform-scale-y: 1.5;
  }
}
@media (min-width: 768px) {
  .vpt .md--rotate-0 {
    --transform-rotate: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--rotate-1 {
    --transform-rotate: 1deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--rotate-2 {
    --transform-rotate: 2deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--rotate-3 {
    --transform-rotate: 3deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--rotate-6 {
    --transform-rotate: 6deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--rotate-12 {
    --transform-rotate: 12deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--rotate-45 {
    --transform-rotate: 45deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--rotate-90 {
    --transform-rotate: 90deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--rotate-180 {
    --transform-rotate: 180deg;
  }
}
@media (min-width: 768px) {
  .vpt .md---rotate-180 {
    --transform-rotate: -180deg;
  }
}
@media (min-width: 768px) {
  .vpt .md---rotate-90 {
    --transform-rotate: -90deg;
  }
}
@media (min-width: 768px) {
  .vpt .md---rotate-45 {
    --transform-rotate: -45deg;
  }
}
@media (min-width: 768px) {
  .vpt .md---rotate-12 {
    --transform-rotate: -12deg;
  }
}
@media (min-width: 768px) {
  .vpt .md---rotate-6 {
    --transform-rotate: -6deg;
  }
}
@media (min-width: 768px) {
  .vpt .md---rotate-3 {
    --transform-rotate: -3deg;
  }
}
@media (min-width: 768px) {
  .vpt .md---rotate-2 {
    --transform-rotate: -2deg;
  }
}
@media (min-width: 768px) {
  .vpt .md---rotate-1 {
    --transform-rotate: -1deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--rotate-0:hover {
    --transform-rotate: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--rotate-1:hover {
    --transform-rotate: 1deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--rotate-2:hover {
    --transform-rotate: 2deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--rotate-3:hover {
    --transform-rotate: 3deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--rotate-6:hover {
    --transform-rotate: 6deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--rotate-12:hover {
    --transform-rotate: 12deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--rotate-45:hover {
    --transform-rotate: 45deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--rotate-90:hover {
    --transform-rotate: 90deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--rotate-180:hover {
    --transform-rotate: 180deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover---rotate-180:hover {
    --transform-rotate: -180deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover---rotate-90:hover {
    --transform-rotate: -90deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover---rotate-45:hover {
    --transform-rotate: -45deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover---rotate-12:hover {
    --transform-rotate: -12deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover---rotate-6:hover {
    --transform-rotate: -6deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover---rotate-3:hover {
    --transform-rotate: -3deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover---rotate-2:hover {
    --transform-rotate: -2deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover---rotate-1:hover {
    --transform-rotate: -1deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--rotate-0:focus {
    --transform-rotate: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--rotate-1:focus {
    --transform-rotate: 1deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--rotate-2:focus {
    --transform-rotate: 2deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--rotate-3:focus {
    --transform-rotate: 3deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--rotate-6:focus {
    --transform-rotate: 6deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--rotate-12:focus {
    --transform-rotate: 12deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--rotate-45:focus {
    --transform-rotate: 45deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--rotate-90:focus {
    --transform-rotate: 90deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--rotate-180:focus {
    --transform-rotate: 180deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus---rotate-180:focus {
    --transform-rotate: -180deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus---rotate-90:focus {
    --transform-rotate: -90deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus---rotate-45:focus {
    --transform-rotate: -45deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus---rotate-12:focus {
    --transform-rotate: -12deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus---rotate-6:focus {
    --transform-rotate: -6deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus---rotate-3:focus {
    --transform-rotate: -3deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus---rotate-2:focus {
    --transform-rotate: -2deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus---rotate-1:focus {
    --transform-rotate: -1deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--translate-x-0 {
    --transform-translate-x: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--translate-x-5 {
    --transform-translate-x: 0.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--translate-x-10 {
    --transform-translate-x: 1rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--translate-x-15 {
    --transform-translate-x: 1.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--translate-x-20 {
    --transform-translate-x: 2rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--translate-x-30 {
    --transform-translate-x: 3rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--translate-x-40 {
    --transform-translate-x: 4rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--translate-x-50 {
    --transform-translate-x: 5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--translate-x-100 {
    --transform-translate-x: 10rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--translate-x-px {
    --transform-translate-x: 1px;
  }
}
@media (min-width: 768px) {
  .vpt .md---translate-x-5 {
    --transform-translate-x: -0.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---translate-x-10 {
    --transform-translate-x: -1rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---translate-x-15 {
    --transform-translate-x: -1.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---translate-x-20 {
    --transform-translate-x: -2rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---translate-x-30 {
    --transform-translate-x: -3rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---translate-x-40 {
    --transform-translate-x: -4rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---translate-x-50 {
    --transform-translate-x: -5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---translate-x-100 {
    --transform-translate-x: -10rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---translate-x-px {
    --transform-translate-x: -1px;
  }
}
@media (min-width: 768px) {
  .vpt .md---translate-x-full {
    --transform-translate-x: -100%;
  }
}
@media (min-width: 768px) {
  .vpt .md---translate-x-1\/2 {
    --transform-translate-x: -50%;
  }
}
@media (min-width: 768px) {
  .vpt .md--translate-x-1\/2 {
    --transform-translate-x: 50%;
  }
}
@media (min-width: 768px) {
  .vpt .md--translate-x-full {
    --transform-translate-x: 100%;
  }
}
@media (min-width: 768px) {
  .vpt .md--translate-y-0 {
    --transform-translate-y: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--translate-y-5 {
    --transform-translate-y: 0.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--translate-y-10 {
    --transform-translate-y: 1rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--translate-y-15 {
    --transform-translate-y: 1.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--translate-y-20 {
    --transform-translate-y: 2rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--translate-y-30 {
    --transform-translate-y: 3rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--translate-y-40 {
    --transform-translate-y: 4rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--translate-y-50 {
    --transform-translate-y: 5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--translate-y-100 {
    --transform-translate-y: 10rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--translate-y-px {
    --transform-translate-y: 1px;
  }
}
@media (min-width: 768px) {
  .vpt .md---translate-y-5 {
    --transform-translate-y: -0.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---translate-y-10 {
    --transform-translate-y: -1rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---translate-y-15 {
    --transform-translate-y: -1.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---translate-y-20 {
    --transform-translate-y: -2rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---translate-y-30 {
    --transform-translate-y: -3rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---translate-y-40 {
    --transform-translate-y: -4rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---translate-y-50 {
    --transform-translate-y: -5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---translate-y-100 {
    --transform-translate-y: -10rem;
  }
}
@media (min-width: 768px) {
  .vpt .md---translate-y-px {
    --transform-translate-y: -1px;
  }
}
@media (min-width: 768px) {
  .vpt .md---translate-y-full {
    --transform-translate-y: -100%;
  }
}
@media (min-width: 768px) {
  .vpt .md---translate-y-1\/2 {
    --transform-translate-y: -50%;
  }
}
@media (min-width: 768px) {
  .vpt .md--translate-y-1\/2 {
    --transform-translate-y: 50%;
  }
}
@media (min-width: 768px) {
  .vpt .md--translate-y-full {
    --transform-translate-y: 100%;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--translate-x-0:hover {
    --transform-translate-x: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--translate-x-5:hover {
    --transform-translate-x: 0.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--translate-x-10:hover {
    --transform-translate-x: 1rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--translate-x-15:hover {
    --transform-translate-x: 1.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--translate-x-20:hover {
    --transform-translate-x: 2rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--translate-x-30:hover {
    --transform-translate-x: 3rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--translate-x-40:hover {
    --transform-translate-x: 4rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--translate-x-50:hover {
    --transform-translate-x: 5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--translate-x-100:hover {
    --transform-translate-x: 10rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--translate-x-px:hover {
    --transform-translate-x: 1px;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover---translate-x-5:hover {
    --transform-translate-x: -0.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover---translate-x-10:hover {
    --transform-translate-x: -1rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover---translate-x-15:hover {
    --transform-translate-x: -1.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover---translate-x-20:hover {
    --transform-translate-x: -2rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover---translate-x-30:hover {
    --transform-translate-x: -3rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover---translate-x-40:hover {
    --transform-translate-x: -4rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover---translate-x-50:hover {
    --transform-translate-x: -5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover---translate-x-100:hover {
    --transform-translate-x: -10rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover---translate-x-px:hover {
    --transform-translate-x: -1px;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover---translate-x-full:hover {
    --transform-translate-x: -100%;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover---translate-x-1\/2:hover {
    --transform-translate-x: -50%;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--translate-x-1\/2:hover {
    --transform-translate-x: 50%;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--translate-x-full:hover {
    --transform-translate-x: 100%;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--translate-y-0:hover {
    --transform-translate-y: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--translate-y-5:hover {
    --transform-translate-y: 0.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--translate-y-10:hover {
    --transform-translate-y: 1rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--translate-y-15:hover {
    --transform-translate-y: 1.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--translate-y-20:hover {
    --transform-translate-y: 2rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--translate-y-30:hover {
    --transform-translate-y: 3rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--translate-y-40:hover {
    --transform-translate-y: 4rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--translate-y-50:hover {
    --transform-translate-y: 5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--translate-y-100:hover {
    --transform-translate-y: 10rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--translate-y-px:hover {
    --transform-translate-y: 1px;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover---translate-y-5:hover {
    --transform-translate-y: -0.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover---translate-y-10:hover {
    --transform-translate-y: -1rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover---translate-y-15:hover {
    --transform-translate-y: -1.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover---translate-y-20:hover {
    --transform-translate-y: -2rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover---translate-y-30:hover {
    --transform-translate-y: -3rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover---translate-y-40:hover {
    --transform-translate-y: -4rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover---translate-y-50:hover {
    --transform-translate-y: -5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover---translate-y-100:hover {
    --transform-translate-y: -10rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover---translate-y-px:hover {
    --transform-translate-y: -1px;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover---translate-y-full:hover {
    --transform-translate-y: -100%;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover---translate-y-1\/2:hover {
    --transform-translate-y: -50%;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--translate-y-1\/2:hover {
    --transform-translate-y: 50%;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--translate-y-full:hover {
    --transform-translate-y: 100%;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--translate-x-0:focus {
    --transform-translate-x: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--translate-x-5:focus {
    --transform-translate-x: 0.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--translate-x-10:focus {
    --transform-translate-x: 1rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--translate-x-15:focus {
    --transform-translate-x: 1.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--translate-x-20:focus {
    --transform-translate-x: 2rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--translate-x-30:focus {
    --transform-translate-x: 3rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--translate-x-40:focus {
    --transform-translate-x: 4rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--translate-x-50:focus {
    --transform-translate-x: 5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--translate-x-100:focus {
    --transform-translate-x: 10rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--translate-x-px:focus {
    --transform-translate-x: 1px;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus---translate-x-5:focus {
    --transform-translate-x: -0.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus---translate-x-10:focus {
    --transform-translate-x: -1rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus---translate-x-15:focus {
    --transform-translate-x: -1.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus---translate-x-20:focus {
    --transform-translate-x: -2rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus---translate-x-30:focus {
    --transform-translate-x: -3rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus---translate-x-40:focus {
    --transform-translate-x: -4rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus---translate-x-50:focus {
    --transform-translate-x: -5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus---translate-x-100:focus {
    --transform-translate-x: -10rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus---translate-x-px:focus {
    --transform-translate-x: -1px;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus---translate-x-full:focus {
    --transform-translate-x: -100%;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus---translate-x-1\/2:focus {
    --transform-translate-x: -50%;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--translate-x-1\/2:focus {
    --transform-translate-x: 50%;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--translate-x-full:focus {
    --transform-translate-x: 100%;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--translate-y-0:focus {
    --transform-translate-y: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--translate-y-5:focus {
    --transform-translate-y: 0.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--translate-y-10:focus {
    --transform-translate-y: 1rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--translate-y-15:focus {
    --transform-translate-y: 1.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--translate-y-20:focus {
    --transform-translate-y: 2rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--translate-y-30:focus {
    --transform-translate-y: 3rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--translate-y-40:focus {
    --transform-translate-y: 4rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--translate-y-50:focus {
    --transform-translate-y: 5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--translate-y-100:focus {
    --transform-translate-y: 10rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--translate-y-px:focus {
    --transform-translate-y: 1px;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus---translate-y-5:focus {
    --transform-translate-y: -0.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus---translate-y-10:focus {
    --transform-translate-y: -1rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus---translate-y-15:focus {
    --transform-translate-y: -1.5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus---translate-y-20:focus {
    --transform-translate-y: -2rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus---translate-y-30:focus {
    --transform-translate-y: -3rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus---translate-y-40:focus {
    --transform-translate-y: -4rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus---translate-y-50:focus {
    --transform-translate-y: -5rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus---translate-y-100:focus {
    --transform-translate-y: -10rem;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus---translate-y-px:focus {
    --transform-translate-y: -1px;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus---translate-y-full:focus {
    --transform-translate-y: -100%;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus---translate-y-1\/2:focus {
    --transform-translate-y: -50%;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--translate-y-1\/2:focus {
    --transform-translate-y: 50%;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--translate-y-full:focus {
    --transform-translate-y: 100%;
  }
}
@media (min-width: 768px) {
  .vpt .md--skew-x-0 {
    --transform-skew-x: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--skew-x-1 {
    --transform-skew-x: 1deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--skew-x-2 {
    --transform-skew-x: 2deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--skew-x-3 {
    --transform-skew-x: 3deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--skew-x-6 {
    --transform-skew-x: 6deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--skew-x-12 {
    --transform-skew-x: 12deg;
  }
}
@media (min-width: 768px) {
  .vpt .md---skew-x-12 {
    --transform-skew-x: -12deg;
  }
}
@media (min-width: 768px) {
  .vpt .md---skew-x-6 {
    --transform-skew-x: -6deg;
  }
}
@media (min-width: 768px) {
  .vpt .md---skew-x-3 {
    --transform-skew-x: -3deg;
  }
}
@media (min-width: 768px) {
  .vpt .md---skew-x-2 {
    --transform-skew-x: -2deg;
  }
}
@media (min-width: 768px) {
  .vpt .md---skew-x-1 {
    --transform-skew-x: -1deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--skew-y-0 {
    --transform-skew-y: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--skew-y-1 {
    --transform-skew-y: 1deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--skew-y-2 {
    --transform-skew-y: 2deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--skew-y-3 {
    --transform-skew-y: 3deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--skew-y-6 {
    --transform-skew-y: 6deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--skew-y-12 {
    --transform-skew-y: 12deg;
  }
}
@media (min-width: 768px) {
  .vpt .md---skew-y-12 {
    --transform-skew-y: -12deg;
  }
}
@media (min-width: 768px) {
  .vpt .md---skew-y-6 {
    --transform-skew-y: -6deg;
  }
}
@media (min-width: 768px) {
  .vpt .md---skew-y-3 {
    --transform-skew-y: -3deg;
  }
}
@media (min-width: 768px) {
  .vpt .md---skew-y-2 {
    --transform-skew-y: -2deg;
  }
}
@media (min-width: 768px) {
  .vpt .md---skew-y-1 {
    --transform-skew-y: -1deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--skew-x-0:hover {
    --transform-skew-x: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--skew-x-1:hover {
    --transform-skew-x: 1deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--skew-x-2:hover {
    --transform-skew-x: 2deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--skew-x-3:hover {
    --transform-skew-x: 3deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--skew-x-6:hover {
    --transform-skew-x: 6deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--skew-x-12:hover {
    --transform-skew-x: 12deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover---skew-x-12:hover {
    --transform-skew-x: -12deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover---skew-x-6:hover {
    --transform-skew-x: -6deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover---skew-x-3:hover {
    --transform-skew-x: -3deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover---skew-x-2:hover {
    --transform-skew-x: -2deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover---skew-x-1:hover {
    --transform-skew-x: -1deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--skew-y-0:hover {
    --transform-skew-y: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--skew-y-1:hover {
    --transform-skew-y: 1deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--skew-y-2:hover {
    --transform-skew-y: 2deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--skew-y-3:hover {
    --transform-skew-y: 3deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--skew-y-6:hover {
    --transform-skew-y: 6deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover--skew-y-12:hover {
    --transform-skew-y: 12deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover---skew-y-12:hover {
    --transform-skew-y: -12deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover---skew-y-6:hover {
    --transform-skew-y: -6deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover---skew-y-3:hover {
    --transform-skew-y: -3deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover---skew-y-2:hover {
    --transform-skew-y: -2deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--hover---skew-y-1:hover {
    --transform-skew-y: -1deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--skew-x-0:focus {
    --transform-skew-x: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--skew-x-1:focus {
    --transform-skew-x: 1deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--skew-x-2:focus {
    --transform-skew-x: 2deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--skew-x-3:focus {
    --transform-skew-x: 3deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--skew-x-6:focus {
    --transform-skew-x: 6deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--skew-x-12:focus {
    --transform-skew-x: 12deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus---skew-x-12:focus {
    --transform-skew-x: -12deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus---skew-x-6:focus {
    --transform-skew-x: -6deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus---skew-x-3:focus {
    --transform-skew-x: -3deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus---skew-x-2:focus {
    --transform-skew-x: -2deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus---skew-x-1:focus {
    --transform-skew-x: -1deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--skew-y-0:focus {
    --transform-skew-y: 0;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--skew-y-1:focus {
    --transform-skew-y: 1deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--skew-y-2:focus {
    --transform-skew-y: 2deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--skew-y-3:focus {
    --transform-skew-y: 3deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--skew-y-6:focus {
    --transform-skew-y: 6deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus--skew-y-12:focus {
    --transform-skew-y: 12deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus---skew-y-12:focus {
    --transform-skew-y: -12deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus---skew-y-6:focus {
    --transform-skew-y: -6deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus---skew-y-3:focus {
    --transform-skew-y: -3deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus---skew-y-2:focus {
    --transform-skew-y: -2deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--focus---skew-y-1:focus {
    --transform-skew-y: -1deg;
  }
}
@media (min-width: 768px) {
  .vpt .md--transition-none {
    transition-property: none;
  }
}
@media (min-width: 768px) {
  .vpt .md--transition-all {
    transition-property: all;
  }
}
@media (min-width: 768px) {
  .vpt .md--transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }
}
@media (min-width: 768px) {
  .vpt .md--transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
  }
}
@media (min-width: 768px) {
  .vpt .md--transition-opacity {
    transition-property: opacity;
  }
}
@media (min-width: 768px) {
  .vpt .md--transition-shadow {
    transition-property: box-shadow;
  }
}
@media (min-width: 768px) {
  .vpt .md--transition-transform {
    transition-property: transform;
  }
}
@media (min-width: 768px) {
  .vpt .md--ease-linear {
    transition-timing-function: linear;
  }
}
@media (min-width: 768px) {
  .vpt .md--ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }
}
@media (min-width: 768px) {
  .vpt .md--ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
@media (min-width: 768px) {
  .vpt .md--ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@media (min-width: 768px) {
  .vpt .md--duration-75 {
    transition-duration: 75ms;
  }
}
@media (min-width: 768px) {
  .vpt .md--duration-100 {
    transition-duration: 100ms;
  }
}
@media (min-width: 768px) {
  .vpt .md--duration-150 {
    transition-duration: 150ms;
  }
}
@media (min-width: 768px) {
  .vpt .md--duration-200 {
    transition-duration: 200ms;
  }
}
@media (min-width: 768px) {
  .vpt .md--duration-300 {
    transition-duration: 300ms;
  }
}
@media (min-width: 768px) {
  .vpt .md--duration-500 {
    transition-duration: 500ms;
  }
}
@media (min-width: 768px) {
  .vpt .md--duration-700 {
    transition-duration: 700ms;
  }
}
@media (min-width: 768px) {
  .vpt .md--duration-1000 {
    transition-duration: 1000ms;
  }
}
@media (min-width: 768px) {
  .vpt .md--delay-75 {
    transition-delay: 75ms;
  }
}
@media (min-width: 768px) {
  .vpt .md--delay-100 {
    transition-delay: 100ms;
  }
}
@media (min-width: 768px) {
  .vpt .md--delay-150 {
    transition-delay: 150ms;
  }
}
@media (min-width: 768px) {
  .vpt .md--delay-200 {
    transition-delay: 200ms;
  }
}
@media (min-width: 768px) {
  .vpt .md--delay-300 {
    transition-delay: 300ms;
  }
}
@media (min-width: 768px) {
  .vpt .md--delay-500 {
    transition-delay: 500ms;
  }
}
@media (min-width: 768px) {
  .vpt .md--delay-700 {
    transition-delay: 700ms;
  }
}
@media (min-width: 768px) {
  .vpt .md--delay-1000 {
    transition-delay: 1000ms;
  }
}
@media (min-width: 768px) {
  .vpt .md--animate-none {
    animation: none;
  }
}
@media (min-width: 768px) {
  .vpt .md--animate-spin {
    animation: spin 1s linear infinite;
  }
}
@media (min-width: 768px) {
  .vpt .md--animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }
}
@media (min-width: 768px) {
  .vpt .md--animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }
}
@media (min-width: 768px) {
  .vpt .md--animate-bounce {
    animation: bounce 1s infinite;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--container {
    width: 100%;
  }
}
@media (min-width: 1024px) and (min-width: 640px) {
  .vpt .lg--container {
    max-width: 640px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .vpt .lg--container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .vpt .lg--container {
    max-width: 1024px;
  }
}
@media (min-width: 1024px) and (min-width: 1280px) {
  .vpt .lg--container {
    max-width: 1280px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--space-y-30 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--space-x-30 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--space-y-50 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--space-x-50 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--space-y-100 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--space-x-100 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 1024px) {
  .vpt .lg---space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }
}
@media (min-width: 1024px) {
  .vpt .lg---space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 1024px) {
  .vpt .lg---space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }
}
@media (min-width: 1024px) {
  .vpt .lg---space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 1024px) {
  .vpt .lg---space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }
}
@media (min-width: 1024px) {
  .vpt .lg---space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 1024px) {
  .vpt .lg---space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }
}
@media (min-width: 1024px) {
  .vpt .lg---space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 1024px) {
  .vpt .lg---space-y-30 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }
}
@media (min-width: 1024px) {
  .vpt .lg---space-x-30 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 1024px) {
  .vpt .lg---space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }
}
@media (min-width: 1024px) {
  .vpt .lg---space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 1024px) {
  .vpt .lg---space-y-50 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }
}
@media (min-width: 1024px) {
  .vpt .lg---space-x-50 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 1024px) {
  .vpt .lg---space-y-100 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }
}
@media (min-width: 1024px) {
  .vpt .lg---space-x-100 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 1024px) {
  .vpt .lg---space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }
}
@media (min-width: 1024px) {
  .vpt .lg---space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--divide-y-0 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--divide-x-0 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--divide-y-4 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--divide-x-4 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--divide-y-8 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--divide-x-8 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--divide-x > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--divide-blue-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #F4F5FB;
    border-color: rgba(244, 245, 251, var(--divide-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--divide-blue-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #CED2EE;
    border-color: rgba(206, 210, 238, var(--divide-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--divide-blue-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #A8AFE1;
    border-color: rgba(168, 175, 225, var(--divide-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--divide-blue-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #828DD4;
    border-color: rgba(130, 141, 212, var(--divide-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--divide-blue-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5C6AC7;
    border-color: rgba(92, 106, 199, var(--divide-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--divide-blue-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3D4DB3;
    border-color: rgba(61, 77, 179, var(--divide-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--divide-blue-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #303C8D;
    border-color: rgba(48, 60, 141, var(--divide-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--divide-blue-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #232C67;
    border-color: rgba(35, 44, 103, var(--divide-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--divide-blue-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #161C41;
    border-color: rgba(22, 28, 65, var(--divide-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--divide-black-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #FFFFFF;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--divide-black-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #EAEDF1;
    border-color: rgba(234, 237, 241, var(--divide-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--divide-black-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #D1D8E0;
    border-color: rgba(209, 216, 224, var(--divide-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--divide-black-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #B9C3D0;
    border-color: rgba(185, 195, 208, var(--divide-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--divide-black-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #A0AEC0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--divide-black-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7E91A9;
    border-color: rgba(126, 145, 169, var(--divide-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--divide-black-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #607590;
    border-color: rgba(96, 117, 144, var(--divide-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--divide-black-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #49596E;
    border-color: rgba(73, 89, 110, var(--divide-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--divide-black-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #333E4D;
    border-color: rgba(51, 62, 77, var(--divide-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--divide-green-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #DBFAE8;
    border-color: rgba(219, 250, 232, var(--divide-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--divide-green-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #98F0BD;
    border-color: rgba(152, 240, 189, var(--divide-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--divide-green-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #55E792;
    border-color: rgba(85, 231, 146, var(--divide-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--divide-green-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1ED269;
    border-color: rgba(30, 210, 105, var(--divide-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--divide-green-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #148F47;
    border-color: rgba(20, 143, 71, var(--divide-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--divide-green-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #11743A;
    border-color: rgba(17, 116, 58, var(--divide-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--divide-green-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #0D592D;
    border-color: rgba(13, 89, 45, var(--divide-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--divide-green-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #093E1F;
    border-color: rgba(9, 62, 31, var(--divide-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--divide-green-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #052412;
    border-color: rgba(5, 36, 18, var(--divide-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--divide-red-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #FDDDE0;
    border-color: rgba(253, 221, 224, var(--divide-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--divide-red-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #FBB2B9;
    border-color: rgba(251, 178, 185, var(--divide-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--divide-red-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #F88792;
    border-color: rgba(248, 135, 146, var(--divide-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--divide-red-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #F55B6B;
    border-color: rgba(245, 91, 107, var(--divide-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--divide-red-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #F33043;
    border-color: rgba(243, 48, 67, var(--divide-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--divide-red-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E30D23;
    border-color: rgba(227, 13, 35, var(--divide-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--divide-red-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #B20A1B;
    border-color: rgba(178, 10, 27, var(--divide-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--divide-red-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #820814;
    border-color: rgba(130, 8, 20, var(--divide-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--divide-red-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #52050C;
    border-color: rgba(82, 5, 12, var(--divide-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--divide-solid > :not(template) ~ :not(template) {
    border-style: solid;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--divide-dashed > :not(template) ~ :not(template) {
    border-style: dashed;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--divide-dotted > :not(template) ~ :not(template) {
    border-style: dotted;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--divide-double > :not(template) ~ :not(template) {
    border-style: double;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--divide-none > :not(template) ~ :not(template) {
    border-style: none;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-fixed {
    background-attachment: fixed;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-local {
    background-attachment: local;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-scroll {
    background-attachment: scroll;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-clip-border {
    background-clip: border-box;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-clip-padding {
    background-clip: padding-box;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-clip-content {
    background-clip: content-box;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-clip-text {
    -webkit-background-clip: text;
    background-clip: text;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-blue-100 {
    --bg-opacity: 1;
    background-color: #F4F5FB;
    background-color: rgba(244, 245, 251, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-blue-200 {
    --bg-opacity: 1;
    background-color: #CED2EE;
    background-color: rgba(206, 210, 238, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-blue-300 {
    --bg-opacity: 1;
    background-color: #A8AFE1;
    background-color: rgba(168, 175, 225, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-blue-400 {
    --bg-opacity: 1;
    background-color: #828DD4;
    background-color: rgba(130, 141, 212, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-blue-500 {
    --bg-opacity: 1;
    background-color: #5C6AC7;
    background-color: rgba(92, 106, 199, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-blue-600 {
    --bg-opacity: 1;
    background-color: #3D4DB3;
    background-color: rgba(61, 77, 179, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-blue-700 {
    --bg-opacity: 1;
    background-color: #303C8D;
    background-color: rgba(48, 60, 141, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-blue-800 {
    --bg-opacity: 1;
    background-color: #232C67;
    background-color: rgba(35, 44, 103, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-blue-900 {
    --bg-opacity: 1;
    background-color: #161C41;
    background-color: rgba(22, 28, 65, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-black-100 {
    --bg-opacity: 1;
    background-color: #FFFFFF;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-black-200 {
    --bg-opacity: 1;
    background-color: #EAEDF1;
    background-color: rgba(234, 237, 241, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-black-300 {
    --bg-opacity: 1;
    background-color: #D1D8E0;
    background-color: rgba(209, 216, 224, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-black-400 {
    --bg-opacity: 1;
    background-color: #B9C3D0;
    background-color: rgba(185, 195, 208, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-black-500 {
    --bg-opacity: 1;
    background-color: #A0AEC0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-black-600 {
    --bg-opacity: 1;
    background-color: #7E91A9;
    background-color: rgba(126, 145, 169, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-black-700 {
    --bg-opacity: 1;
    background-color: #607590;
    background-color: rgba(96, 117, 144, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-black-800 {
    --bg-opacity: 1;
    background-color: #49596E;
    background-color: rgba(73, 89, 110, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-black-900 {
    --bg-opacity: 1;
    background-color: #333E4D;
    background-color: rgba(51, 62, 77, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-green-100 {
    --bg-opacity: 1;
    background-color: #DBFAE8;
    background-color: rgba(219, 250, 232, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-green-200 {
    --bg-opacity: 1;
    background-color: #98F0BD;
    background-color: rgba(152, 240, 189, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-green-300 {
    --bg-opacity: 1;
    background-color: #55E792;
    background-color: rgba(85, 231, 146, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-green-400 {
    --bg-opacity: 1;
    background-color: #1ED269;
    background-color: rgba(30, 210, 105, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-green-500 {
    --bg-opacity: 1;
    background-color: #148F47;
    background-color: rgba(20, 143, 71, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-green-600 {
    --bg-opacity: 1;
    background-color: #11743A;
    background-color: rgba(17, 116, 58, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-green-700 {
    --bg-opacity: 1;
    background-color: #0D592D;
    background-color: rgba(13, 89, 45, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-green-800 {
    --bg-opacity: 1;
    background-color: #093E1F;
    background-color: rgba(9, 62, 31, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-green-900 {
    --bg-opacity: 1;
    background-color: #052412;
    background-color: rgba(5, 36, 18, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-red-100 {
    --bg-opacity: 1;
    background-color: #FDDDE0;
    background-color: rgba(253, 221, 224, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-red-200 {
    --bg-opacity: 1;
    background-color: #FBB2B9;
    background-color: rgba(251, 178, 185, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-red-300 {
    --bg-opacity: 1;
    background-color: #F88792;
    background-color: rgba(248, 135, 146, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-red-400 {
    --bg-opacity: 1;
    background-color: #F55B6B;
    background-color: rgba(245, 91, 107, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-red-500 {
    --bg-opacity: 1;
    background-color: #F33043;
    background-color: rgba(243, 48, 67, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-red-600 {
    --bg-opacity: 1;
    background-color: #E30D23;
    background-color: rgba(227, 13, 35, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-red-700 {
    --bg-opacity: 1;
    background-color: #B20A1B;
    background-color: rgba(178, 10, 27, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-red-800 {
    --bg-opacity: 1;
    background-color: #820814;
    background-color: rgba(130, 8, 20, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-red-900 {
    --bg-opacity: 1;
    background-color: #52050C;
    background-color: rgba(82, 5, 12, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--bg-blue-100:hover {
    --bg-opacity: 1;
    background-color: #F4F5FB;
    background-color: rgba(244, 245, 251, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--bg-blue-200:hover {
    --bg-opacity: 1;
    background-color: #CED2EE;
    background-color: rgba(206, 210, 238, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--bg-blue-300:hover {
    --bg-opacity: 1;
    background-color: #A8AFE1;
    background-color: rgba(168, 175, 225, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--bg-blue-400:hover {
    --bg-opacity: 1;
    background-color: #828DD4;
    background-color: rgba(130, 141, 212, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--bg-blue-500:hover {
    --bg-opacity: 1;
    background-color: #5C6AC7;
    background-color: rgba(92, 106, 199, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--bg-blue-600:hover {
    --bg-opacity: 1;
    background-color: #3D4DB3;
    background-color: rgba(61, 77, 179, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--bg-blue-700:hover {
    --bg-opacity: 1;
    background-color: #303C8D;
    background-color: rgba(48, 60, 141, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--bg-blue-800:hover {
    --bg-opacity: 1;
    background-color: #232C67;
    background-color: rgba(35, 44, 103, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--bg-blue-900:hover {
    --bg-opacity: 1;
    background-color: #161C41;
    background-color: rgba(22, 28, 65, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--bg-black-100:hover {
    --bg-opacity: 1;
    background-color: #FFFFFF;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--bg-black-200:hover {
    --bg-opacity: 1;
    background-color: #EAEDF1;
    background-color: rgba(234, 237, 241, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--bg-black-300:hover {
    --bg-opacity: 1;
    background-color: #D1D8E0;
    background-color: rgba(209, 216, 224, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--bg-black-400:hover {
    --bg-opacity: 1;
    background-color: #B9C3D0;
    background-color: rgba(185, 195, 208, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--bg-black-500:hover {
    --bg-opacity: 1;
    background-color: #A0AEC0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--bg-black-600:hover {
    --bg-opacity: 1;
    background-color: #7E91A9;
    background-color: rgba(126, 145, 169, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--bg-black-700:hover {
    --bg-opacity: 1;
    background-color: #607590;
    background-color: rgba(96, 117, 144, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--bg-black-800:hover {
    --bg-opacity: 1;
    background-color: #49596E;
    background-color: rgba(73, 89, 110, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--bg-black-900:hover {
    --bg-opacity: 1;
    background-color: #333E4D;
    background-color: rgba(51, 62, 77, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--bg-green-100:hover {
    --bg-opacity: 1;
    background-color: #DBFAE8;
    background-color: rgba(219, 250, 232, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--bg-green-200:hover {
    --bg-opacity: 1;
    background-color: #98F0BD;
    background-color: rgba(152, 240, 189, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--bg-green-300:hover {
    --bg-opacity: 1;
    background-color: #55E792;
    background-color: rgba(85, 231, 146, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--bg-green-400:hover {
    --bg-opacity: 1;
    background-color: #1ED269;
    background-color: rgba(30, 210, 105, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--bg-green-500:hover {
    --bg-opacity: 1;
    background-color: #148F47;
    background-color: rgba(20, 143, 71, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--bg-green-600:hover {
    --bg-opacity: 1;
    background-color: #11743A;
    background-color: rgba(17, 116, 58, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--bg-green-700:hover {
    --bg-opacity: 1;
    background-color: #0D592D;
    background-color: rgba(13, 89, 45, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--bg-green-800:hover {
    --bg-opacity: 1;
    background-color: #093E1F;
    background-color: rgba(9, 62, 31, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--bg-green-900:hover {
    --bg-opacity: 1;
    background-color: #052412;
    background-color: rgba(5, 36, 18, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--bg-red-100:hover {
    --bg-opacity: 1;
    background-color: #FDDDE0;
    background-color: rgba(253, 221, 224, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--bg-red-200:hover {
    --bg-opacity: 1;
    background-color: #FBB2B9;
    background-color: rgba(251, 178, 185, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--bg-red-300:hover {
    --bg-opacity: 1;
    background-color: #F88792;
    background-color: rgba(248, 135, 146, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--bg-red-400:hover {
    --bg-opacity: 1;
    background-color: #F55B6B;
    background-color: rgba(245, 91, 107, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--bg-red-500:hover {
    --bg-opacity: 1;
    background-color: #F33043;
    background-color: rgba(243, 48, 67, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--bg-red-600:hover {
    --bg-opacity: 1;
    background-color: #E30D23;
    background-color: rgba(227, 13, 35, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--bg-red-700:hover {
    --bg-opacity: 1;
    background-color: #B20A1B;
    background-color: rgba(178, 10, 27, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--bg-red-800:hover {
    --bg-opacity: 1;
    background-color: #820814;
    background-color: rgba(130, 8, 20, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--bg-red-900:hover {
    --bg-opacity: 1;
    background-color: #52050C;
    background-color: rgba(82, 5, 12, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--bg-blue-100:focus {
    --bg-opacity: 1;
    background-color: #F4F5FB;
    background-color: rgba(244, 245, 251, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--bg-blue-200:focus {
    --bg-opacity: 1;
    background-color: #CED2EE;
    background-color: rgba(206, 210, 238, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--bg-blue-300:focus {
    --bg-opacity: 1;
    background-color: #A8AFE1;
    background-color: rgba(168, 175, 225, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--bg-blue-400:focus {
    --bg-opacity: 1;
    background-color: #828DD4;
    background-color: rgba(130, 141, 212, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--bg-blue-500:focus {
    --bg-opacity: 1;
    background-color: #5C6AC7;
    background-color: rgba(92, 106, 199, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--bg-blue-600:focus {
    --bg-opacity: 1;
    background-color: #3D4DB3;
    background-color: rgba(61, 77, 179, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--bg-blue-700:focus {
    --bg-opacity: 1;
    background-color: #303C8D;
    background-color: rgba(48, 60, 141, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--bg-blue-800:focus {
    --bg-opacity: 1;
    background-color: #232C67;
    background-color: rgba(35, 44, 103, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--bg-blue-900:focus {
    --bg-opacity: 1;
    background-color: #161C41;
    background-color: rgba(22, 28, 65, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--bg-black-100:focus {
    --bg-opacity: 1;
    background-color: #FFFFFF;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--bg-black-200:focus {
    --bg-opacity: 1;
    background-color: #EAEDF1;
    background-color: rgba(234, 237, 241, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--bg-black-300:focus {
    --bg-opacity: 1;
    background-color: #D1D8E0;
    background-color: rgba(209, 216, 224, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--bg-black-400:focus {
    --bg-opacity: 1;
    background-color: #B9C3D0;
    background-color: rgba(185, 195, 208, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--bg-black-500:focus {
    --bg-opacity: 1;
    background-color: #A0AEC0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--bg-black-600:focus {
    --bg-opacity: 1;
    background-color: #7E91A9;
    background-color: rgba(126, 145, 169, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--bg-black-700:focus {
    --bg-opacity: 1;
    background-color: #607590;
    background-color: rgba(96, 117, 144, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--bg-black-800:focus {
    --bg-opacity: 1;
    background-color: #49596E;
    background-color: rgba(73, 89, 110, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--bg-black-900:focus {
    --bg-opacity: 1;
    background-color: #333E4D;
    background-color: rgba(51, 62, 77, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--bg-green-100:focus {
    --bg-opacity: 1;
    background-color: #DBFAE8;
    background-color: rgba(219, 250, 232, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--bg-green-200:focus {
    --bg-opacity: 1;
    background-color: #98F0BD;
    background-color: rgba(152, 240, 189, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--bg-green-300:focus {
    --bg-opacity: 1;
    background-color: #55E792;
    background-color: rgba(85, 231, 146, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--bg-green-400:focus {
    --bg-opacity: 1;
    background-color: #1ED269;
    background-color: rgba(30, 210, 105, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--bg-green-500:focus {
    --bg-opacity: 1;
    background-color: #148F47;
    background-color: rgba(20, 143, 71, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--bg-green-600:focus {
    --bg-opacity: 1;
    background-color: #11743A;
    background-color: rgba(17, 116, 58, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--bg-green-700:focus {
    --bg-opacity: 1;
    background-color: #0D592D;
    background-color: rgba(13, 89, 45, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--bg-green-800:focus {
    --bg-opacity: 1;
    background-color: #093E1F;
    background-color: rgba(9, 62, 31, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--bg-green-900:focus {
    --bg-opacity: 1;
    background-color: #052412;
    background-color: rgba(5, 36, 18, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--bg-red-100:focus {
    --bg-opacity: 1;
    background-color: #FDDDE0;
    background-color: rgba(253, 221, 224, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--bg-red-200:focus {
    --bg-opacity: 1;
    background-color: #FBB2B9;
    background-color: rgba(251, 178, 185, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--bg-red-300:focus {
    --bg-opacity: 1;
    background-color: #F88792;
    background-color: rgba(248, 135, 146, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--bg-red-400:focus {
    --bg-opacity: 1;
    background-color: #F55B6B;
    background-color: rgba(245, 91, 107, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--bg-red-500:focus {
    --bg-opacity: 1;
    background-color: #F33043;
    background-color: rgba(243, 48, 67, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--bg-red-600:focus {
    --bg-opacity: 1;
    background-color: #E30D23;
    background-color: rgba(227, 13, 35, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--bg-red-700:focus {
    --bg-opacity: 1;
    background-color: #B20A1B;
    background-color: rgba(178, 10, 27, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--bg-red-800:focus {
    --bg-opacity: 1;
    background-color: #820814;
    background-color: rgba(130, 8, 20, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--bg-red-900:focus {
    --bg-opacity: 1;
    background-color: #52050C;
    background-color: rgba(82, 5, 12, var(--bg-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-none {
    background-image: none;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--from-blue-100 {
    --gradient-from-color: #F4F5FB;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 245, 251, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--from-blue-200 {
    --gradient-from-color: #CED2EE;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(206, 210, 238, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--from-blue-300 {
    --gradient-from-color: #A8AFE1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(168, 175, 225, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--from-blue-400 {
    --gradient-from-color: #828DD4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(130, 141, 212, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--from-blue-500 {
    --gradient-from-color: #5C6AC7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(92, 106, 199, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--from-blue-600 {
    --gradient-from-color: #3D4DB3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(61, 77, 179, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--from-blue-700 {
    --gradient-from-color: #303C8D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(48, 60, 141, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--from-blue-800 {
    --gradient-from-color: #232C67;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 44, 103, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--from-blue-900 {
    --gradient-from-color: #161C41;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 28, 65, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--from-black-100 {
    --gradient-from-color: #FFFFFF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--from-black-200 {
    --gradient-from-color: #EAEDF1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 237, 241, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--from-black-300 {
    --gradient-from-color: #D1D8E0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(209, 216, 224, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--from-black-400 {
    --gradient-from-color: #B9C3D0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 195, 208, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--from-black-500 {
    --gradient-from-color: #A0AEC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--from-black-600 {
    --gradient-from-color: #7E91A9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(126, 145, 169, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--from-black-700 {
    --gradient-from-color: #607590;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 117, 144, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--from-black-800 {
    --gradient-from-color: #49596E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(73, 89, 110, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--from-black-900 {
    --gradient-from-color: #333E4D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(51, 62, 77, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--from-green-100 {
    --gradient-from-color: #DBFAE8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 250, 232, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--from-green-200 {
    --gradient-from-color: #98F0BD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(152, 240, 189, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--from-green-300 {
    --gradient-from-color: #55E792;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 231, 146, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--from-green-400 {
    --gradient-from-color: #1ED269;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 210, 105, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--from-green-500 {
    --gradient-from-color: #148F47;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 143, 71, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--from-green-600 {
    --gradient-from-color: #11743A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 116, 58, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--from-green-700 {
    --gradient-from-color: #0D592D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 89, 45, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--from-green-800 {
    --gradient-from-color: #093E1F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(9, 62, 31, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--from-green-900 {
    --gradient-from-color: #052412;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(5, 36, 18, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--from-red-100 {
    --gradient-from-color: #FDDDE0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 221, 224, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--from-red-200 {
    --gradient-from-color: #FBB2B9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 178, 185, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--from-red-300 {
    --gradient-from-color: #F88792;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 135, 146, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--from-red-400 {
    --gradient-from-color: #F55B6B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 91, 107, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--from-red-500 {
    --gradient-from-color: #F33043;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 48, 67, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--from-red-600 {
    --gradient-from-color: #E30D23;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 13, 35, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--from-red-700 {
    --gradient-from-color: #B20A1B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 10, 27, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--from-red-800 {
    --gradient-from-color: #820814;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(130, 8, 20, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--from-red-900 {
    --gradient-from-color: #52050C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(82, 5, 12, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--via-blue-100 {
    --gradient-via-color: #F4F5FB;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 245, 251, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--via-blue-200 {
    --gradient-via-color: #CED2EE;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(206, 210, 238, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--via-blue-300 {
    --gradient-via-color: #A8AFE1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(168, 175, 225, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--via-blue-400 {
    --gradient-via-color: #828DD4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(130, 141, 212, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--via-blue-500 {
    --gradient-via-color: #5C6AC7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(92, 106, 199, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--via-blue-600 {
    --gradient-via-color: #3D4DB3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(61, 77, 179, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--via-blue-700 {
    --gradient-via-color: #303C8D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(48, 60, 141, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--via-blue-800 {
    --gradient-via-color: #232C67;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 44, 103, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--via-blue-900 {
    --gradient-via-color: #161C41;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 28, 65, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--via-black-100 {
    --gradient-via-color: #FFFFFF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--via-black-200 {
    --gradient-via-color: #EAEDF1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 237, 241, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--via-black-300 {
    --gradient-via-color: #D1D8E0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(209, 216, 224, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--via-black-400 {
    --gradient-via-color: #B9C3D0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 195, 208, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--via-black-500 {
    --gradient-via-color: #A0AEC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--via-black-600 {
    --gradient-via-color: #7E91A9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(126, 145, 169, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--via-black-700 {
    --gradient-via-color: #607590;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 117, 144, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--via-black-800 {
    --gradient-via-color: #49596E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(73, 89, 110, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--via-black-900 {
    --gradient-via-color: #333E4D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(51, 62, 77, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--via-green-100 {
    --gradient-via-color: #DBFAE8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 250, 232, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--via-green-200 {
    --gradient-via-color: #98F0BD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(152, 240, 189, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--via-green-300 {
    --gradient-via-color: #55E792;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 231, 146, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--via-green-400 {
    --gradient-via-color: #1ED269;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 210, 105, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--via-green-500 {
    --gradient-via-color: #148F47;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 143, 71, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--via-green-600 {
    --gradient-via-color: #11743A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 116, 58, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--via-green-700 {
    --gradient-via-color: #0D592D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 89, 45, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--via-green-800 {
    --gradient-via-color: #093E1F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(9, 62, 31, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--via-green-900 {
    --gradient-via-color: #052412;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(5, 36, 18, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--via-red-100 {
    --gradient-via-color: #FDDDE0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 221, 224, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--via-red-200 {
    --gradient-via-color: #FBB2B9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 178, 185, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--via-red-300 {
    --gradient-via-color: #F88792;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 135, 146, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--via-red-400 {
    --gradient-via-color: #F55B6B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 91, 107, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--via-red-500 {
    --gradient-via-color: #F33043;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 48, 67, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--via-red-600 {
    --gradient-via-color: #E30D23;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 13, 35, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--via-red-700 {
    --gradient-via-color: #B20A1B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 10, 27, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--via-red-800 {
    --gradient-via-color: #820814;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(130, 8, 20, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--via-red-900 {
    --gradient-via-color: #52050C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(82, 5, 12, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--to-blue-100 {
    --gradient-to-color: #F4F5FB;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--to-blue-200 {
    --gradient-to-color: #CED2EE;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--to-blue-300 {
    --gradient-to-color: #A8AFE1;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--to-blue-400 {
    --gradient-to-color: #828DD4;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--to-blue-500 {
    --gradient-to-color: #5C6AC7;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--to-blue-600 {
    --gradient-to-color: #3D4DB3;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--to-blue-700 {
    --gradient-to-color: #303C8D;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--to-blue-800 {
    --gradient-to-color: #232C67;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--to-blue-900 {
    --gradient-to-color: #161C41;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--to-black-100 {
    --gradient-to-color: #FFFFFF;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--to-black-200 {
    --gradient-to-color: #EAEDF1;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--to-black-300 {
    --gradient-to-color: #D1D8E0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--to-black-400 {
    --gradient-to-color: #B9C3D0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--to-black-500 {
    --gradient-to-color: #A0AEC0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--to-black-600 {
    --gradient-to-color: #7E91A9;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--to-black-700 {
    --gradient-to-color: #607590;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--to-black-800 {
    --gradient-to-color: #49596E;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--to-black-900 {
    --gradient-to-color: #333E4D;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--to-green-100 {
    --gradient-to-color: #DBFAE8;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--to-green-200 {
    --gradient-to-color: #98F0BD;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--to-green-300 {
    --gradient-to-color: #55E792;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--to-green-400 {
    --gradient-to-color: #1ED269;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--to-green-500 {
    --gradient-to-color: #148F47;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--to-green-600 {
    --gradient-to-color: #11743A;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--to-green-700 {
    --gradient-to-color: #0D592D;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--to-green-800 {
    --gradient-to-color: #093E1F;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--to-green-900 {
    --gradient-to-color: #052412;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--to-red-100 {
    --gradient-to-color: #FDDDE0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--to-red-200 {
    --gradient-to-color: #FBB2B9;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--to-red-300 {
    --gradient-to-color: #F88792;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--to-red-400 {
    --gradient-to-color: #F55B6B;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--to-red-500 {
    --gradient-to-color: #F33043;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--to-red-600 {
    --gradient-to-color: #E30D23;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--to-red-700 {
    --gradient-to-color: #B20A1B;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--to-red-800 {
    --gradient-to-color: #820814;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--to-red-900 {
    --gradient-to-color: #52050C;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--from-blue-100:hover {
    --gradient-from-color: #F4F5FB;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 245, 251, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--from-blue-200:hover {
    --gradient-from-color: #CED2EE;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(206, 210, 238, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--from-blue-300:hover {
    --gradient-from-color: #A8AFE1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(168, 175, 225, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--from-blue-400:hover {
    --gradient-from-color: #828DD4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(130, 141, 212, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--from-blue-500:hover {
    --gradient-from-color: #5C6AC7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(92, 106, 199, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--from-blue-600:hover {
    --gradient-from-color: #3D4DB3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(61, 77, 179, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--from-blue-700:hover {
    --gradient-from-color: #303C8D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(48, 60, 141, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--from-blue-800:hover {
    --gradient-from-color: #232C67;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 44, 103, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--from-blue-900:hover {
    --gradient-from-color: #161C41;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 28, 65, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--from-black-100:hover {
    --gradient-from-color: #FFFFFF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--from-black-200:hover {
    --gradient-from-color: #EAEDF1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 237, 241, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--from-black-300:hover {
    --gradient-from-color: #D1D8E0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(209, 216, 224, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--from-black-400:hover {
    --gradient-from-color: #B9C3D0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 195, 208, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--from-black-500:hover {
    --gradient-from-color: #A0AEC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--from-black-600:hover {
    --gradient-from-color: #7E91A9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(126, 145, 169, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--from-black-700:hover {
    --gradient-from-color: #607590;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 117, 144, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--from-black-800:hover {
    --gradient-from-color: #49596E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(73, 89, 110, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--from-black-900:hover {
    --gradient-from-color: #333E4D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(51, 62, 77, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--from-green-100:hover {
    --gradient-from-color: #DBFAE8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 250, 232, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--from-green-200:hover {
    --gradient-from-color: #98F0BD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(152, 240, 189, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--from-green-300:hover {
    --gradient-from-color: #55E792;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 231, 146, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--from-green-400:hover {
    --gradient-from-color: #1ED269;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 210, 105, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--from-green-500:hover {
    --gradient-from-color: #148F47;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 143, 71, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--from-green-600:hover {
    --gradient-from-color: #11743A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 116, 58, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--from-green-700:hover {
    --gradient-from-color: #0D592D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 89, 45, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--from-green-800:hover {
    --gradient-from-color: #093E1F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(9, 62, 31, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--from-green-900:hover {
    --gradient-from-color: #052412;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(5, 36, 18, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--from-red-100:hover {
    --gradient-from-color: #FDDDE0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 221, 224, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--from-red-200:hover {
    --gradient-from-color: #FBB2B9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 178, 185, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--from-red-300:hover {
    --gradient-from-color: #F88792;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 135, 146, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--from-red-400:hover {
    --gradient-from-color: #F55B6B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 91, 107, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--from-red-500:hover {
    --gradient-from-color: #F33043;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 48, 67, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--from-red-600:hover {
    --gradient-from-color: #E30D23;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 13, 35, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--from-red-700:hover {
    --gradient-from-color: #B20A1B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 10, 27, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--from-red-800:hover {
    --gradient-from-color: #820814;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(130, 8, 20, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--from-red-900:hover {
    --gradient-from-color: #52050C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(82, 5, 12, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--via-blue-100:hover {
    --gradient-via-color: #F4F5FB;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 245, 251, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--via-blue-200:hover {
    --gradient-via-color: #CED2EE;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(206, 210, 238, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--via-blue-300:hover {
    --gradient-via-color: #A8AFE1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(168, 175, 225, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--via-blue-400:hover {
    --gradient-via-color: #828DD4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(130, 141, 212, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--via-blue-500:hover {
    --gradient-via-color: #5C6AC7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(92, 106, 199, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--via-blue-600:hover {
    --gradient-via-color: #3D4DB3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(61, 77, 179, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--via-blue-700:hover {
    --gradient-via-color: #303C8D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(48, 60, 141, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--via-blue-800:hover {
    --gradient-via-color: #232C67;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 44, 103, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--via-blue-900:hover {
    --gradient-via-color: #161C41;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 28, 65, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--via-black-100:hover {
    --gradient-via-color: #FFFFFF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--via-black-200:hover {
    --gradient-via-color: #EAEDF1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 237, 241, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--via-black-300:hover {
    --gradient-via-color: #D1D8E0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(209, 216, 224, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--via-black-400:hover {
    --gradient-via-color: #B9C3D0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 195, 208, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--via-black-500:hover {
    --gradient-via-color: #A0AEC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--via-black-600:hover {
    --gradient-via-color: #7E91A9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(126, 145, 169, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--via-black-700:hover {
    --gradient-via-color: #607590;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 117, 144, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--via-black-800:hover {
    --gradient-via-color: #49596E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(73, 89, 110, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--via-black-900:hover {
    --gradient-via-color: #333E4D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(51, 62, 77, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--via-green-100:hover {
    --gradient-via-color: #DBFAE8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 250, 232, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--via-green-200:hover {
    --gradient-via-color: #98F0BD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(152, 240, 189, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--via-green-300:hover {
    --gradient-via-color: #55E792;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 231, 146, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--via-green-400:hover {
    --gradient-via-color: #1ED269;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 210, 105, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--via-green-500:hover {
    --gradient-via-color: #148F47;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 143, 71, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--via-green-600:hover {
    --gradient-via-color: #11743A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 116, 58, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--via-green-700:hover {
    --gradient-via-color: #0D592D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 89, 45, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--via-green-800:hover {
    --gradient-via-color: #093E1F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(9, 62, 31, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--via-green-900:hover {
    --gradient-via-color: #052412;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(5, 36, 18, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--via-red-100:hover {
    --gradient-via-color: #FDDDE0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 221, 224, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--via-red-200:hover {
    --gradient-via-color: #FBB2B9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 178, 185, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--via-red-300:hover {
    --gradient-via-color: #F88792;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 135, 146, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--via-red-400:hover {
    --gradient-via-color: #F55B6B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 91, 107, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--via-red-500:hover {
    --gradient-via-color: #F33043;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 48, 67, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--via-red-600:hover {
    --gradient-via-color: #E30D23;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 13, 35, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--via-red-700:hover {
    --gradient-via-color: #B20A1B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 10, 27, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--via-red-800:hover {
    --gradient-via-color: #820814;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(130, 8, 20, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--via-red-900:hover {
    --gradient-via-color: #52050C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(82, 5, 12, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--to-blue-100:hover {
    --gradient-to-color: #F4F5FB;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--to-blue-200:hover {
    --gradient-to-color: #CED2EE;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--to-blue-300:hover {
    --gradient-to-color: #A8AFE1;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--to-blue-400:hover {
    --gradient-to-color: #828DD4;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--to-blue-500:hover {
    --gradient-to-color: #5C6AC7;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--to-blue-600:hover {
    --gradient-to-color: #3D4DB3;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--to-blue-700:hover {
    --gradient-to-color: #303C8D;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--to-blue-800:hover {
    --gradient-to-color: #232C67;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--to-blue-900:hover {
    --gradient-to-color: #161C41;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--to-black-100:hover {
    --gradient-to-color: #FFFFFF;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--to-black-200:hover {
    --gradient-to-color: #EAEDF1;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--to-black-300:hover {
    --gradient-to-color: #D1D8E0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--to-black-400:hover {
    --gradient-to-color: #B9C3D0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--to-black-500:hover {
    --gradient-to-color: #A0AEC0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--to-black-600:hover {
    --gradient-to-color: #7E91A9;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--to-black-700:hover {
    --gradient-to-color: #607590;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--to-black-800:hover {
    --gradient-to-color: #49596E;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--to-black-900:hover {
    --gradient-to-color: #333E4D;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--to-green-100:hover {
    --gradient-to-color: #DBFAE8;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--to-green-200:hover {
    --gradient-to-color: #98F0BD;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--to-green-300:hover {
    --gradient-to-color: #55E792;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--to-green-400:hover {
    --gradient-to-color: #1ED269;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--to-green-500:hover {
    --gradient-to-color: #148F47;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--to-green-600:hover {
    --gradient-to-color: #11743A;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--to-green-700:hover {
    --gradient-to-color: #0D592D;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--to-green-800:hover {
    --gradient-to-color: #093E1F;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--to-green-900:hover {
    --gradient-to-color: #052412;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--to-red-100:hover {
    --gradient-to-color: #FDDDE0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--to-red-200:hover {
    --gradient-to-color: #FBB2B9;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--to-red-300:hover {
    --gradient-to-color: #F88792;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--to-red-400:hover {
    --gradient-to-color: #F55B6B;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--to-red-500:hover {
    --gradient-to-color: #F33043;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--to-red-600:hover {
    --gradient-to-color: #E30D23;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--to-red-700:hover {
    --gradient-to-color: #B20A1B;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--to-red-800:hover {
    --gradient-to-color: #820814;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--to-red-900:hover {
    --gradient-to-color: #52050C;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--from-blue-100:focus {
    --gradient-from-color: #F4F5FB;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 245, 251, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--from-blue-200:focus {
    --gradient-from-color: #CED2EE;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(206, 210, 238, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--from-blue-300:focus {
    --gradient-from-color: #A8AFE1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(168, 175, 225, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--from-blue-400:focus {
    --gradient-from-color: #828DD4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(130, 141, 212, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--from-blue-500:focus {
    --gradient-from-color: #5C6AC7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(92, 106, 199, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--from-blue-600:focus {
    --gradient-from-color: #3D4DB3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(61, 77, 179, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--from-blue-700:focus {
    --gradient-from-color: #303C8D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(48, 60, 141, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--from-blue-800:focus {
    --gradient-from-color: #232C67;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 44, 103, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--from-blue-900:focus {
    --gradient-from-color: #161C41;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 28, 65, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--from-black-100:focus {
    --gradient-from-color: #FFFFFF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--from-black-200:focus {
    --gradient-from-color: #EAEDF1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 237, 241, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--from-black-300:focus {
    --gradient-from-color: #D1D8E0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(209, 216, 224, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--from-black-400:focus {
    --gradient-from-color: #B9C3D0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 195, 208, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--from-black-500:focus {
    --gradient-from-color: #A0AEC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--from-black-600:focus {
    --gradient-from-color: #7E91A9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(126, 145, 169, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--from-black-700:focus {
    --gradient-from-color: #607590;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 117, 144, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--from-black-800:focus {
    --gradient-from-color: #49596E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(73, 89, 110, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--from-black-900:focus {
    --gradient-from-color: #333E4D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(51, 62, 77, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--from-green-100:focus {
    --gradient-from-color: #DBFAE8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 250, 232, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--from-green-200:focus {
    --gradient-from-color: #98F0BD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(152, 240, 189, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--from-green-300:focus {
    --gradient-from-color: #55E792;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 231, 146, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--from-green-400:focus {
    --gradient-from-color: #1ED269;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 210, 105, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--from-green-500:focus {
    --gradient-from-color: #148F47;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 143, 71, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--from-green-600:focus {
    --gradient-from-color: #11743A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 116, 58, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--from-green-700:focus {
    --gradient-from-color: #0D592D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 89, 45, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--from-green-800:focus {
    --gradient-from-color: #093E1F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(9, 62, 31, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--from-green-900:focus {
    --gradient-from-color: #052412;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(5, 36, 18, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--from-red-100:focus {
    --gradient-from-color: #FDDDE0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 221, 224, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--from-red-200:focus {
    --gradient-from-color: #FBB2B9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 178, 185, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--from-red-300:focus {
    --gradient-from-color: #F88792;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 135, 146, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--from-red-400:focus {
    --gradient-from-color: #F55B6B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 91, 107, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--from-red-500:focus {
    --gradient-from-color: #F33043;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 48, 67, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--from-red-600:focus {
    --gradient-from-color: #E30D23;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 13, 35, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--from-red-700:focus {
    --gradient-from-color: #B20A1B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 10, 27, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--from-red-800:focus {
    --gradient-from-color: #820814;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(130, 8, 20, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--from-red-900:focus {
    --gradient-from-color: #52050C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(82, 5, 12, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--via-blue-100:focus {
    --gradient-via-color: #F4F5FB;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 245, 251, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--via-blue-200:focus {
    --gradient-via-color: #CED2EE;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(206, 210, 238, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--via-blue-300:focus {
    --gradient-via-color: #A8AFE1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(168, 175, 225, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--via-blue-400:focus {
    --gradient-via-color: #828DD4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(130, 141, 212, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--via-blue-500:focus {
    --gradient-via-color: #5C6AC7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(92, 106, 199, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--via-blue-600:focus {
    --gradient-via-color: #3D4DB3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(61, 77, 179, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--via-blue-700:focus {
    --gradient-via-color: #303C8D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(48, 60, 141, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--via-blue-800:focus {
    --gradient-via-color: #232C67;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 44, 103, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--via-blue-900:focus {
    --gradient-via-color: #161C41;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 28, 65, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--via-black-100:focus {
    --gradient-via-color: #FFFFFF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--via-black-200:focus {
    --gradient-via-color: #EAEDF1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 237, 241, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--via-black-300:focus {
    --gradient-via-color: #D1D8E0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(209, 216, 224, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--via-black-400:focus {
    --gradient-via-color: #B9C3D0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 195, 208, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--via-black-500:focus {
    --gradient-via-color: #A0AEC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--via-black-600:focus {
    --gradient-via-color: #7E91A9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(126, 145, 169, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--via-black-700:focus {
    --gradient-via-color: #607590;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 117, 144, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--via-black-800:focus {
    --gradient-via-color: #49596E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(73, 89, 110, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--via-black-900:focus {
    --gradient-via-color: #333E4D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(51, 62, 77, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--via-green-100:focus {
    --gradient-via-color: #DBFAE8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 250, 232, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--via-green-200:focus {
    --gradient-via-color: #98F0BD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(152, 240, 189, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--via-green-300:focus {
    --gradient-via-color: #55E792;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 231, 146, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--via-green-400:focus {
    --gradient-via-color: #1ED269;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 210, 105, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--via-green-500:focus {
    --gradient-via-color: #148F47;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 143, 71, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--via-green-600:focus {
    --gradient-via-color: #11743A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 116, 58, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--via-green-700:focus {
    --gradient-via-color: #0D592D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 89, 45, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--via-green-800:focus {
    --gradient-via-color: #093E1F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(9, 62, 31, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--via-green-900:focus {
    --gradient-via-color: #052412;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(5, 36, 18, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--via-red-100:focus {
    --gradient-via-color: #FDDDE0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 221, 224, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--via-red-200:focus {
    --gradient-via-color: #FBB2B9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 178, 185, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--via-red-300:focus {
    --gradient-via-color: #F88792;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 135, 146, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--via-red-400:focus {
    --gradient-via-color: #F55B6B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 91, 107, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--via-red-500:focus {
    --gradient-via-color: #F33043;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 48, 67, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--via-red-600:focus {
    --gradient-via-color: #E30D23;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 13, 35, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--via-red-700:focus {
    --gradient-via-color: #B20A1B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 10, 27, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--via-red-800:focus {
    --gradient-via-color: #820814;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(130, 8, 20, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--via-red-900:focus {
    --gradient-via-color: #52050C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(82, 5, 12, 0));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--to-blue-100:focus {
    --gradient-to-color: #F4F5FB;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--to-blue-200:focus {
    --gradient-to-color: #CED2EE;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--to-blue-300:focus {
    --gradient-to-color: #A8AFE1;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--to-blue-400:focus {
    --gradient-to-color: #828DD4;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--to-blue-500:focus {
    --gradient-to-color: #5C6AC7;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--to-blue-600:focus {
    --gradient-to-color: #3D4DB3;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--to-blue-700:focus {
    --gradient-to-color: #303C8D;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--to-blue-800:focus {
    --gradient-to-color: #232C67;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--to-blue-900:focus {
    --gradient-to-color: #161C41;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--to-black-100:focus {
    --gradient-to-color: #FFFFFF;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--to-black-200:focus {
    --gradient-to-color: #EAEDF1;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--to-black-300:focus {
    --gradient-to-color: #D1D8E0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--to-black-400:focus {
    --gradient-to-color: #B9C3D0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--to-black-500:focus {
    --gradient-to-color: #A0AEC0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--to-black-600:focus {
    --gradient-to-color: #7E91A9;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--to-black-700:focus {
    --gradient-to-color: #607590;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--to-black-800:focus {
    --gradient-to-color: #49596E;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--to-black-900:focus {
    --gradient-to-color: #333E4D;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--to-green-100:focus {
    --gradient-to-color: #DBFAE8;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--to-green-200:focus {
    --gradient-to-color: #98F0BD;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--to-green-300:focus {
    --gradient-to-color: #55E792;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--to-green-400:focus {
    --gradient-to-color: #1ED269;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--to-green-500:focus {
    --gradient-to-color: #148F47;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--to-green-600:focus {
    --gradient-to-color: #11743A;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--to-green-700:focus {
    --gradient-to-color: #0D592D;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--to-green-800:focus {
    --gradient-to-color: #093E1F;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--to-green-900:focus {
    --gradient-to-color: #052412;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--to-red-100:focus {
    --gradient-to-color: #FDDDE0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--to-red-200:focus {
    --gradient-to-color: #FBB2B9;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--to-red-300:focus {
    --gradient-to-color: #F88792;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--to-red-400:focus {
    --gradient-to-color: #F55B6B;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--to-red-500:focus {
    --gradient-to-color: #F33043;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--to-red-600:focus {
    --gradient-to-color: #E30D23;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--to-red-700:focus {
    --gradient-to-color: #B20A1B;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--to-red-800:focus {
    --gradient-to-color: #820814;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--to-red-900:focus {
    --gradient-to-color: #52050C;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-opacity-0 {
    --bg-opacity: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-opacity-25 {
    --bg-opacity: 0.25;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-opacity-50 {
    --bg-opacity: 0.5;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-opacity-75 {
    --bg-opacity: 0.75;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-opacity-100 {
    --bg-opacity: 1;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--bg-opacity-0:hover {
    --bg-opacity: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--bg-opacity-25:hover {
    --bg-opacity: 0.25;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--bg-opacity-50:hover {
    --bg-opacity: 0.5;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--bg-opacity-75:hover {
    --bg-opacity: 0.75;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--bg-opacity-100:hover {
    --bg-opacity: 1;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--bg-opacity-0:focus {
    --bg-opacity: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--bg-opacity-25:focus {
    --bg-opacity: 0.25;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--bg-opacity-50:focus {
    --bg-opacity: 0.5;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--bg-opacity-75:focus {
    --bg-opacity: 0.75;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--bg-opacity-100:focus {
    --bg-opacity: 1;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-bottom {
    background-position: bottom;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-center {
    background-position: center;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-left {
    background-position: left;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-left-bottom {
    background-position: left bottom;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-left-top {
    background-position: left top;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-right {
    background-position: right;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-right-bottom {
    background-position: right bottom;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-right-top {
    background-position: right top;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-top {
    background-position: top;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-repeat {
    background-repeat: repeat;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-no-repeat {
    background-repeat: no-repeat;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-repeat-x {
    background-repeat: repeat-x;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-repeat-y {
    background-repeat: repeat-y;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-repeat-round {
    background-repeat: round;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-repeat-space {
    background-repeat: space;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-auto {
    background-size: auto;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-cover {
    background-size: cover;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bg-contain {
    background-size: contain;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-collapse {
    border-collapse: collapse;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-separate {
    border-collapse: separate;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-blue-100 {
    --border-opacity: 1;
    border-color: #F4F5FB;
    border-color: rgba(244, 245, 251, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-blue-200 {
    --border-opacity: 1;
    border-color: #CED2EE;
    border-color: rgba(206, 210, 238, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-blue-300 {
    --border-opacity: 1;
    border-color: #A8AFE1;
    border-color: rgba(168, 175, 225, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-blue-400 {
    --border-opacity: 1;
    border-color: #828DD4;
    border-color: rgba(130, 141, 212, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-blue-500 {
    --border-opacity: 1;
    border-color: #5C6AC7;
    border-color: rgba(92, 106, 199, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-blue-600 {
    --border-opacity: 1;
    border-color: #3D4DB3;
    border-color: rgba(61, 77, 179, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-blue-700 {
    --border-opacity: 1;
    border-color: #303C8D;
    border-color: rgba(48, 60, 141, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-blue-800 {
    --border-opacity: 1;
    border-color: #232C67;
    border-color: rgba(35, 44, 103, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-blue-900 {
    --border-opacity: 1;
    border-color: #161C41;
    border-color: rgba(22, 28, 65, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-black-100 {
    --border-opacity: 1;
    border-color: #FFFFFF;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-black-200 {
    --border-opacity: 1;
    border-color: #EAEDF1;
    border-color: rgba(234, 237, 241, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-black-300 {
    --border-opacity: 1;
    border-color: #D1D8E0;
    border-color: rgba(209, 216, 224, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-black-400 {
    --border-opacity: 1;
    border-color: #B9C3D0;
    border-color: rgba(185, 195, 208, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-black-500 {
    --border-opacity: 1;
    border-color: #A0AEC0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-black-600 {
    --border-opacity: 1;
    border-color: #7E91A9;
    border-color: rgba(126, 145, 169, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-black-700 {
    --border-opacity: 1;
    border-color: #607590;
    border-color: rgba(96, 117, 144, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-black-800 {
    --border-opacity: 1;
    border-color: #49596E;
    border-color: rgba(73, 89, 110, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-black-900 {
    --border-opacity: 1;
    border-color: #333E4D;
    border-color: rgba(51, 62, 77, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-green-100 {
    --border-opacity: 1;
    border-color: #DBFAE8;
    border-color: rgba(219, 250, 232, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-green-200 {
    --border-opacity: 1;
    border-color: #98F0BD;
    border-color: rgba(152, 240, 189, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-green-300 {
    --border-opacity: 1;
    border-color: #55E792;
    border-color: rgba(85, 231, 146, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-green-400 {
    --border-opacity: 1;
    border-color: #1ED269;
    border-color: rgba(30, 210, 105, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-green-500 {
    --border-opacity: 1;
    border-color: #148F47;
    border-color: rgba(20, 143, 71, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-green-600 {
    --border-opacity: 1;
    border-color: #11743A;
    border-color: rgba(17, 116, 58, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-green-700 {
    --border-opacity: 1;
    border-color: #0D592D;
    border-color: rgba(13, 89, 45, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-green-800 {
    --border-opacity: 1;
    border-color: #093E1F;
    border-color: rgba(9, 62, 31, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-green-900 {
    --border-opacity: 1;
    border-color: #052412;
    border-color: rgba(5, 36, 18, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-red-100 {
    --border-opacity: 1;
    border-color: #FDDDE0;
    border-color: rgba(253, 221, 224, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-red-200 {
    --border-opacity: 1;
    border-color: #FBB2B9;
    border-color: rgba(251, 178, 185, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-red-300 {
    --border-opacity: 1;
    border-color: #F88792;
    border-color: rgba(248, 135, 146, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-red-400 {
    --border-opacity: 1;
    border-color: #F55B6B;
    border-color: rgba(245, 91, 107, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-red-500 {
    --border-opacity: 1;
    border-color: #F33043;
    border-color: rgba(243, 48, 67, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-red-600 {
    --border-opacity: 1;
    border-color: #E30D23;
    border-color: rgba(227, 13, 35, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-red-700 {
    --border-opacity: 1;
    border-color: #B20A1B;
    border-color: rgba(178, 10, 27, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-red-800 {
    --border-opacity: 1;
    border-color: #820814;
    border-color: rgba(130, 8, 20, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-red-900 {
    --border-opacity: 1;
    border-color: #52050C;
    border-color: rgba(82, 5, 12, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--border-blue-100:hover {
    --border-opacity: 1;
    border-color: #F4F5FB;
    border-color: rgba(244, 245, 251, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--border-blue-200:hover {
    --border-opacity: 1;
    border-color: #CED2EE;
    border-color: rgba(206, 210, 238, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--border-blue-300:hover {
    --border-opacity: 1;
    border-color: #A8AFE1;
    border-color: rgba(168, 175, 225, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--border-blue-400:hover {
    --border-opacity: 1;
    border-color: #828DD4;
    border-color: rgba(130, 141, 212, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--border-blue-500:hover {
    --border-opacity: 1;
    border-color: #5C6AC7;
    border-color: rgba(92, 106, 199, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--border-blue-600:hover {
    --border-opacity: 1;
    border-color: #3D4DB3;
    border-color: rgba(61, 77, 179, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--border-blue-700:hover {
    --border-opacity: 1;
    border-color: #303C8D;
    border-color: rgba(48, 60, 141, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--border-blue-800:hover {
    --border-opacity: 1;
    border-color: #232C67;
    border-color: rgba(35, 44, 103, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--border-blue-900:hover {
    --border-opacity: 1;
    border-color: #161C41;
    border-color: rgba(22, 28, 65, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--border-black-100:hover {
    --border-opacity: 1;
    border-color: #FFFFFF;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--border-black-200:hover {
    --border-opacity: 1;
    border-color: #EAEDF1;
    border-color: rgba(234, 237, 241, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--border-black-300:hover {
    --border-opacity: 1;
    border-color: #D1D8E0;
    border-color: rgba(209, 216, 224, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--border-black-400:hover {
    --border-opacity: 1;
    border-color: #B9C3D0;
    border-color: rgba(185, 195, 208, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--border-black-500:hover {
    --border-opacity: 1;
    border-color: #A0AEC0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--border-black-600:hover {
    --border-opacity: 1;
    border-color: #7E91A9;
    border-color: rgba(126, 145, 169, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--border-black-700:hover {
    --border-opacity: 1;
    border-color: #607590;
    border-color: rgba(96, 117, 144, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--border-black-800:hover {
    --border-opacity: 1;
    border-color: #49596E;
    border-color: rgba(73, 89, 110, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--border-black-900:hover {
    --border-opacity: 1;
    border-color: #333E4D;
    border-color: rgba(51, 62, 77, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--border-green-100:hover {
    --border-opacity: 1;
    border-color: #DBFAE8;
    border-color: rgba(219, 250, 232, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--border-green-200:hover {
    --border-opacity: 1;
    border-color: #98F0BD;
    border-color: rgba(152, 240, 189, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--border-green-300:hover {
    --border-opacity: 1;
    border-color: #55E792;
    border-color: rgba(85, 231, 146, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--border-green-400:hover {
    --border-opacity: 1;
    border-color: #1ED269;
    border-color: rgba(30, 210, 105, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--border-green-500:hover {
    --border-opacity: 1;
    border-color: #148F47;
    border-color: rgba(20, 143, 71, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--border-green-600:hover {
    --border-opacity: 1;
    border-color: #11743A;
    border-color: rgba(17, 116, 58, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--border-green-700:hover {
    --border-opacity: 1;
    border-color: #0D592D;
    border-color: rgba(13, 89, 45, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--border-green-800:hover {
    --border-opacity: 1;
    border-color: #093E1F;
    border-color: rgba(9, 62, 31, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--border-green-900:hover {
    --border-opacity: 1;
    border-color: #052412;
    border-color: rgba(5, 36, 18, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--border-red-100:hover {
    --border-opacity: 1;
    border-color: #FDDDE0;
    border-color: rgba(253, 221, 224, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--border-red-200:hover {
    --border-opacity: 1;
    border-color: #FBB2B9;
    border-color: rgba(251, 178, 185, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--border-red-300:hover {
    --border-opacity: 1;
    border-color: #F88792;
    border-color: rgba(248, 135, 146, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--border-red-400:hover {
    --border-opacity: 1;
    border-color: #F55B6B;
    border-color: rgba(245, 91, 107, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--border-red-500:hover {
    --border-opacity: 1;
    border-color: #F33043;
    border-color: rgba(243, 48, 67, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--border-red-600:hover {
    --border-opacity: 1;
    border-color: #E30D23;
    border-color: rgba(227, 13, 35, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--border-red-700:hover {
    --border-opacity: 1;
    border-color: #B20A1B;
    border-color: rgba(178, 10, 27, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--border-red-800:hover {
    --border-opacity: 1;
    border-color: #820814;
    border-color: rgba(130, 8, 20, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--border-red-900:hover {
    --border-opacity: 1;
    border-color: #52050C;
    border-color: rgba(82, 5, 12, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--border-blue-100:focus {
    --border-opacity: 1;
    border-color: #F4F5FB;
    border-color: rgba(244, 245, 251, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--border-blue-200:focus {
    --border-opacity: 1;
    border-color: #CED2EE;
    border-color: rgba(206, 210, 238, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--border-blue-300:focus {
    --border-opacity: 1;
    border-color: #A8AFE1;
    border-color: rgba(168, 175, 225, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--border-blue-400:focus {
    --border-opacity: 1;
    border-color: #828DD4;
    border-color: rgba(130, 141, 212, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--border-blue-500:focus {
    --border-opacity: 1;
    border-color: #5C6AC7;
    border-color: rgba(92, 106, 199, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--border-blue-600:focus {
    --border-opacity: 1;
    border-color: #3D4DB3;
    border-color: rgba(61, 77, 179, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--border-blue-700:focus {
    --border-opacity: 1;
    border-color: #303C8D;
    border-color: rgba(48, 60, 141, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--border-blue-800:focus {
    --border-opacity: 1;
    border-color: #232C67;
    border-color: rgba(35, 44, 103, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--border-blue-900:focus {
    --border-opacity: 1;
    border-color: #161C41;
    border-color: rgba(22, 28, 65, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--border-black-100:focus {
    --border-opacity: 1;
    border-color: #FFFFFF;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--border-black-200:focus {
    --border-opacity: 1;
    border-color: #EAEDF1;
    border-color: rgba(234, 237, 241, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--border-black-300:focus {
    --border-opacity: 1;
    border-color: #D1D8E0;
    border-color: rgba(209, 216, 224, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--border-black-400:focus {
    --border-opacity: 1;
    border-color: #B9C3D0;
    border-color: rgba(185, 195, 208, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--border-black-500:focus {
    --border-opacity: 1;
    border-color: #A0AEC0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--border-black-600:focus {
    --border-opacity: 1;
    border-color: #7E91A9;
    border-color: rgba(126, 145, 169, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--border-black-700:focus {
    --border-opacity: 1;
    border-color: #607590;
    border-color: rgba(96, 117, 144, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--border-black-800:focus {
    --border-opacity: 1;
    border-color: #49596E;
    border-color: rgba(73, 89, 110, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--border-black-900:focus {
    --border-opacity: 1;
    border-color: #333E4D;
    border-color: rgba(51, 62, 77, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--border-green-100:focus {
    --border-opacity: 1;
    border-color: #DBFAE8;
    border-color: rgba(219, 250, 232, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--border-green-200:focus {
    --border-opacity: 1;
    border-color: #98F0BD;
    border-color: rgba(152, 240, 189, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--border-green-300:focus {
    --border-opacity: 1;
    border-color: #55E792;
    border-color: rgba(85, 231, 146, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--border-green-400:focus {
    --border-opacity: 1;
    border-color: #1ED269;
    border-color: rgba(30, 210, 105, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--border-green-500:focus {
    --border-opacity: 1;
    border-color: #148F47;
    border-color: rgba(20, 143, 71, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--border-green-600:focus {
    --border-opacity: 1;
    border-color: #11743A;
    border-color: rgba(17, 116, 58, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--border-green-700:focus {
    --border-opacity: 1;
    border-color: #0D592D;
    border-color: rgba(13, 89, 45, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--border-green-800:focus {
    --border-opacity: 1;
    border-color: #093E1F;
    border-color: rgba(9, 62, 31, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--border-green-900:focus {
    --border-opacity: 1;
    border-color: #052412;
    border-color: rgba(5, 36, 18, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--border-red-100:focus {
    --border-opacity: 1;
    border-color: #FDDDE0;
    border-color: rgba(253, 221, 224, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--border-red-200:focus {
    --border-opacity: 1;
    border-color: #FBB2B9;
    border-color: rgba(251, 178, 185, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--border-red-300:focus {
    --border-opacity: 1;
    border-color: #F88792;
    border-color: rgba(248, 135, 146, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--border-red-400:focus {
    --border-opacity: 1;
    border-color: #F55B6B;
    border-color: rgba(245, 91, 107, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--border-red-500:focus {
    --border-opacity: 1;
    border-color: #F33043;
    border-color: rgba(243, 48, 67, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--border-red-600:focus {
    --border-opacity: 1;
    border-color: #E30D23;
    border-color: rgba(227, 13, 35, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--border-red-700:focus {
    --border-opacity: 1;
    border-color: #B20A1B;
    border-color: rgba(178, 10, 27, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--border-red-800:focus {
    --border-opacity: 1;
    border-color: #820814;
    border-color: rgba(130, 8, 20, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--border-red-900:focus {
    --border-opacity: 1;
    border-color: #52050C;
    border-color: rgba(82, 5, 12, var(--border-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-opacity-0 {
    --border-opacity: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-opacity-25 {
    --border-opacity: 0.25;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-opacity-50 {
    --border-opacity: 0.5;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-opacity-75 {
    --border-opacity: 0.75;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-opacity-100 {
    --border-opacity: 1;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--border-opacity-0:hover {
    --border-opacity: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--border-opacity-25:hover {
    --border-opacity: 0.25;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--border-opacity-50:hover {
    --border-opacity: 0.5;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--border-opacity-75:hover {
    --border-opacity: 0.75;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--border-opacity-100:hover {
    --border-opacity: 1;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--border-opacity-0:focus {
    --border-opacity: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--border-opacity-25:focus {
    --border-opacity: 0.25;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--border-opacity-50:focus {
    --border-opacity: 0.5;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--border-opacity-75:focus {
    --border-opacity: 0.75;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--border-opacity-100:focus {
    --border-opacity: 1;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-none {
    border-radius: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-sm {
    border-radius: 0.125rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded {
    border-radius: 0.25rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-md {
    border-radius: 0.375rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-lg {
    border-radius: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-xl {
    border-radius: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-2xl {
    border-radius: 1rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-3xl {
    border-radius: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-full {
    border-radius: 9999px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-tl-none {
    border-top-left-radius: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-tr-none {
    border-top-right-radius: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-br-none {
    border-bottom-right-radius: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-bl-none {
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-tl {
    border-top-left-radius: 0.25rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-tr {
    border-top-right-radius: 0.25rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-br {
    border-bottom-right-radius: 0.25rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-tl-full {
    border-top-left-radius: 9999px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-tr-full {
    border-top-right-radius: 9999px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-br-full {
    border-bottom-right-radius: 9999px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-solid {
    border-style: solid;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-dashed {
    border-style: dashed;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-dotted {
    border-style: dotted;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-double {
    border-style: double;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-none {
    border-style: none;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-0 {
    border-width: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-2 {
    border-width: 2px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-4 {
    border-width: 4px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-8 {
    border-width: 8px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border {
    border-width: 1px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-t-0 {
    border-top-width: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-r-0 {
    border-right-width: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-b-0 {
    border-bottom-width: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-l-0 {
    border-left-width: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-t-2 {
    border-top-width: 2px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-r-2 {
    border-right-width: 2px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-b-2 {
    border-bottom-width: 2px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-l-2 {
    border-left-width: 2px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-t-4 {
    border-top-width: 4px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-r-4 {
    border-right-width: 4px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-b-4 {
    border-bottom-width: 4px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-l-4 {
    border-left-width: 4px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-t-8 {
    border-top-width: 8px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-r-8 {
    border-right-width: 8px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-b-8 {
    border-bottom-width: 8px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-l-8 {
    border-left-width: 8px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-t {
    border-top-width: 1px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-r {
    border-right-width: 1px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-b {
    border-bottom-width: 1px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--border-l {
    border-left-width: 1px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--box-border {
    box-sizing: border-box;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--box-content {
    box-sizing: content-box;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--cursor-auto {
    cursor: auto;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--cursor-default {
    cursor: default;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--cursor-pointer {
    cursor: pointer;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--cursor-wait {
    cursor: wait;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--cursor-text {
    cursor: text;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--cursor-move {
    cursor: move;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--cursor-not-allowed {
    cursor: not-allowed;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--block {
    display: block;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--inline-block {
    display: inline-block;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--inline {
    display: inline;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--flex {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--inline-flex {
    display: inline-flex;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--table {
    display: table;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--table-caption {
    display: table-caption;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--table-cell {
    display: table-cell;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--table-column {
    display: table-column;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--table-column-group {
    display: table-column-group;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--table-footer-group {
    display: table-footer-group;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--table-header-group {
    display: table-header-group;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--table-row-group {
    display: table-row-group;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--table-row {
    display: table-row;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--flow-root {
    display: flow-root;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--grid {
    display: grid;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--inline-grid {
    display: inline-grid;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--contents {
    display: contents;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hidden {
    display: none;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--flex-row {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--flex-row-reverse {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--flex-col {
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--flex-col-reverse {
    flex-direction: column-reverse;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--flex-wrap {
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--flex-no-wrap {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--place-items-auto {
    place-items: auto;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--place-items-start {
    place-items: start;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--place-items-end {
    place-items: end;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--place-items-center {
    place-items: center;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--place-items-stretch {
    place-items: stretch;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--place-content-center {
    place-content: center;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--place-content-start {
    place-content: start;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--place-content-end {
    place-content: end;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--place-content-between {
    place-content: space-between;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--place-content-around {
    place-content: space-around;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--place-content-evenly {
    place-content: space-evenly;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--place-content-stretch {
    place-content: stretch;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--place-self-auto {
    place-self: auto;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--place-self-start {
    place-self: start;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--place-self-end {
    place-self: end;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--place-self-center {
    place-self: center;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--place-self-stretch {
    place-self: stretch;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--items-start {
    align-items: flex-start;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--items-end {
    align-items: flex-end;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--items-center {
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--items-baseline {
    align-items: baseline;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--items-stretch {
    align-items: stretch;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--content-center {
    align-content: center;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--content-start {
    align-content: flex-start;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--content-end {
    align-content: flex-end;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--content-between {
    align-content: space-between;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--content-around {
    align-content: space-around;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--content-evenly {
    align-content: space-evenly;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--self-auto {
    align-self: auto;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--self-start {
    align-self: flex-start;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--self-end {
    align-self: flex-end;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--self-center {
    align-self: center;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--self-stretch {
    align-self: stretch;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--justify-items-auto {
    justify-items: auto;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--justify-items-start {
    justify-items: start;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--justify-items-end {
    justify-items: end;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--justify-items-center {
    justify-items: center;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--justify-items-stretch {
    justify-items: stretch;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--justify-start {
    justify-content: flex-start;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--justify-end {
    justify-content: flex-end;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--justify-center {
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--justify-between {
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--justify-around {
    justify-content: space-around;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--justify-evenly {
    justify-content: space-evenly;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--justify-self-auto {
    justify-self: auto;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--justify-self-start {
    justify-self: start;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--justify-self-end {
    justify-self: end;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--justify-self-center {
    justify-self: center;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--justify-self-stretch {
    justify-self: stretch;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--flex-1 {
    flex: 1 1 0%;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--flex-auto {
    flex: 1 1 auto;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--flex-initial {
    flex: 0 1 auto;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--flex-none {
    flex: none;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--flex-grow-0 {
    flex-grow: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--flex-grow {
    flex-grow: 1;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--flex-shrink-0 {
    flex-shrink: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--flex-shrink {
    flex-shrink: 1;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--order-1 {
    order: 1;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--order-2 {
    order: 2;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--order-3 {
    order: 3;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--order-4 {
    order: 4;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--order-5 {
    order: 5;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--order-6 {
    order: 6;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--order-7 {
    order: 7;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--order-8 {
    order: 8;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--order-9 {
    order: 9;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--order-10 {
    order: 10;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--order-11 {
    order: 11;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--order-12 {
    order: 12;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--order-first {
    order: -9999;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--order-last {
    order: 9999;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--order-none {
    order: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--float-right {
    float: right;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--float-left {
    float: left;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--float-none {
    float: none;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--clear-left {
    clear: left;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--clear-right {
    clear: right;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--clear-both {
    clear: both;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--clear-none {
    clear: none;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--font-sans {
    font-family: 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";
  }
}
@media (min-width: 1024px) {
  .vpt .lg--font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--font-hairline {
    font-weight: 100;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--font-thin {
    font-weight: 200;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--font-light {
    font-weight: 300;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--font-normal {
    font-weight: 400;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--font-medium {
    font-weight: 500;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--font-semibold {
    font-weight: 600;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--font-bold {
    font-weight: 700;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--font-extrabold {
    font-weight: 800;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--font-black {
    font-weight: 900;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--font-hairline:hover {
    font-weight: 100;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--font-thin:hover {
    font-weight: 200;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--font-light:hover {
    font-weight: 300;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--font-normal:hover {
    font-weight: 400;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--font-medium:hover {
    font-weight: 500;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--font-semibold:hover {
    font-weight: 600;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--font-bold:hover {
    font-weight: 700;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--font-extrabold:hover {
    font-weight: 800;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--font-black:hover {
    font-weight: 900;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--font-hairline:focus {
    font-weight: 100;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--font-thin:focus {
    font-weight: 200;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--font-light:focus {
    font-weight: 300;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--font-normal:focus {
    font-weight: 400;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--font-medium:focus {
    font-weight: 500;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--font-semibold:focus {
    font-weight: 600;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--font-bold:focus {
    font-weight: 700;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--font-extrabold:focus {
    font-weight: 800;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--font-black:focus {
    font-weight: 900;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--h-0 {
    height: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--h-5 {
    height: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--h-10 {
    height: 1rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--h-15 {
    height: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--h-20 {
    height: 2rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--h-30 {
    height: 3rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--h-40 {
    height: 4rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--h-50 {
    height: 5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--h-100 {
    height: 10rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--h-auto {
    height: auto;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--h-px {
    height: 1px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--h-full {
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--h-screen {
    height: 100vh;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--text-sm {
    font-size: 1.3rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--text-base {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--text-lg {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--text-xl {
    font-size: 3rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--text-disp {
    font-size: 4.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--leading-3 {
    line-height: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--leading-4 {
    line-height: 1rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--leading-5 {
    line-height: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--leading-6 {
    line-height: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--leading-7 {
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--leading-8 {
    line-height: 2rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--leading-9 {
    line-height: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--leading-10 {
    line-height: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--leading-none {
    line-height: 1;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--leading-tight {
    line-height: 1.25;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--leading-snug {
    line-height: 1.375;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--leading-normal {
    line-height: 1.5;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--leading-relaxed {
    line-height: 1.625;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--leading-loose {
    line-height: 2;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--list-inside {
    list-style-position: inside;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--list-outside {
    list-style-position: outside;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--list-none {
    list-style-type: none;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--list-disc {
    list-style-type: disc;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--list-decimal {
    list-style-type: decimal;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--m-0 {
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--m-5 {
    margin: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--m-10 {
    margin: 1rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--m-15 {
    margin: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--m-20 {
    margin: 2rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--m-30 {
    margin: 3rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--m-40 {
    margin: 4rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--m-50 {
    margin: 5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--m-100 {
    margin: 10rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--m-auto {
    margin: auto;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--m-px {
    margin: 1px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---m-5 {
    margin: -0.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---m-10 {
    margin: -1rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---m-15 {
    margin: -1.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---m-20 {
    margin: -2rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---m-30 {
    margin: -3rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---m-40 {
    margin: -4rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---m-50 {
    margin: -5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---m-100 {
    margin: -10rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---m-px {
    margin: -1px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--my-5 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--mx-5 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--my-10 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--mx-10 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--my-15 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--mx-15 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--my-20 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--mx-20 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--my-30 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--mx-30 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--my-40 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--mx-40 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--my-50 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--mx-50 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--my-100 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--mx-100 {
    margin-left: 10rem;
    margin-right: 10rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---my-5 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---mx-5 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---my-10 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---mx-10 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---my-15 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---mx-15 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---my-20 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---mx-20 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---my-30 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---mx-30 {
    margin-left: -3rem;
    margin-right: -3rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---my-40 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---mx-40 {
    margin-left: -4rem;
    margin-right: -4rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---my-50 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---mx-50 {
    margin-left: -5rem;
    margin-right: -5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---my-100 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---mx-100 {
    margin-left: -10rem;
    margin-right: -10rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--mt-0 {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--mr-0 {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--mb-0 {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--ml-0 {
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--mt-5 {
    margin-top: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--mr-5 {
    margin-right: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--mb-5 {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--ml-5 {
    margin-left: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--mt-10 {
    margin-top: 1rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--mr-10 {
    margin-right: 1rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--mb-10 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--ml-10 {
    margin-left: 1rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--mt-15 {
    margin-top: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--mr-15 {
    margin-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--mb-15 {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--ml-15 {
    margin-left: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--mt-20 {
    margin-top: 2rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--mr-20 {
    margin-right: 2rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--mb-20 {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--ml-20 {
    margin-left: 2rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--mt-30 {
    margin-top: 3rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--mr-30 {
    margin-right: 3rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--mb-30 {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--ml-30 {
    margin-left: 3rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--mt-40 {
    margin-top: 4rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--mr-40 {
    margin-right: 4rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--mb-40 {
    margin-bottom: 4rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--ml-40 {
    margin-left: 4rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--mt-50 {
    margin-top: 5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--mr-50 {
    margin-right: 5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--mb-50 {
    margin-bottom: 5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--ml-50 {
    margin-left: 5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--mt-100 {
    margin-top: 10rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--mr-100 {
    margin-right: 10rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--mb-100 {
    margin-bottom: 10rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--ml-100 {
    margin-left: 10rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--mt-auto {
    margin-top: auto;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--mr-auto {
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--mb-auto {
    margin-bottom: auto;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--ml-auto {
    margin-left: auto;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--mt-px {
    margin-top: 1px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--mr-px {
    margin-right: 1px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--mb-px {
    margin-bottom: 1px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--ml-px {
    margin-left: 1px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---mt-5 {
    margin-top: -0.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---mr-5 {
    margin-right: -0.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---mb-5 {
    margin-bottom: -0.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---ml-5 {
    margin-left: -0.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---mt-10 {
    margin-top: -1rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---mr-10 {
    margin-right: -1rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---mb-10 {
    margin-bottom: -1rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---ml-10 {
    margin-left: -1rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---mt-15 {
    margin-top: -1.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---mr-15 {
    margin-right: -1.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---mb-15 {
    margin-bottom: -1.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---ml-15 {
    margin-left: -1.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---mt-20 {
    margin-top: -2rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---mr-20 {
    margin-right: -2rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---mb-20 {
    margin-bottom: -2rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---ml-20 {
    margin-left: -2rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---mt-30 {
    margin-top: -3rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---mr-30 {
    margin-right: -3rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---mb-30 {
    margin-bottom: -3rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---ml-30 {
    margin-left: -3rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---mt-40 {
    margin-top: -4rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---mr-40 {
    margin-right: -4rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---mb-40 {
    margin-bottom: -4rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---ml-40 {
    margin-left: -4rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---mt-50 {
    margin-top: -5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---mr-50 {
    margin-right: -5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---mb-50 {
    margin-bottom: -5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---ml-50 {
    margin-left: -5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---mt-100 {
    margin-top: -10rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---mr-100 {
    margin-right: -10rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---mb-100 {
    margin-bottom: -10rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---ml-100 {
    margin-left: -10rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---mt-px {
    margin-top: -1px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---mr-px {
    margin-right: -1px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---mb-px {
    margin-bottom: -1px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---ml-px {
    margin-left: -1px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--max-h-full {
    max-height: 100%;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--max-h-screen {
    max-height: 100vh;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--max-w-none {
    max-width: none;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--max-w-xs {
    max-width: 20rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--max-w-sm {
    max-width: 24rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--max-w-md {
    max-width: 28rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--max-w-lg {
    max-width: 32rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--max-w-xl {
    max-width: 36rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--max-w-2xl {
    max-width: 42rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--max-w-3xl {
    max-width: 48rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--max-w-4xl {
    max-width: 56rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--max-w-5xl {
    max-width: 64rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--max-w-6xl {
    max-width: 72rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--max-w-full {
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--max-w-screen-sm {
    max-width: 640px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--max-w-screen-md {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--max-w-screen-lg {
    max-width: 1024px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--max-w-screen-xl {
    max-width: 1280px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--min-h-0 {
    min-height: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--min-h-full {
    min-height: 100%;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--min-h-screen {
    min-height: 100vh;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--min-w-0 {
    min-width: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--min-w-full {
    min-width: 100%;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--object-contain {
    object-fit: contain;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--object-cover {
    object-fit: cover;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--object-fill {
    object-fit: fill;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--object-none {
    object-fit: none;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--object-scale-down {
    object-fit: scale-down;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--object-bottom {
    object-position: bottom;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--object-center {
    object-position: center;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--object-left {
    object-position: left;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--object-left-bottom {
    object-position: left bottom;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--object-left-top {
    object-position: left top;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--object-right {
    object-position: right;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--object-right-bottom {
    object-position: right bottom;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--object-right-top {
    object-position: right top;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--object-top {
    object-position: top;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--opacity-0 {
    opacity: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--opacity-25 {
    opacity: 0.25;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--opacity-50 {
    opacity: 0.5;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--opacity-75 {
    opacity: 0.75;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--opacity-100 {
    opacity: 1;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--opacity-0:hover {
    opacity: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--opacity-25:hover {
    opacity: 0.25;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--opacity-50:hover {
    opacity: 0.5;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--opacity-75:hover {
    opacity: 0.75;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--opacity-100:hover {
    opacity: 1;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--opacity-0:focus {
    opacity: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--opacity-25:focus {
    opacity: 0.25;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--opacity-50:focus {
    opacity: 0.5;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--opacity-75:focus {
    opacity: 0.75;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--opacity-100:focus {
    opacity: 1;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--overflow-auto {
    overflow: auto;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--overflow-hidden {
    overflow: hidden;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--overflow-visible {
    overflow: visible;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--overflow-scroll {
    overflow: scroll;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--overflow-x-auto {
    overflow-x: auto;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--overflow-y-auto {
    overflow-y: auto;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--overflow-x-hidden {
    overflow-x: hidden;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--overflow-y-hidden {
    overflow-y: hidden;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--overflow-x-visible {
    overflow-x: visible;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--overflow-y-visible {
    overflow-y: visible;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--overflow-x-scroll {
    overflow-x: scroll;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--overflow-y-scroll {
    overflow-y: scroll;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--overscroll-auto {
    overscroll-behavior: auto;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--overscroll-contain {
    overscroll-behavior: contain;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--overscroll-none {
    overscroll-behavior: none;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--overscroll-y-auto {
    overscroll-behavior-y: auto;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--overscroll-y-contain {
    overscroll-behavior-y: contain;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--overscroll-y-none {
    overscroll-behavior-y: none;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--overscroll-x-auto {
    overscroll-behavior-x: auto;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--overscroll-x-contain {
    overscroll-behavior-x: contain;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--overscroll-x-none {
    overscroll-behavior-x: none;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--p-0 {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--p-5 {
    padding: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--p-10 {
    padding: 1rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--p-15 {
    padding: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--p-20 {
    padding: 2rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--p-30 {
    padding: 3rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--p-40 {
    padding: 4rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--p-50 {
    padding: 5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--p-100 {
    padding: 10rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--p-px {
    padding: 1px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--px-0 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--py-5 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--px-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--py-10 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--px-10 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--py-15 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--px-15 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--py-20 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--px-20 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--py-30 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--px-30 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--py-40 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--px-40 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--py-50 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--px-50 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--py-100 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--px-100 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--px-px {
    padding-left: 1px;
    padding-right: 1px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--pt-0 {
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--pr-0 {
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--pb-0 {
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--pl-0 {
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--pt-5 {
    padding-top: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--pr-5 {
    padding-right: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--pb-5 {
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--pl-5 {
    padding-left: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--pt-10 {
    padding-top: 1rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--pr-10 {
    padding-right: 1rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--pb-10 {
    padding-bottom: 1rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--pl-10 {
    padding-left: 1rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--pt-15 {
    padding-top: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--pr-15 {
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--pb-15 {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--pl-15 {
    padding-left: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--pt-20 {
    padding-top: 2rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--pr-20 {
    padding-right: 2rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--pb-20 {
    padding-bottom: 2rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--pl-20 {
    padding-left: 2rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--pt-30 {
    padding-top: 3rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--pr-30 {
    padding-right: 3rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--pb-30 {
    padding-bottom: 3rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--pl-30 {
    padding-left: 3rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--pt-40 {
    padding-top: 4rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--pr-40 {
    padding-right: 4rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--pb-40 {
    padding-bottom: 4rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--pl-40 {
    padding-left: 4rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--pt-50 {
    padding-top: 5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--pr-50 {
    padding-right: 5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--pb-50 {
    padding-bottom: 5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--pl-50 {
    padding-left: 5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--pt-100 {
    padding-top: 10rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--pr-100 {
    padding-right: 10rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--pb-100 {
    padding-bottom: 10rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--pl-100 {
    padding-left: 10rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--pt-px {
    padding-top: 1px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--pr-px {
    padding-right: 1px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--pb-px {
    padding-bottom: 1px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--pl-px {
    padding-left: 1px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-blue-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F4F5FB;
    color: rgba(244, 245, 251, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-blue-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F4F5FB;
    color: rgba(244, 245, 251, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-blue-100::placeholder {
    --placeholder-opacity: 1;
    color: #F4F5FB;
    color: rgba(244, 245, 251, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-blue-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #CED2EE;
    color: rgba(206, 210, 238, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-blue-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #CED2EE;
    color: rgba(206, 210, 238, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-blue-200::placeholder {
    --placeholder-opacity: 1;
    color: #CED2EE;
    color: rgba(206, 210, 238, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-blue-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #A8AFE1;
    color: rgba(168, 175, 225, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-blue-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #A8AFE1;
    color: rgba(168, 175, 225, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-blue-300::placeholder {
    --placeholder-opacity: 1;
    color: #A8AFE1;
    color: rgba(168, 175, 225, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-blue-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #828DD4;
    color: rgba(130, 141, 212, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-blue-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #828DD4;
    color: rgba(130, 141, 212, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-blue-400::placeholder {
    --placeholder-opacity: 1;
    color: #828DD4;
    color: rgba(130, 141, 212, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-blue-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5C6AC7;
    color: rgba(92, 106, 199, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-blue-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5C6AC7;
    color: rgba(92, 106, 199, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-blue-500::placeholder {
    --placeholder-opacity: 1;
    color: #5C6AC7;
    color: rgba(92, 106, 199, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-blue-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3D4DB3;
    color: rgba(61, 77, 179, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-blue-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3D4DB3;
    color: rgba(61, 77, 179, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-blue-600::placeholder {
    --placeholder-opacity: 1;
    color: #3D4DB3;
    color: rgba(61, 77, 179, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-blue-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #303C8D;
    color: rgba(48, 60, 141, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-blue-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #303C8D;
    color: rgba(48, 60, 141, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-blue-700::placeholder {
    --placeholder-opacity: 1;
    color: #303C8D;
    color: rgba(48, 60, 141, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-blue-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #232C67;
    color: rgba(35, 44, 103, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-blue-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #232C67;
    color: rgba(35, 44, 103, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-blue-800::placeholder {
    --placeholder-opacity: 1;
    color: #232C67;
    color: rgba(35, 44, 103, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-blue-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #161C41;
    color: rgba(22, 28, 65, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-blue-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #161C41;
    color: rgba(22, 28, 65, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-blue-900::placeholder {
    --placeholder-opacity: 1;
    color: #161C41;
    color: rgba(22, 28, 65, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-black-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #FFFFFF;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-black-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #FFFFFF;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-black-100::placeholder {
    --placeholder-opacity: 1;
    color: #FFFFFF;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-black-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #EAEDF1;
    color: rgba(234, 237, 241, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-black-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #EAEDF1;
    color: rgba(234, 237, 241, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-black-200::placeholder {
    --placeholder-opacity: 1;
    color: #EAEDF1;
    color: rgba(234, 237, 241, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-black-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #D1D8E0;
    color: rgba(209, 216, 224, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-black-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #D1D8E0;
    color: rgba(209, 216, 224, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-black-300::placeholder {
    --placeholder-opacity: 1;
    color: #D1D8E0;
    color: rgba(209, 216, 224, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-black-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #B9C3D0;
    color: rgba(185, 195, 208, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-black-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #B9C3D0;
    color: rgba(185, 195, 208, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-black-400::placeholder {
    --placeholder-opacity: 1;
    color: #B9C3D0;
    color: rgba(185, 195, 208, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-black-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #A0AEC0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-black-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #A0AEC0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-black-500::placeholder {
    --placeholder-opacity: 1;
    color: #A0AEC0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-black-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7E91A9;
    color: rgba(126, 145, 169, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-black-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7E91A9;
    color: rgba(126, 145, 169, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-black-600::placeholder {
    --placeholder-opacity: 1;
    color: #7E91A9;
    color: rgba(126, 145, 169, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-black-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #607590;
    color: rgba(96, 117, 144, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-black-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #607590;
    color: rgba(96, 117, 144, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-black-700::placeholder {
    --placeholder-opacity: 1;
    color: #607590;
    color: rgba(96, 117, 144, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-black-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #49596E;
    color: rgba(73, 89, 110, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-black-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #49596E;
    color: rgba(73, 89, 110, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-black-800::placeholder {
    --placeholder-opacity: 1;
    color: #49596E;
    color: rgba(73, 89, 110, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-black-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #333E4D;
    color: rgba(51, 62, 77, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-black-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #333E4D;
    color: rgba(51, 62, 77, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-black-900::placeholder {
    --placeholder-opacity: 1;
    color: #333E4D;
    color: rgba(51, 62, 77, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-green-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #DBFAE8;
    color: rgba(219, 250, 232, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-green-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #DBFAE8;
    color: rgba(219, 250, 232, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-green-100::placeholder {
    --placeholder-opacity: 1;
    color: #DBFAE8;
    color: rgba(219, 250, 232, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-green-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #98F0BD;
    color: rgba(152, 240, 189, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-green-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #98F0BD;
    color: rgba(152, 240, 189, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-green-200::placeholder {
    --placeholder-opacity: 1;
    color: #98F0BD;
    color: rgba(152, 240, 189, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-green-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #55E792;
    color: rgba(85, 231, 146, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-green-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #55E792;
    color: rgba(85, 231, 146, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-green-300::placeholder {
    --placeholder-opacity: 1;
    color: #55E792;
    color: rgba(85, 231, 146, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-green-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1ED269;
    color: rgba(30, 210, 105, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-green-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1ED269;
    color: rgba(30, 210, 105, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-green-400::placeholder {
    --placeholder-opacity: 1;
    color: #1ED269;
    color: rgba(30, 210, 105, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-green-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #148F47;
    color: rgba(20, 143, 71, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-green-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #148F47;
    color: rgba(20, 143, 71, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-green-500::placeholder {
    --placeholder-opacity: 1;
    color: #148F47;
    color: rgba(20, 143, 71, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-green-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #11743A;
    color: rgba(17, 116, 58, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-green-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #11743A;
    color: rgba(17, 116, 58, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-green-600::placeholder {
    --placeholder-opacity: 1;
    color: #11743A;
    color: rgba(17, 116, 58, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-green-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0D592D;
    color: rgba(13, 89, 45, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-green-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0D592D;
    color: rgba(13, 89, 45, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-green-700::placeholder {
    --placeholder-opacity: 1;
    color: #0D592D;
    color: rgba(13, 89, 45, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-green-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #093E1F;
    color: rgba(9, 62, 31, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-green-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #093E1F;
    color: rgba(9, 62, 31, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-green-800::placeholder {
    --placeholder-opacity: 1;
    color: #093E1F;
    color: rgba(9, 62, 31, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-green-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #052412;
    color: rgba(5, 36, 18, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-green-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #052412;
    color: rgba(5, 36, 18, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-green-900::placeholder {
    --placeholder-opacity: 1;
    color: #052412;
    color: rgba(5, 36, 18, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-red-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #FDDDE0;
    color: rgba(253, 221, 224, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-red-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #FDDDE0;
    color: rgba(253, 221, 224, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-red-100::placeholder {
    --placeholder-opacity: 1;
    color: #FDDDE0;
    color: rgba(253, 221, 224, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-red-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #FBB2B9;
    color: rgba(251, 178, 185, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-red-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #FBB2B9;
    color: rgba(251, 178, 185, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-red-200::placeholder {
    --placeholder-opacity: 1;
    color: #FBB2B9;
    color: rgba(251, 178, 185, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-red-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F88792;
    color: rgba(248, 135, 146, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-red-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F88792;
    color: rgba(248, 135, 146, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-red-300::placeholder {
    --placeholder-opacity: 1;
    color: #F88792;
    color: rgba(248, 135, 146, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-red-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F55B6B;
    color: rgba(245, 91, 107, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-red-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F55B6B;
    color: rgba(245, 91, 107, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-red-400::placeholder {
    --placeholder-opacity: 1;
    color: #F55B6B;
    color: rgba(245, 91, 107, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-red-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F33043;
    color: rgba(243, 48, 67, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-red-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F33043;
    color: rgba(243, 48, 67, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-red-500::placeholder {
    --placeholder-opacity: 1;
    color: #F33043;
    color: rgba(243, 48, 67, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-red-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E30D23;
    color: rgba(227, 13, 35, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-red-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E30D23;
    color: rgba(227, 13, 35, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-red-600::placeholder {
    --placeholder-opacity: 1;
    color: #E30D23;
    color: rgba(227, 13, 35, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-red-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #B20A1B;
    color: rgba(178, 10, 27, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-red-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #B20A1B;
    color: rgba(178, 10, 27, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-red-700::placeholder {
    --placeholder-opacity: 1;
    color: #B20A1B;
    color: rgba(178, 10, 27, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-red-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #820814;
    color: rgba(130, 8, 20, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-red-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #820814;
    color: rgba(130, 8, 20, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-red-800::placeholder {
    --placeholder-opacity: 1;
    color: #820814;
    color: rgba(130, 8, 20, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-red-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #52050C;
    color: rgba(82, 5, 12, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-red-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #52050C;
    color: rgba(82, 5, 12, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-red-900::placeholder {
    --placeholder-opacity: 1;
    color: #52050C;
    color: rgba(82, 5, 12, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-blue-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F4F5FB;
    color: rgba(244, 245, 251, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-blue-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F4F5FB;
    color: rgba(244, 245, 251, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-blue-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #F4F5FB;
    color: rgba(244, 245, 251, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-blue-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #CED2EE;
    color: rgba(206, 210, 238, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-blue-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #CED2EE;
    color: rgba(206, 210, 238, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-blue-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #CED2EE;
    color: rgba(206, 210, 238, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-blue-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #A8AFE1;
    color: rgba(168, 175, 225, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-blue-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #A8AFE1;
    color: rgba(168, 175, 225, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-blue-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #A8AFE1;
    color: rgba(168, 175, 225, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-blue-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #828DD4;
    color: rgba(130, 141, 212, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-blue-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #828DD4;
    color: rgba(130, 141, 212, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-blue-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #828DD4;
    color: rgba(130, 141, 212, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-blue-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5C6AC7;
    color: rgba(92, 106, 199, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-blue-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5C6AC7;
    color: rgba(92, 106, 199, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-blue-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #5C6AC7;
    color: rgba(92, 106, 199, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-blue-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3D4DB3;
    color: rgba(61, 77, 179, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-blue-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3D4DB3;
    color: rgba(61, 77, 179, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-blue-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #3D4DB3;
    color: rgba(61, 77, 179, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-blue-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #303C8D;
    color: rgba(48, 60, 141, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-blue-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #303C8D;
    color: rgba(48, 60, 141, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-blue-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #303C8D;
    color: rgba(48, 60, 141, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-blue-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #232C67;
    color: rgba(35, 44, 103, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-blue-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #232C67;
    color: rgba(35, 44, 103, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-blue-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #232C67;
    color: rgba(35, 44, 103, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-blue-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #161C41;
    color: rgba(22, 28, 65, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-blue-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #161C41;
    color: rgba(22, 28, 65, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-blue-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #161C41;
    color: rgba(22, 28, 65, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-black-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #FFFFFF;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-black-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #FFFFFF;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-black-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #FFFFFF;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-black-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #EAEDF1;
    color: rgba(234, 237, 241, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-black-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #EAEDF1;
    color: rgba(234, 237, 241, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-black-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #EAEDF1;
    color: rgba(234, 237, 241, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-black-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #D1D8E0;
    color: rgba(209, 216, 224, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-black-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #D1D8E0;
    color: rgba(209, 216, 224, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-black-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #D1D8E0;
    color: rgba(209, 216, 224, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-black-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #B9C3D0;
    color: rgba(185, 195, 208, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-black-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #B9C3D0;
    color: rgba(185, 195, 208, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-black-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #B9C3D0;
    color: rgba(185, 195, 208, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-black-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #A0AEC0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-black-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #A0AEC0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-black-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #A0AEC0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-black-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7E91A9;
    color: rgba(126, 145, 169, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-black-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7E91A9;
    color: rgba(126, 145, 169, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-black-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #7E91A9;
    color: rgba(126, 145, 169, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-black-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #607590;
    color: rgba(96, 117, 144, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-black-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #607590;
    color: rgba(96, 117, 144, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-black-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #607590;
    color: rgba(96, 117, 144, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-black-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #49596E;
    color: rgba(73, 89, 110, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-black-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #49596E;
    color: rgba(73, 89, 110, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-black-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #49596E;
    color: rgba(73, 89, 110, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-black-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #333E4D;
    color: rgba(51, 62, 77, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-black-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #333E4D;
    color: rgba(51, 62, 77, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-black-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #333E4D;
    color: rgba(51, 62, 77, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-green-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #DBFAE8;
    color: rgba(219, 250, 232, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-green-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #DBFAE8;
    color: rgba(219, 250, 232, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-green-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #DBFAE8;
    color: rgba(219, 250, 232, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-green-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #98F0BD;
    color: rgba(152, 240, 189, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-green-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #98F0BD;
    color: rgba(152, 240, 189, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-green-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #98F0BD;
    color: rgba(152, 240, 189, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-green-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #55E792;
    color: rgba(85, 231, 146, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-green-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #55E792;
    color: rgba(85, 231, 146, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-green-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #55E792;
    color: rgba(85, 231, 146, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-green-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1ED269;
    color: rgba(30, 210, 105, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-green-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1ED269;
    color: rgba(30, 210, 105, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-green-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #1ED269;
    color: rgba(30, 210, 105, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-green-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #148F47;
    color: rgba(20, 143, 71, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-green-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #148F47;
    color: rgba(20, 143, 71, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-green-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #148F47;
    color: rgba(20, 143, 71, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-green-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #11743A;
    color: rgba(17, 116, 58, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-green-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #11743A;
    color: rgba(17, 116, 58, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-green-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #11743A;
    color: rgba(17, 116, 58, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-green-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0D592D;
    color: rgba(13, 89, 45, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-green-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0D592D;
    color: rgba(13, 89, 45, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-green-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #0D592D;
    color: rgba(13, 89, 45, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-green-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #093E1F;
    color: rgba(9, 62, 31, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-green-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #093E1F;
    color: rgba(9, 62, 31, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-green-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #093E1F;
    color: rgba(9, 62, 31, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-green-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #052412;
    color: rgba(5, 36, 18, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-green-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #052412;
    color: rgba(5, 36, 18, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-green-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #052412;
    color: rgba(5, 36, 18, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-red-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #FDDDE0;
    color: rgba(253, 221, 224, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-red-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #FDDDE0;
    color: rgba(253, 221, 224, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-red-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #FDDDE0;
    color: rgba(253, 221, 224, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-red-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #FBB2B9;
    color: rgba(251, 178, 185, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-red-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #FBB2B9;
    color: rgba(251, 178, 185, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-red-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #FBB2B9;
    color: rgba(251, 178, 185, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-red-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F88792;
    color: rgba(248, 135, 146, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-red-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F88792;
    color: rgba(248, 135, 146, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-red-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #F88792;
    color: rgba(248, 135, 146, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-red-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F55B6B;
    color: rgba(245, 91, 107, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-red-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F55B6B;
    color: rgba(245, 91, 107, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-red-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #F55B6B;
    color: rgba(245, 91, 107, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-red-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F33043;
    color: rgba(243, 48, 67, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-red-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F33043;
    color: rgba(243, 48, 67, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-red-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #F33043;
    color: rgba(243, 48, 67, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-red-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E30D23;
    color: rgba(227, 13, 35, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-red-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E30D23;
    color: rgba(227, 13, 35, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-red-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #E30D23;
    color: rgba(227, 13, 35, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-red-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #B20A1B;
    color: rgba(178, 10, 27, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-red-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #B20A1B;
    color: rgba(178, 10, 27, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-red-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #B20A1B;
    color: rgba(178, 10, 27, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-red-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #820814;
    color: rgba(130, 8, 20, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-red-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #820814;
    color: rgba(130, 8, 20, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-red-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #820814;
    color: rgba(130, 8, 20, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-red-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #52050C;
    color: rgba(82, 5, 12, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-red-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #52050C;
    color: rgba(82, 5, 12, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-red-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #52050C;
    color: rgba(82, 5, 12, var(--placeholder-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-opacity-0::-moz-placeholder {
    --placeholder-opacity: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-opacity-0:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-opacity-25::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-opacity-25:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-opacity-50::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-opacity-50:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-opacity-75::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-opacity-75:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-opacity-100::-moz-placeholder {
    --placeholder-opacity: 1;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-opacity-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-opacity-0:focus::-moz-placeholder {
    --placeholder-opacity: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-opacity-0:focus:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-opacity-0:focus::placeholder {
    --placeholder-opacity: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-opacity-25:focus::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-opacity-25:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-opacity-25:focus::placeholder {
    --placeholder-opacity: 0.25;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-opacity-50:focus::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-opacity-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-opacity-50:focus::placeholder {
    --placeholder-opacity: 0.5;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-opacity-75:focus::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-opacity-75:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-opacity-75:focus::placeholder {
    --placeholder-opacity: 0.75;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-opacity-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-opacity-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--placeholder-opacity-100:focus::placeholder {
    --placeholder-opacity: 1;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--pointer-events-none {
    pointer-events: none;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--pointer-events-auto {
    pointer-events: auto;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--static {
    position: static;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--fixed {
    position: fixed;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--absolute {
    position: absolute;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--relative {
    position: relative;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--inset-y-0 {
    top: 0;
    bottom: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--inset-x-0 {
    right: 0;
    left: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--inset-y-auto {
    top: auto;
    bottom: auto;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--inset-x-auto {
    right: auto;
    left: auto;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--top-0 {
    top: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--right-0 {
    right: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bottom-0 {
    bottom: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--left-0 {
    left: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--top-auto {
    top: auto;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--right-auto {
    right: auto;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--bottom-auto {
    bottom: auto;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--left-auto {
    left: auto;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--resize-none {
    resize: none;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--resize-y {
    resize: vertical;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--resize-x {
    resize: horizontal;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--resize {
    resize: both;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--shadow-xs {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }
}
@media (min-width: 1024px) {
  .vpt .lg--shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }
}
@media (min-width: 1024px) {
  .vpt .lg--shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }
}
@media (min-width: 1024px) {
  .vpt .lg--shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }
}
@media (min-width: 1024px) {
  .vpt .lg--shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }
}
@media (min-width: 1024px) {
  .vpt .lg--shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }
}
@media (min-width: 1024px) {
  .vpt .lg--shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }
}
@media (min-width: 1024px) {
  .vpt .lg--shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }
}
@media (min-width: 1024px) {
  .vpt .lg--shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }
}
@media (min-width: 1024px) {
  .vpt .lg--shadow-none {
    box-shadow: none;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--shadow-xs:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--shadow-sm:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--shadow-none:hover {
    box-shadow: none;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--shadow-xs:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--shadow-sm:focus {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--shadow-none:focus {
    box-shadow: none;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--fill-current {
    fill: currentColor;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--stroke-current {
    stroke: currentColor;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--stroke-0 {
    stroke-width: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--stroke-1 {
    stroke-width: 1;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--stroke-2 {
    stroke-width: 2;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--table-auto {
    table-layout: auto;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--table-fixed {
    table-layout: fixed;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--text-left {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--text-center {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--text-right {
    text-align: right;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--text-justify {
    text-align: justify;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--text-blue-100 {
    --text-opacity: 1;
    color: #F4F5FB;
    color: rgba(244, 245, 251, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--text-blue-200 {
    --text-opacity: 1;
    color: #CED2EE;
    color: rgba(206, 210, 238, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--text-blue-300 {
    --text-opacity: 1;
    color: #A8AFE1;
    color: rgba(168, 175, 225, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--text-blue-400 {
    --text-opacity: 1;
    color: #828DD4;
    color: rgba(130, 141, 212, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--text-blue-500 {
    --text-opacity: 1;
    color: #5C6AC7;
    color: rgba(92, 106, 199, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--text-blue-600 {
    --text-opacity: 1;
    color: #3D4DB3;
    color: rgba(61, 77, 179, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--text-blue-700 {
    --text-opacity: 1;
    color: #303C8D;
    color: rgba(48, 60, 141, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--text-blue-800 {
    --text-opacity: 1;
    color: #232C67;
    color: rgba(35, 44, 103, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--text-blue-900 {
    --text-opacity: 1;
    color: #161C41;
    color: rgba(22, 28, 65, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--text-black-100 {
    --text-opacity: 1;
    color: #FFFFFF;
    color: rgba(255, 255, 255, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--text-black-200 {
    --text-opacity: 1;
    color: #EAEDF1;
    color: rgba(234, 237, 241, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--text-black-300 {
    --text-opacity: 1;
    color: #D1D8E0;
    color: rgba(209, 216, 224, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--text-black-400 {
    --text-opacity: 1;
    color: #B9C3D0;
    color: rgba(185, 195, 208, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--text-black-500 {
    --text-opacity: 1;
    color: #A0AEC0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--text-black-600 {
    --text-opacity: 1;
    color: #7E91A9;
    color: rgba(126, 145, 169, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--text-black-700 {
    --text-opacity: 1;
    color: #607590;
    color: rgba(96, 117, 144, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--text-black-800 {
    --text-opacity: 1;
    color: #49596E;
    color: rgba(73, 89, 110, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--text-black-900 {
    --text-opacity: 1;
    color: #333E4D;
    color: rgba(51, 62, 77, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--text-green-100 {
    --text-opacity: 1;
    color: #DBFAE8;
    color: rgba(219, 250, 232, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--text-green-200 {
    --text-opacity: 1;
    color: #98F0BD;
    color: rgba(152, 240, 189, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--text-green-300 {
    --text-opacity: 1;
    color: #55E792;
    color: rgba(85, 231, 146, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--text-green-400 {
    --text-opacity: 1;
    color: #1ED269;
    color: rgba(30, 210, 105, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--text-green-500 {
    --text-opacity: 1;
    color: #148F47;
    color: rgba(20, 143, 71, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--text-green-600 {
    --text-opacity: 1;
    color: #11743A;
    color: rgba(17, 116, 58, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--text-green-700 {
    --text-opacity: 1;
    color: #0D592D;
    color: rgba(13, 89, 45, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--text-green-800 {
    --text-opacity: 1;
    color: #093E1F;
    color: rgba(9, 62, 31, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--text-green-900 {
    --text-opacity: 1;
    color: #052412;
    color: rgba(5, 36, 18, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--text-red-100 {
    --text-opacity: 1;
    color: #FDDDE0;
    color: rgba(253, 221, 224, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--text-red-200 {
    --text-opacity: 1;
    color: #FBB2B9;
    color: rgba(251, 178, 185, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--text-red-300 {
    --text-opacity: 1;
    color: #F88792;
    color: rgba(248, 135, 146, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--text-red-400 {
    --text-opacity: 1;
    color: #F55B6B;
    color: rgba(245, 91, 107, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--text-red-500 {
    --text-opacity: 1;
    color: #F33043;
    color: rgba(243, 48, 67, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--text-red-600 {
    --text-opacity: 1;
    color: #E30D23;
    color: rgba(227, 13, 35, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--text-red-700 {
    --text-opacity: 1;
    color: #B20A1B;
    color: rgba(178, 10, 27, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--text-red-800 {
    --text-opacity: 1;
    color: #820814;
    color: rgba(130, 8, 20, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--text-red-900 {
    --text-opacity: 1;
    color: #52050C;
    color: rgba(82, 5, 12, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--text-blue-100:hover {
    --text-opacity: 1;
    color: #F4F5FB;
    color: rgba(244, 245, 251, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--text-blue-200:hover {
    --text-opacity: 1;
    color: #CED2EE;
    color: rgba(206, 210, 238, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--text-blue-300:hover {
    --text-opacity: 1;
    color: #A8AFE1;
    color: rgba(168, 175, 225, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--text-blue-400:hover {
    --text-opacity: 1;
    color: #828DD4;
    color: rgba(130, 141, 212, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--text-blue-500:hover {
    --text-opacity: 1;
    color: #5C6AC7;
    color: rgba(92, 106, 199, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--text-blue-600:hover {
    --text-opacity: 1;
    color: #3D4DB3;
    color: rgba(61, 77, 179, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--text-blue-700:hover {
    --text-opacity: 1;
    color: #303C8D;
    color: rgba(48, 60, 141, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--text-blue-800:hover {
    --text-opacity: 1;
    color: #232C67;
    color: rgba(35, 44, 103, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--text-blue-900:hover {
    --text-opacity: 1;
    color: #161C41;
    color: rgba(22, 28, 65, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--text-black-100:hover {
    --text-opacity: 1;
    color: #FFFFFF;
    color: rgba(255, 255, 255, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--text-black-200:hover {
    --text-opacity: 1;
    color: #EAEDF1;
    color: rgba(234, 237, 241, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--text-black-300:hover {
    --text-opacity: 1;
    color: #D1D8E0;
    color: rgba(209, 216, 224, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--text-black-400:hover {
    --text-opacity: 1;
    color: #B9C3D0;
    color: rgba(185, 195, 208, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--text-black-500:hover {
    --text-opacity: 1;
    color: #A0AEC0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--text-black-600:hover {
    --text-opacity: 1;
    color: #7E91A9;
    color: rgba(126, 145, 169, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--text-black-700:hover {
    --text-opacity: 1;
    color: #607590;
    color: rgba(96, 117, 144, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--text-black-800:hover {
    --text-opacity: 1;
    color: #49596E;
    color: rgba(73, 89, 110, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--text-black-900:hover {
    --text-opacity: 1;
    color: #333E4D;
    color: rgba(51, 62, 77, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--text-green-100:hover {
    --text-opacity: 1;
    color: #DBFAE8;
    color: rgba(219, 250, 232, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--text-green-200:hover {
    --text-opacity: 1;
    color: #98F0BD;
    color: rgba(152, 240, 189, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--text-green-300:hover {
    --text-opacity: 1;
    color: #55E792;
    color: rgba(85, 231, 146, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--text-green-400:hover {
    --text-opacity: 1;
    color: #1ED269;
    color: rgba(30, 210, 105, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--text-green-500:hover {
    --text-opacity: 1;
    color: #148F47;
    color: rgba(20, 143, 71, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--text-green-600:hover {
    --text-opacity: 1;
    color: #11743A;
    color: rgba(17, 116, 58, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--text-green-700:hover {
    --text-opacity: 1;
    color: #0D592D;
    color: rgba(13, 89, 45, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--text-green-800:hover {
    --text-opacity: 1;
    color: #093E1F;
    color: rgba(9, 62, 31, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--text-green-900:hover {
    --text-opacity: 1;
    color: #052412;
    color: rgba(5, 36, 18, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--text-red-100:hover {
    --text-opacity: 1;
    color: #FDDDE0;
    color: rgba(253, 221, 224, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--text-red-200:hover {
    --text-opacity: 1;
    color: #FBB2B9;
    color: rgba(251, 178, 185, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--text-red-300:hover {
    --text-opacity: 1;
    color: #F88792;
    color: rgba(248, 135, 146, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--text-red-400:hover {
    --text-opacity: 1;
    color: #F55B6B;
    color: rgba(245, 91, 107, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--text-red-500:hover {
    --text-opacity: 1;
    color: #F33043;
    color: rgba(243, 48, 67, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--text-red-600:hover {
    --text-opacity: 1;
    color: #E30D23;
    color: rgba(227, 13, 35, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--text-red-700:hover {
    --text-opacity: 1;
    color: #B20A1B;
    color: rgba(178, 10, 27, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--text-red-800:hover {
    --text-opacity: 1;
    color: #820814;
    color: rgba(130, 8, 20, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--text-red-900:hover {
    --text-opacity: 1;
    color: #52050C;
    color: rgba(82, 5, 12, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--text-blue-100:focus {
    --text-opacity: 1;
    color: #F4F5FB;
    color: rgba(244, 245, 251, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--text-blue-200:focus {
    --text-opacity: 1;
    color: #CED2EE;
    color: rgba(206, 210, 238, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--text-blue-300:focus {
    --text-opacity: 1;
    color: #A8AFE1;
    color: rgba(168, 175, 225, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--text-blue-400:focus {
    --text-opacity: 1;
    color: #828DD4;
    color: rgba(130, 141, 212, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--text-blue-500:focus {
    --text-opacity: 1;
    color: #5C6AC7;
    color: rgba(92, 106, 199, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--text-blue-600:focus {
    --text-opacity: 1;
    color: #3D4DB3;
    color: rgba(61, 77, 179, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--text-blue-700:focus {
    --text-opacity: 1;
    color: #303C8D;
    color: rgba(48, 60, 141, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--text-blue-800:focus {
    --text-opacity: 1;
    color: #232C67;
    color: rgba(35, 44, 103, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--text-blue-900:focus {
    --text-opacity: 1;
    color: #161C41;
    color: rgba(22, 28, 65, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--text-black-100:focus {
    --text-opacity: 1;
    color: #FFFFFF;
    color: rgba(255, 255, 255, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--text-black-200:focus {
    --text-opacity: 1;
    color: #EAEDF1;
    color: rgba(234, 237, 241, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--text-black-300:focus {
    --text-opacity: 1;
    color: #D1D8E0;
    color: rgba(209, 216, 224, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--text-black-400:focus {
    --text-opacity: 1;
    color: #B9C3D0;
    color: rgba(185, 195, 208, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--text-black-500:focus {
    --text-opacity: 1;
    color: #A0AEC0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--text-black-600:focus {
    --text-opacity: 1;
    color: #7E91A9;
    color: rgba(126, 145, 169, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--text-black-700:focus {
    --text-opacity: 1;
    color: #607590;
    color: rgba(96, 117, 144, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--text-black-800:focus {
    --text-opacity: 1;
    color: #49596E;
    color: rgba(73, 89, 110, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--text-black-900:focus {
    --text-opacity: 1;
    color: #333E4D;
    color: rgba(51, 62, 77, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--text-green-100:focus {
    --text-opacity: 1;
    color: #DBFAE8;
    color: rgba(219, 250, 232, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--text-green-200:focus {
    --text-opacity: 1;
    color: #98F0BD;
    color: rgba(152, 240, 189, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--text-green-300:focus {
    --text-opacity: 1;
    color: #55E792;
    color: rgba(85, 231, 146, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--text-green-400:focus {
    --text-opacity: 1;
    color: #1ED269;
    color: rgba(30, 210, 105, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--text-green-500:focus {
    --text-opacity: 1;
    color: #148F47;
    color: rgba(20, 143, 71, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--text-green-600:focus {
    --text-opacity: 1;
    color: #11743A;
    color: rgba(17, 116, 58, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--text-green-700:focus {
    --text-opacity: 1;
    color: #0D592D;
    color: rgba(13, 89, 45, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--text-green-800:focus {
    --text-opacity: 1;
    color: #093E1F;
    color: rgba(9, 62, 31, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--text-green-900:focus {
    --text-opacity: 1;
    color: #052412;
    color: rgba(5, 36, 18, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--text-red-100:focus {
    --text-opacity: 1;
    color: #FDDDE0;
    color: rgba(253, 221, 224, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--text-red-200:focus {
    --text-opacity: 1;
    color: #FBB2B9;
    color: rgba(251, 178, 185, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--text-red-300:focus {
    --text-opacity: 1;
    color: #F88792;
    color: rgba(248, 135, 146, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--text-red-400:focus {
    --text-opacity: 1;
    color: #F55B6B;
    color: rgba(245, 91, 107, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--text-red-500:focus {
    --text-opacity: 1;
    color: #F33043;
    color: rgba(243, 48, 67, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--text-red-600:focus {
    --text-opacity: 1;
    color: #E30D23;
    color: rgba(227, 13, 35, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--text-red-700:focus {
    --text-opacity: 1;
    color: #B20A1B;
    color: rgba(178, 10, 27, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--text-red-800:focus {
    --text-opacity: 1;
    color: #820814;
    color: rgba(130, 8, 20, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--text-red-900:focus {
    --text-opacity: 1;
    color: #52050C;
    color: rgba(82, 5, 12, var(--text-opacity));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--text-opacity-0 {
    --text-opacity: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--text-opacity-25 {
    --text-opacity: 0.25;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--text-opacity-50 {
    --text-opacity: 0.5;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--text-opacity-75 {
    --text-opacity: 0.75;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--text-opacity-100 {
    --text-opacity: 1;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--text-opacity-0:hover {
    --text-opacity: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--text-opacity-25:hover {
    --text-opacity: 0.25;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--text-opacity-50:hover {
    --text-opacity: 0.5;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--text-opacity-75:hover {
    --text-opacity: 0.75;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--text-opacity-100:hover {
    --text-opacity: 1;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--text-opacity-0:focus {
    --text-opacity: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--text-opacity-25:focus {
    --text-opacity: 0.25;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--text-opacity-50:focus {
    --text-opacity: 0.5;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--text-opacity-75:focus {
    --text-opacity: 0.75;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--text-opacity-100:focus {
    --text-opacity: 1;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--italic {
    font-style: italic;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--not-italic {
    font-style: normal;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--uppercase {
    text-transform: uppercase;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--lowercase {
    text-transform: lowercase;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--capitalize {
    text-transform: capitalize;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--normal-case {
    text-transform: none;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--underline {
    text-decoration: underline;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--line-through {
    text-decoration: line-through;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--no-underline {
    text-decoration: none;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--underline:hover {
    text-decoration: underline;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--line-through:hover {
    text-decoration: line-through;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--no-underline:hover {
    text-decoration: none;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--underline:focus {
    text-decoration: underline;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--line-through:focus {
    text-decoration: line-through;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--no-underline:focus {
    text-decoration: none;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--ordinal, .vpt .lg--slashed-zero, .vpt .lg--lining-nums, .vpt .lg--oldstyle-nums, .vpt .lg--proportional-nums, .vpt .lg--tabular-nums, .vpt .lg--diagonal-fractions, .vpt .lg--stacked-fractions {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }
}
@media (min-width: 1024px) {
  .vpt .lg--normal-nums {
    font-variant-numeric: normal;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--ordinal {
    --font-variant-numeric-ordinal: ordinal;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--slashed-zero {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--lining-nums {
    --font-variant-numeric-figure: lining-nums;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--oldstyle-nums {
    --font-variant-numeric-figure: oldstyle-nums;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--proportional-nums {
    --font-variant-numeric-spacing: proportional-nums;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--tabular-nums {
    --font-variant-numeric-spacing: tabular-nums;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--diagonal-fractions {
    --font-variant-numeric-fraction: diagonal-fractions;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--stacked-fractions {
    --font-variant-numeric-fraction: stacked-fractions;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--tracking-tighter {
    letter-spacing: -0.05em;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--tracking-tight {
    letter-spacing: -0.025em;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--tracking-normal {
    letter-spacing: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--tracking-wide {
    letter-spacing: 0.025em;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--tracking-wider {
    letter-spacing: 0.05em;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--tracking-widest {
    letter-spacing: 0.1em;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--select-none {
    -webkit-user-select: none;
    user-select: none;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--select-text {
    -webkit-user-select: text;
    user-select: text;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--select-all {
    -webkit-user-select: all;
    user-select: all;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--select-auto {
    -webkit-user-select: auto;
    user-select: auto;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--align-baseline {
    vertical-align: baseline;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--align-top {
    vertical-align: top;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--align-middle {
    vertical-align: middle;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--align-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--align-text-top {
    vertical-align: text-top;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--align-text-bottom {
    vertical-align: text-bottom;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--visible {
    visibility: visible;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--invisible {
    visibility: hidden;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--whitespace-normal {
    white-space: normal;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--whitespace-no-wrap {
    white-space: nowrap;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--whitespace-pre {
    white-space: pre;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--whitespace-pre-line {
    white-space: pre-line;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--whitespace-pre-wrap {
    white-space: pre-wrap;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--break-normal {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--break-words {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--break-all {
    word-break: break-all;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--w-0 {
    width: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--w-5 {
    width: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--w-10 {
    width: 1rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--w-15 {
    width: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--w-20 {
    width: 2rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--w-30 {
    width: 3rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--w-40 {
    width: 4rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--w-50 {
    width: 5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--w-100 {
    width: 10rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--w-auto {
    width: auto;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--w-px {
    width: 1px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--w-1\/2 {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--w-1\/3 {
    width: 33.333333%;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--w-2\/3 {
    width: 66.666667%;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--w-1\/4 {
    width: 25%;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--w-2\/4 {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--w-3\/4 {
    width: 75%;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--w-1\/5 {
    width: 20%;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--w-2\/5 {
    width: 40%;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--w-3\/5 {
    width: 60%;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--w-4\/5 {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--w-1\/6 {
    width: 16.666667%;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--w-2\/6 {
    width: 33.333333%;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--w-3\/6 {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--w-4\/6 {
    width: 66.666667%;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--w-5\/6 {
    width: 83.333333%;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--w-1\/12 {
    width: 8.333333%;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--w-2\/12 {
    width: 16.666667%;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--w-3\/12 {
    width: 25%;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--w-4\/12 {
    width: 33.333333%;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--w-5\/12 {
    width: 41.666667%;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--w-6\/12 {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--w-7\/12 {
    width: 58.333333%;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--w-8\/12 {
    width: 66.666667%;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--w-9\/12 {
    width: 75%;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--w-10\/12 {
    width: 83.333333%;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--w-11\/12 {
    width: 91.666667%;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--w-full {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--w-screen {
    width: 100vw;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--z-0 {
    z-index: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--z-10 {
    z-index: 10;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--z-20 {
    z-index: 20;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--z-30 {
    z-index: 30;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--z-40 {
    z-index: 40;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--z-50 {
    z-index: 50;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--z-auto {
    z-index: auto;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--gap-0 {
    grid-gap: 0;
    gap: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--gap-5 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--gap-10 {
    grid-gap: 1rem;
    gap: 1rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--gap-15 {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--gap-20 {
    grid-gap: 2rem;
    gap: 2rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--gap-30 {
    grid-gap: 3rem;
    gap: 3rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--gap-40 {
    grid-gap: 4rem;
    gap: 4rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--gap-50 {
    grid-gap: 5rem;
    gap: 5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--gap-100 {
    grid-gap: 10rem;
    gap: 10rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--gap-px {
    grid-gap: 1px;
    gap: 1px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--col-gap-0 {
    grid-column-gap: 0;
    column-gap: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--col-gap-5 {
    grid-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--col-gap-10 {
    grid-column-gap: 1rem;
    column-gap: 1rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--col-gap-15 {
    grid-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--col-gap-20 {
    grid-column-gap: 2rem;
    column-gap: 2rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--col-gap-30 {
    grid-column-gap: 3rem;
    column-gap: 3rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--col-gap-40 {
    grid-column-gap: 4rem;
    column-gap: 4rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--col-gap-50 {
    grid-column-gap: 5rem;
    column-gap: 5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--col-gap-100 {
    grid-column-gap: 10rem;
    column-gap: 10rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--col-gap-px {
    grid-column-gap: 1px;
    column-gap: 1px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--gap-x-0 {
    grid-column-gap: 0;
    column-gap: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--gap-x-5 {
    grid-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--gap-x-10 {
    grid-column-gap: 1rem;
    column-gap: 1rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--gap-x-15 {
    grid-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--gap-x-20 {
    grid-column-gap: 2rem;
    column-gap: 2rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--gap-x-30 {
    grid-column-gap: 3rem;
    column-gap: 3rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--gap-x-40 {
    grid-column-gap: 4rem;
    column-gap: 4rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--gap-x-50 {
    grid-column-gap: 5rem;
    column-gap: 5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--gap-x-100 {
    grid-column-gap: 10rem;
    column-gap: 10rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--gap-x-px {
    grid-column-gap: 1px;
    column-gap: 1px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--row-gap-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--row-gap-5 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--row-gap-10 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--row-gap-15 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--row-gap-20 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--row-gap-30 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--row-gap-40 {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--row-gap-50 {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--row-gap-100 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--row-gap-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--gap-y-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--gap-y-5 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--gap-y-10 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--gap-y-15 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--gap-y-20 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--gap-y-30 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--gap-y-40 {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--gap-y-50 {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--gap-y-100 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--gap-y-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--grid-flow-row {
    grid-auto-flow: row;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--grid-flow-col {
    grid-auto-flow: column;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--grid-flow-row-dense {
    grid-auto-flow: row dense;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--grid-flow-col-dense {
    grid-auto-flow: column dense;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--grid-cols-none {
    grid-template-columns: none;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--auto-cols-auto {
    grid-auto-columns: auto;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }
}
@media (min-width: 1024px) {
  .vpt .lg--col-auto {
    grid-column: auto;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--col-span-1 {
    grid-column: span 1/span 1;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--col-span-2 {
    grid-column: span 2/span 2;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--col-span-3 {
    grid-column: span 3/span 3;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--col-span-4 {
    grid-column: span 4/span 4;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--col-span-5 {
    grid-column: span 5/span 5;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--col-span-6 {
    grid-column: span 6/span 6;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--col-span-7 {
    grid-column: span 7/span 7;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--col-span-8 {
    grid-column: span 8/span 8;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--col-span-9 {
    grid-column: span 9/span 9;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--col-span-10 {
    grid-column: span 10/span 10;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--col-span-11 {
    grid-column: span 11/span 11;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--col-span-12 {
    grid-column: span 12/span 12;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--col-span-full {
    grid-column: 1/-1;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--col-start-1 {
    grid-column-start: 1;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--col-start-2 {
    grid-column-start: 2;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--col-start-3 {
    grid-column-start: 3;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--col-start-4 {
    grid-column-start: 4;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--col-start-5 {
    grid-column-start: 5;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--col-start-6 {
    grid-column-start: 6;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--col-start-7 {
    grid-column-start: 7;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--col-start-8 {
    grid-column-start: 8;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--col-start-9 {
    grid-column-start: 9;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--col-start-10 {
    grid-column-start: 10;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--col-start-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--col-start-12 {
    grid-column-start: 12;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--col-start-13 {
    grid-column-start: 13;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--col-start-auto {
    grid-column-start: auto;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--col-end-1 {
    grid-column-end: 1;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--col-end-2 {
    grid-column-end: 2;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--col-end-3 {
    grid-column-end: 3;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--col-end-4 {
    grid-column-end: 4;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--col-end-5 {
    grid-column-end: 5;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--col-end-6 {
    grid-column-end: 6;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--col-end-7 {
    grid-column-end: 7;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--col-end-8 {
    grid-column-end: 8;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--col-end-9 {
    grid-column-end: 9;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--col-end-10 {
    grid-column-end: 10;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--col-end-11 {
    grid-column-end: 11;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--col-end-12 {
    grid-column-end: 12;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--col-end-13 {
    grid-column-end: 13;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--col-end-auto {
    grid-column-end: auto;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--grid-rows-none {
    grid-template-rows: none;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--auto-rows-auto {
    grid-auto-rows: auto;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }
}
@media (min-width: 1024px) {
  .vpt .lg--row-auto {
    grid-row: auto;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--row-span-1 {
    grid-row: span 1/span 1;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--row-span-2 {
    grid-row: span 2/span 2;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--row-span-3 {
    grid-row: span 3/span 3;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--row-span-4 {
    grid-row: span 4/span 4;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--row-span-5 {
    grid-row: span 5/span 5;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--row-span-6 {
    grid-row: span 6/span 6;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--row-span-full {
    grid-row: 1/-1;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--row-start-1 {
    grid-row-start: 1;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--row-start-2 {
    grid-row-start: 2;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--row-start-3 {
    grid-row-start: 3;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--row-start-4 {
    grid-row-start: 4;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--row-start-5 {
    grid-row-start: 5;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--row-start-6 {
    grid-row-start: 6;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--row-start-7 {
    grid-row-start: 7;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--row-start-auto {
    grid-row-start: auto;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--row-end-1 {
    grid-row-end: 1;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--row-end-2 {
    grid-row-end: 2;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--row-end-3 {
    grid-row-end: 3;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--row-end-4 {
    grid-row-end: 4;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--row-end-5 {
    grid-row-end: 5;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--row-end-6 {
    grid-row-end: 6;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--row-end-7 {
    grid-row-end: 7;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--row-end-auto {
    grid-row-end: auto;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }
}
@media (min-width: 1024px) {
  .vpt .lg--transform-none {
    transform: none;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--origin-center {
    transform-origin: center;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--origin-top {
    transform-origin: top;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--origin-top-right {
    transform-origin: top right;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--origin-right {
    transform-origin: right;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--origin-bottom-right {
    transform-origin: bottom right;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--origin-bottom {
    transform-origin: bottom;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--origin-bottom-left {
    transform-origin: bottom left;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--origin-left {
    transform-origin: left;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--origin-top-left {
    transform-origin: top left;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--scale-x-0 {
    --transform-scale-x: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--scale-x-50 {
    --transform-scale-x: .5;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--scale-x-75 {
    --transform-scale-x: .75;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--scale-x-90 {
    --transform-scale-x: .9;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--scale-x-95 {
    --transform-scale-x: .95;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--scale-x-100 {
    --transform-scale-x: 1;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--scale-x-105 {
    --transform-scale-x: 1.05;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--scale-x-110 {
    --transform-scale-x: 1.1;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--scale-x-125 {
    --transform-scale-x: 1.25;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--scale-x-150 {
    --transform-scale-x: 1.5;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--scale-y-0 {
    --transform-scale-y: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--scale-y-50 {
    --transform-scale-y: .5;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--scale-y-75 {
    --transform-scale-y: .75;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--scale-y-90 {
    --transform-scale-y: .9;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--scale-y-95 {
    --transform-scale-y: .95;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--scale-y-100 {
    --transform-scale-y: 1;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--scale-y-105 {
    --transform-scale-y: 1.05;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--scale-y-110 {
    --transform-scale-y: 1.1;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--scale-y-125 {
    --transform-scale-y: 1.25;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--scale-y-150 {
    --transform-scale-y: 1.5;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--scale-0:hover {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--scale-50:hover {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--scale-75:hover {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--scale-90:hover {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--scale-95:hover {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--scale-100:hover {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--scale-110:hover {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--scale-125:hover {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--scale-150:hover {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--scale-x-0:hover {
    --transform-scale-x: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--scale-x-50:hover {
    --transform-scale-x: .5;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--scale-x-75:hover {
    --transform-scale-x: .75;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--scale-x-90:hover {
    --transform-scale-x: .9;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--scale-x-95:hover {
    --transform-scale-x: .95;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--scale-x-100:hover {
    --transform-scale-x: 1;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--scale-x-105:hover {
    --transform-scale-x: 1.05;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--scale-x-110:hover {
    --transform-scale-x: 1.1;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--scale-x-125:hover {
    --transform-scale-x: 1.25;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--scale-x-150:hover {
    --transform-scale-x: 1.5;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--scale-y-0:hover {
    --transform-scale-y: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--scale-y-50:hover {
    --transform-scale-y: .5;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--scale-y-75:hover {
    --transform-scale-y: .75;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--scale-y-90:hover {
    --transform-scale-y: .9;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--scale-y-95:hover {
    --transform-scale-y: .95;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--scale-y-100:hover {
    --transform-scale-y: 1;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--scale-y-105:hover {
    --transform-scale-y: 1.05;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--scale-y-110:hover {
    --transform-scale-y: 1.1;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--scale-y-125:hover {
    --transform-scale-y: 1.25;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--scale-y-150:hover {
    --transform-scale-y: 1.5;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--scale-0:focus {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--scale-50:focus {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--scale-75:focus {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--scale-90:focus {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--scale-95:focus {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--scale-100:focus {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--scale-105:focus {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--scale-110:focus {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--scale-125:focus {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--scale-150:focus {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--scale-x-0:focus {
    --transform-scale-x: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--scale-x-50:focus {
    --transform-scale-x: .5;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--scale-x-75:focus {
    --transform-scale-x: .75;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--scale-x-90:focus {
    --transform-scale-x: .9;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--scale-x-95:focus {
    --transform-scale-x: .95;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--scale-x-100:focus {
    --transform-scale-x: 1;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--scale-x-105:focus {
    --transform-scale-x: 1.05;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--scale-x-110:focus {
    --transform-scale-x: 1.1;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--scale-x-125:focus {
    --transform-scale-x: 1.25;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--scale-x-150:focus {
    --transform-scale-x: 1.5;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--scale-y-0:focus {
    --transform-scale-y: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--scale-y-50:focus {
    --transform-scale-y: .5;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--scale-y-75:focus {
    --transform-scale-y: .75;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--scale-y-90:focus {
    --transform-scale-y: .9;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--scale-y-95:focus {
    --transform-scale-y: .95;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--scale-y-100:focus {
    --transform-scale-y: 1;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--scale-y-105:focus {
    --transform-scale-y: 1.05;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--scale-y-110:focus {
    --transform-scale-y: 1.1;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--scale-y-125:focus {
    --transform-scale-y: 1.25;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--scale-y-150:focus {
    --transform-scale-y: 1.5;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rotate-0 {
    --transform-rotate: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rotate-1 {
    --transform-rotate: 1deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rotate-2 {
    --transform-rotate: 2deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rotate-3 {
    --transform-rotate: 3deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rotate-6 {
    --transform-rotate: 6deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rotate-12 {
    --transform-rotate: 12deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rotate-45 {
    --transform-rotate: 45deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rotate-90 {
    --transform-rotate: 90deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--rotate-180 {
    --transform-rotate: 180deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---rotate-180 {
    --transform-rotate: -180deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---rotate-90 {
    --transform-rotate: -90deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---rotate-45 {
    --transform-rotate: -45deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---rotate-12 {
    --transform-rotate: -12deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---rotate-6 {
    --transform-rotate: -6deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---rotate-3 {
    --transform-rotate: -3deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---rotate-2 {
    --transform-rotate: -2deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---rotate-1 {
    --transform-rotate: -1deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--rotate-0:hover {
    --transform-rotate: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--rotate-1:hover {
    --transform-rotate: 1deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--rotate-2:hover {
    --transform-rotate: 2deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--rotate-3:hover {
    --transform-rotate: 3deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--rotate-6:hover {
    --transform-rotate: 6deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--rotate-12:hover {
    --transform-rotate: 12deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--rotate-45:hover {
    --transform-rotate: 45deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--rotate-90:hover {
    --transform-rotate: 90deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--rotate-180:hover {
    --transform-rotate: 180deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover---rotate-180:hover {
    --transform-rotate: -180deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover---rotate-90:hover {
    --transform-rotate: -90deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover---rotate-45:hover {
    --transform-rotate: -45deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover---rotate-12:hover {
    --transform-rotate: -12deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover---rotate-6:hover {
    --transform-rotate: -6deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover---rotate-3:hover {
    --transform-rotate: -3deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover---rotate-2:hover {
    --transform-rotate: -2deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover---rotate-1:hover {
    --transform-rotate: -1deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--rotate-0:focus {
    --transform-rotate: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--rotate-1:focus {
    --transform-rotate: 1deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--rotate-2:focus {
    --transform-rotate: 2deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--rotate-3:focus {
    --transform-rotate: 3deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--rotate-6:focus {
    --transform-rotate: 6deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--rotate-12:focus {
    --transform-rotate: 12deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--rotate-45:focus {
    --transform-rotate: 45deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--rotate-90:focus {
    --transform-rotate: 90deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--rotate-180:focus {
    --transform-rotate: 180deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus---rotate-180:focus {
    --transform-rotate: -180deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus---rotate-90:focus {
    --transform-rotate: -90deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus---rotate-45:focus {
    --transform-rotate: -45deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus---rotate-12:focus {
    --transform-rotate: -12deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus---rotate-6:focus {
    --transform-rotate: -6deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus---rotate-3:focus {
    --transform-rotate: -3deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus---rotate-2:focus {
    --transform-rotate: -2deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus---rotate-1:focus {
    --transform-rotate: -1deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--translate-x-0 {
    --transform-translate-x: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--translate-x-5 {
    --transform-translate-x: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--translate-x-10 {
    --transform-translate-x: 1rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--translate-x-15 {
    --transform-translate-x: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--translate-x-20 {
    --transform-translate-x: 2rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--translate-x-30 {
    --transform-translate-x: 3rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--translate-x-40 {
    --transform-translate-x: 4rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--translate-x-50 {
    --transform-translate-x: 5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--translate-x-100 {
    --transform-translate-x: 10rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--translate-x-px {
    --transform-translate-x: 1px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---translate-x-5 {
    --transform-translate-x: -0.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---translate-x-10 {
    --transform-translate-x: -1rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---translate-x-15 {
    --transform-translate-x: -1.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---translate-x-20 {
    --transform-translate-x: -2rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---translate-x-30 {
    --transform-translate-x: -3rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---translate-x-40 {
    --transform-translate-x: -4rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---translate-x-50 {
    --transform-translate-x: -5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---translate-x-100 {
    --transform-translate-x: -10rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---translate-x-px {
    --transform-translate-x: -1px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---translate-x-full {
    --transform-translate-x: -100%;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---translate-x-1\/2 {
    --transform-translate-x: -50%;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--translate-x-1\/2 {
    --transform-translate-x: 50%;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--translate-x-full {
    --transform-translate-x: 100%;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--translate-y-0 {
    --transform-translate-y: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--translate-y-5 {
    --transform-translate-y: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--translate-y-10 {
    --transform-translate-y: 1rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--translate-y-15 {
    --transform-translate-y: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--translate-y-20 {
    --transform-translate-y: 2rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--translate-y-30 {
    --transform-translate-y: 3rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--translate-y-40 {
    --transform-translate-y: 4rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--translate-y-50 {
    --transform-translate-y: 5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--translate-y-100 {
    --transform-translate-y: 10rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--translate-y-px {
    --transform-translate-y: 1px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---translate-y-5 {
    --transform-translate-y: -0.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---translate-y-10 {
    --transform-translate-y: -1rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---translate-y-15 {
    --transform-translate-y: -1.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---translate-y-20 {
    --transform-translate-y: -2rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---translate-y-30 {
    --transform-translate-y: -3rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---translate-y-40 {
    --transform-translate-y: -4rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---translate-y-50 {
    --transform-translate-y: -5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---translate-y-100 {
    --transform-translate-y: -10rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---translate-y-px {
    --transform-translate-y: -1px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---translate-y-full {
    --transform-translate-y: -100%;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---translate-y-1\/2 {
    --transform-translate-y: -50%;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--translate-y-1\/2 {
    --transform-translate-y: 50%;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--translate-y-full {
    --transform-translate-y: 100%;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--translate-x-0:hover {
    --transform-translate-x: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--translate-x-5:hover {
    --transform-translate-x: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--translate-x-10:hover {
    --transform-translate-x: 1rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--translate-x-15:hover {
    --transform-translate-x: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--translate-x-20:hover {
    --transform-translate-x: 2rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--translate-x-30:hover {
    --transform-translate-x: 3rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--translate-x-40:hover {
    --transform-translate-x: 4rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--translate-x-50:hover {
    --transform-translate-x: 5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--translate-x-100:hover {
    --transform-translate-x: 10rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--translate-x-px:hover {
    --transform-translate-x: 1px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover---translate-x-5:hover {
    --transform-translate-x: -0.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover---translate-x-10:hover {
    --transform-translate-x: -1rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover---translate-x-15:hover {
    --transform-translate-x: -1.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover---translate-x-20:hover {
    --transform-translate-x: -2rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover---translate-x-30:hover {
    --transform-translate-x: -3rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover---translate-x-40:hover {
    --transform-translate-x: -4rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover---translate-x-50:hover {
    --transform-translate-x: -5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover---translate-x-100:hover {
    --transform-translate-x: -10rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover---translate-x-px:hover {
    --transform-translate-x: -1px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover---translate-x-full:hover {
    --transform-translate-x: -100%;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover---translate-x-1\/2:hover {
    --transform-translate-x: -50%;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--translate-x-1\/2:hover {
    --transform-translate-x: 50%;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--translate-x-full:hover {
    --transform-translate-x: 100%;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--translate-y-0:hover {
    --transform-translate-y: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--translate-y-5:hover {
    --transform-translate-y: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--translate-y-10:hover {
    --transform-translate-y: 1rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--translate-y-15:hover {
    --transform-translate-y: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--translate-y-20:hover {
    --transform-translate-y: 2rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--translate-y-30:hover {
    --transform-translate-y: 3rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--translate-y-40:hover {
    --transform-translate-y: 4rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--translate-y-50:hover {
    --transform-translate-y: 5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--translate-y-100:hover {
    --transform-translate-y: 10rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--translate-y-px:hover {
    --transform-translate-y: 1px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover---translate-y-5:hover {
    --transform-translate-y: -0.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover---translate-y-10:hover {
    --transform-translate-y: -1rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover---translate-y-15:hover {
    --transform-translate-y: -1.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover---translate-y-20:hover {
    --transform-translate-y: -2rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover---translate-y-30:hover {
    --transform-translate-y: -3rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover---translate-y-40:hover {
    --transform-translate-y: -4rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover---translate-y-50:hover {
    --transform-translate-y: -5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover---translate-y-100:hover {
    --transform-translate-y: -10rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover---translate-y-px:hover {
    --transform-translate-y: -1px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover---translate-y-full:hover {
    --transform-translate-y: -100%;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover---translate-y-1\/2:hover {
    --transform-translate-y: -50%;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--translate-y-1\/2:hover {
    --transform-translate-y: 50%;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--translate-y-full:hover {
    --transform-translate-y: 100%;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--translate-x-0:focus {
    --transform-translate-x: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--translate-x-5:focus {
    --transform-translate-x: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--translate-x-10:focus {
    --transform-translate-x: 1rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--translate-x-15:focus {
    --transform-translate-x: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--translate-x-20:focus {
    --transform-translate-x: 2rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--translate-x-30:focus {
    --transform-translate-x: 3rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--translate-x-40:focus {
    --transform-translate-x: 4rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--translate-x-50:focus {
    --transform-translate-x: 5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--translate-x-100:focus {
    --transform-translate-x: 10rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--translate-x-px:focus {
    --transform-translate-x: 1px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus---translate-x-5:focus {
    --transform-translate-x: -0.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus---translate-x-10:focus {
    --transform-translate-x: -1rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus---translate-x-15:focus {
    --transform-translate-x: -1.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus---translate-x-20:focus {
    --transform-translate-x: -2rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus---translate-x-30:focus {
    --transform-translate-x: -3rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus---translate-x-40:focus {
    --transform-translate-x: -4rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus---translate-x-50:focus {
    --transform-translate-x: -5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus---translate-x-100:focus {
    --transform-translate-x: -10rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus---translate-x-px:focus {
    --transform-translate-x: -1px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus---translate-x-full:focus {
    --transform-translate-x: -100%;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus---translate-x-1\/2:focus {
    --transform-translate-x: -50%;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--translate-x-1\/2:focus {
    --transform-translate-x: 50%;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--translate-x-full:focus {
    --transform-translate-x: 100%;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--translate-y-0:focus {
    --transform-translate-y: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--translate-y-5:focus {
    --transform-translate-y: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--translate-y-10:focus {
    --transform-translate-y: 1rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--translate-y-15:focus {
    --transform-translate-y: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--translate-y-20:focus {
    --transform-translate-y: 2rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--translate-y-30:focus {
    --transform-translate-y: 3rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--translate-y-40:focus {
    --transform-translate-y: 4rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--translate-y-50:focus {
    --transform-translate-y: 5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--translate-y-100:focus {
    --transform-translate-y: 10rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--translate-y-px:focus {
    --transform-translate-y: 1px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus---translate-y-5:focus {
    --transform-translate-y: -0.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus---translate-y-10:focus {
    --transform-translate-y: -1rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus---translate-y-15:focus {
    --transform-translate-y: -1.5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus---translate-y-20:focus {
    --transform-translate-y: -2rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus---translate-y-30:focus {
    --transform-translate-y: -3rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus---translate-y-40:focus {
    --transform-translate-y: -4rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus---translate-y-50:focus {
    --transform-translate-y: -5rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus---translate-y-100:focus {
    --transform-translate-y: -10rem;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus---translate-y-px:focus {
    --transform-translate-y: -1px;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus---translate-y-full:focus {
    --transform-translate-y: -100%;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus---translate-y-1\/2:focus {
    --transform-translate-y: -50%;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--translate-y-1\/2:focus {
    --transform-translate-y: 50%;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--translate-y-full:focus {
    --transform-translate-y: 100%;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--skew-x-0 {
    --transform-skew-x: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--skew-x-1 {
    --transform-skew-x: 1deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--skew-x-2 {
    --transform-skew-x: 2deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--skew-x-3 {
    --transform-skew-x: 3deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--skew-x-6 {
    --transform-skew-x: 6deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--skew-x-12 {
    --transform-skew-x: 12deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---skew-x-12 {
    --transform-skew-x: -12deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---skew-x-6 {
    --transform-skew-x: -6deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---skew-x-3 {
    --transform-skew-x: -3deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---skew-x-2 {
    --transform-skew-x: -2deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---skew-x-1 {
    --transform-skew-x: -1deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--skew-y-0 {
    --transform-skew-y: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--skew-y-1 {
    --transform-skew-y: 1deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--skew-y-2 {
    --transform-skew-y: 2deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--skew-y-3 {
    --transform-skew-y: 3deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--skew-y-6 {
    --transform-skew-y: 6deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--skew-y-12 {
    --transform-skew-y: 12deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---skew-y-12 {
    --transform-skew-y: -12deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---skew-y-6 {
    --transform-skew-y: -6deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---skew-y-3 {
    --transform-skew-y: -3deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---skew-y-2 {
    --transform-skew-y: -2deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg---skew-y-1 {
    --transform-skew-y: -1deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--skew-x-0:hover {
    --transform-skew-x: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--skew-x-1:hover {
    --transform-skew-x: 1deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--skew-x-2:hover {
    --transform-skew-x: 2deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--skew-x-3:hover {
    --transform-skew-x: 3deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--skew-x-6:hover {
    --transform-skew-x: 6deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--skew-x-12:hover {
    --transform-skew-x: 12deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover---skew-x-12:hover {
    --transform-skew-x: -12deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover---skew-x-6:hover {
    --transform-skew-x: -6deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover---skew-x-3:hover {
    --transform-skew-x: -3deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover---skew-x-2:hover {
    --transform-skew-x: -2deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover---skew-x-1:hover {
    --transform-skew-x: -1deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--skew-y-0:hover {
    --transform-skew-y: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--skew-y-1:hover {
    --transform-skew-y: 1deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--skew-y-2:hover {
    --transform-skew-y: 2deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--skew-y-3:hover {
    --transform-skew-y: 3deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--skew-y-6:hover {
    --transform-skew-y: 6deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover--skew-y-12:hover {
    --transform-skew-y: 12deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover---skew-y-12:hover {
    --transform-skew-y: -12deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover---skew-y-6:hover {
    --transform-skew-y: -6deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover---skew-y-3:hover {
    --transform-skew-y: -3deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover---skew-y-2:hover {
    --transform-skew-y: -2deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--hover---skew-y-1:hover {
    --transform-skew-y: -1deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--skew-x-0:focus {
    --transform-skew-x: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--skew-x-1:focus {
    --transform-skew-x: 1deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--skew-x-2:focus {
    --transform-skew-x: 2deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--skew-x-3:focus {
    --transform-skew-x: 3deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--skew-x-6:focus {
    --transform-skew-x: 6deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--skew-x-12:focus {
    --transform-skew-x: 12deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus---skew-x-12:focus {
    --transform-skew-x: -12deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus---skew-x-6:focus {
    --transform-skew-x: -6deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus---skew-x-3:focus {
    --transform-skew-x: -3deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus---skew-x-2:focus {
    --transform-skew-x: -2deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus---skew-x-1:focus {
    --transform-skew-x: -1deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--skew-y-0:focus {
    --transform-skew-y: 0;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--skew-y-1:focus {
    --transform-skew-y: 1deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--skew-y-2:focus {
    --transform-skew-y: 2deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--skew-y-3:focus {
    --transform-skew-y: 3deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--skew-y-6:focus {
    --transform-skew-y: 6deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus--skew-y-12:focus {
    --transform-skew-y: 12deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus---skew-y-12:focus {
    --transform-skew-y: -12deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus---skew-y-6:focus {
    --transform-skew-y: -6deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus---skew-y-3:focus {
    --transform-skew-y: -3deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus---skew-y-2:focus {
    --transform-skew-y: -2deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--focus---skew-y-1:focus {
    --transform-skew-y: -1deg;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--transition-none {
    transition-property: none;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--transition-all {
    transition-property: all;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--transition-opacity {
    transition-property: opacity;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--transition-shadow {
    transition-property: box-shadow;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--transition-transform {
    transition-property: transform;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--ease-linear {
    transition-timing-function: linear;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }
}
@media (min-width: 1024px) {
  .vpt .lg--ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
@media (min-width: 1024px) {
  .vpt .lg--ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@media (min-width: 1024px) {
  .vpt .lg--duration-75 {
    transition-duration: 75ms;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--duration-100 {
    transition-duration: 100ms;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--duration-150 {
    transition-duration: 150ms;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--duration-200 {
    transition-duration: 200ms;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--duration-300 {
    transition-duration: 300ms;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--duration-500 {
    transition-duration: 500ms;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--duration-700 {
    transition-duration: 700ms;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--duration-1000 {
    transition-duration: 1000ms;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--delay-75 {
    transition-delay: 75ms;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--delay-100 {
    transition-delay: 100ms;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--delay-150 {
    transition-delay: 150ms;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--delay-200 {
    transition-delay: 200ms;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--delay-300 {
    transition-delay: 300ms;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--delay-500 {
    transition-delay: 500ms;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--delay-700 {
    transition-delay: 700ms;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--delay-1000 {
    transition-delay: 1000ms;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--animate-none {
    animation: none;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--animate-spin {
    animation: spin 1s linear infinite;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }
}
@media (min-width: 1024px) {
  .vpt .lg--animate-bounce {
    animation: bounce 1s infinite;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--container {
    width: 100%;
  }
}
@media (min-width: 1280px) and (min-width: 640px) {
  .vpt .xl--container {
    max-width: 640px;
  }
}
@media (min-width: 1280px) and (min-width: 768px) {
  .vpt .xl--container {
    max-width: 768px;
  }
}
@media (min-width: 1280px) and (min-width: 1024px) {
  .vpt .xl--container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) and (min-width: 1280px) {
  .vpt .xl--container {
    max-width: 1280px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--space-y-30 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--space-x-30 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--space-y-50 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--space-x-50 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--space-y-100 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--space-x-100 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 1280px) {
  .vpt .xl---space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }
}
@media (min-width: 1280px) {
  .vpt .xl---space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 1280px) {
  .vpt .xl---space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }
}
@media (min-width: 1280px) {
  .vpt .xl---space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 1280px) {
  .vpt .xl---space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }
}
@media (min-width: 1280px) {
  .vpt .xl---space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 1280px) {
  .vpt .xl---space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }
}
@media (min-width: 1280px) {
  .vpt .xl---space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 1280px) {
  .vpt .xl---space-y-30 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }
}
@media (min-width: 1280px) {
  .vpt .xl---space-x-30 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 1280px) {
  .vpt .xl---space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }
}
@media (min-width: 1280px) {
  .vpt .xl---space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 1280px) {
  .vpt .xl---space-y-50 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }
}
@media (min-width: 1280px) {
  .vpt .xl---space-x-50 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 1280px) {
  .vpt .xl---space-y-100 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }
}
@media (min-width: 1280px) {
  .vpt .xl---space-x-100 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 1280px) {
  .vpt .xl---space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }
}
@media (min-width: 1280px) {
  .vpt .xl---space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--divide-y-0 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--divide-x-0 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--divide-y-4 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--divide-x-4 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--divide-y-8 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--divide-x-8 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--divide-x > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--divide-blue-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #F4F5FB;
    border-color: rgba(244, 245, 251, var(--divide-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--divide-blue-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #CED2EE;
    border-color: rgba(206, 210, 238, var(--divide-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--divide-blue-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #A8AFE1;
    border-color: rgba(168, 175, 225, var(--divide-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--divide-blue-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #828DD4;
    border-color: rgba(130, 141, 212, var(--divide-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--divide-blue-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5C6AC7;
    border-color: rgba(92, 106, 199, var(--divide-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--divide-blue-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3D4DB3;
    border-color: rgba(61, 77, 179, var(--divide-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--divide-blue-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #303C8D;
    border-color: rgba(48, 60, 141, var(--divide-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--divide-blue-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #232C67;
    border-color: rgba(35, 44, 103, var(--divide-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--divide-blue-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #161C41;
    border-color: rgba(22, 28, 65, var(--divide-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--divide-black-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #FFFFFF;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--divide-black-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #EAEDF1;
    border-color: rgba(234, 237, 241, var(--divide-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--divide-black-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #D1D8E0;
    border-color: rgba(209, 216, 224, var(--divide-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--divide-black-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #B9C3D0;
    border-color: rgba(185, 195, 208, var(--divide-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--divide-black-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #A0AEC0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--divide-black-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7E91A9;
    border-color: rgba(126, 145, 169, var(--divide-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--divide-black-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #607590;
    border-color: rgba(96, 117, 144, var(--divide-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--divide-black-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #49596E;
    border-color: rgba(73, 89, 110, var(--divide-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--divide-black-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #333E4D;
    border-color: rgba(51, 62, 77, var(--divide-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--divide-green-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #DBFAE8;
    border-color: rgba(219, 250, 232, var(--divide-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--divide-green-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #98F0BD;
    border-color: rgba(152, 240, 189, var(--divide-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--divide-green-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #55E792;
    border-color: rgba(85, 231, 146, var(--divide-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--divide-green-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1ED269;
    border-color: rgba(30, 210, 105, var(--divide-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--divide-green-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #148F47;
    border-color: rgba(20, 143, 71, var(--divide-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--divide-green-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #11743A;
    border-color: rgba(17, 116, 58, var(--divide-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--divide-green-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #0D592D;
    border-color: rgba(13, 89, 45, var(--divide-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--divide-green-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #093E1F;
    border-color: rgba(9, 62, 31, var(--divide-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--divide-green-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #052412;
    border-color: rgba(5, 36, 18, var(--divide-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--divide-red-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #FDDDE0;
    border-color: rgba(253, 221, 224, var(--divide-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--divide-red-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #FBB2B9;
    border-color: rgba(251, 178, 185, var(--divide-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--divide-red-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #F88792;
    border-color: rgba(248, 135, 146, var(--divide-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--divide-red-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #F55B6B;
    border-color: rgba(245, 91, 107, var(--divide-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--divide-red-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #F33043;
    border-color: rgba(243, 48, 67, var(--divide-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--divide-red-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E30D23;
    border-color: rgba(227, 13, 35, var(--divide-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--divide-red-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #B20A1B;
    border-color: rgba(178, 10, 27, var(--divide-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--divide-red-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #820814;
    border-color: rgba(130, 8, 20, var(--divide-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--divide-red-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #52050C;
    border-color: rgba(82, 5, 12, var(--divide-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--divide-solid > :not(template) ~ :not(template) {
    border-style: solid;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--divide-dashed > :not(template) ~ :not(template) {
    border-style: dashed;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--divide-dotted > :not(template) ~ :not(template) {
    border-style: dotted;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--divide-double > :not(template) ~ :not(template) {
    border-style: double;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--divide-none > :not(template) ~ :not(template) {
    border-style: none;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-fixed {
    background-attachment: fixed;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-local {
    background-attachment: local;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-scroll {
    background-attachment: scroll;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-clip-border {
    background-clip: border-box;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-clip-padding {
    background-clip: padding-box;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-clip-content {
    background-clip: content-box;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-clip-text {
    -webkit-background-clip: text;
    background-clip: text;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-blue-100 {
    --bg-opacity: 1;
    background-color: #F4F5FB;
    background-color: rgba(244, 245, 251, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-blue-200 {
    --bg-opacity: 1;
    background-color: #CED2EE;
    background-color: rgba(206, 210, 238, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-blue-300 {
    --bg-opacity: 1;
    background-color: #A8AFE1;
    background-color: rgba(168, 175, 225, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-blue-400 {
    --bg-opacity: 1;
    background-color: #828DD4;
    background-color: rgba(130, 141, 212, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-blue-500 {
    --bg-opacity: 1;
    background-color: #5C6AC7;
    background-color: rgba(92, 106, 199, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-blue-600 {
    --bg-opacity: 1;
    background-color: #3D4DB3;
    background-color: rgba(61, 77, 179, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-blue-700 {
    --bg-opacity: 1;
    background-color: #303C8D;
    background-color: rgba(48, 60, 141, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-blue-800 {
    --bg-opacity: 1;
    background-color: #232C67;
    background-color: rgba(35, 44, 103, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-blue-900 {
    --bg-opacity: 1;
    background-color: #161C41;
    background-color: rgba(22, 28, 65, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-black-100 {
    --bg-opacity: 1;
    background-color: #FFFFFF;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-black-200 {
    --bg-opacity: 1;
    background-color: #EAEDF1;
    background-color: rgba(234, 237, 241, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-black-300 {
    --bg-opacity: 1;
    background-color: #D1D8E0;
    background-color: rgba(209, 216, 224, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-black-400 {
    --bg-opacity: 1;
    background-color: #B9C3D0;
    background-color: rgba(185, 195, 208, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-black-500 {
    --bg-opacity: 1;
    background-color: #A0AEC0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-black-600 {
    --bg-opacity: 1;
    background-color: #7E91A9;
    background-color: rgba(126, 145, 169, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-black-700 {
    --bg-opacity: 1;
    background-color: #607590;
    background-color: rgba(96, 117, 144, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-black-800 {
    --bg-opacity: 1;
    background-color: #49596E;
    background-color: rgba(73, 89, 110, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-black-900 {
    --bg-opacity: 1;
    background-color: #333E4D;
    background-color: rgba(51, 62, 77, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-green-100 {
    --bg-opacity: 1;
    background-color: #DBFAE8;
    background-color: rgba(219, 250, 232, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-green-200 {
    --bg-opacity: 1;
    background-color: #98F0BD;
    background-color: rgba(152, 240, 189, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-green-300 {
    --bg-opacity: 1;
    background-color: #55E792;
    background-color: rgba(85, 231, 146, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-green-400 {
    --bg-opacity: 1;
    background-color: #1ED269;
    background-color: rgba(30, 210, 105, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-green-500 {
    --bg-opacity: 1;
    background-color: #148F47;
    background-color: rgba(20, 143, 71, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-green-600 {
    --bg-opacity: 1;
    background-color: #11743A;
    background-color: rgba(17, 116, 58, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-green-700 {
    --bg-opacity: 1;
    background-color: #0D592D;
    background-color: rgba(13, 89, 45, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-green-800 {
    --bg-opacity: 1;
    background-color: #093E1F;
    background-color: rgba(9, 62, 31, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-green-900 {
    --bg-opacity: 1;
    background-color: #052412;
    background-color: rgba(5, 36, 18, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-red-100 {
    --bg-opacity: 1;
    background-color: #FDDDE0;
    background-color: rgba(253, 221, 224, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-red-200 {
    --bg-opacity: 1;
    background-color: #FBB2B9;
    background-color: rgba(251, 178, 185, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-red-300 {
    --bg-opacity: 1;
    background-color: #F88792;
    background-color: rgba(248, 135, 146, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-red-400 {
    --bg-opacity: 1;
    background-color: #F55B6B;
    background-color: rgba(245, 91, 107, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-red-500 {
    --bg-opacity: 1;
    background-color: #F33043;
    background-color: rgba(243, 48, 67, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-red-600 {
    --bg-opacity: 1;
    background-color: #E30D23;
    background-color: rgba(227, 13, 35, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-red-700 {
    --bg-opacity: 1;
    background-color: #B20A1B;
    background-color: rgba(178, 10, 27, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-red-800 {
    --bg-opacity: 1;
    background-color: #820814;
    background-color: rgba(130, 8, 20, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-red-900 {
    --bg-opacity: 1;
    background-color: #52050C;
    background-color: rgba(82, 5, 12, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--bg-blue-100:hover {
    --bg-opacity: 1;
    background-color: #F4F5FB;
    background-color: rgba(244, 245, 251, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--bg-blue-200:hover {
    --bg-opacity: 1;
    background-color: #CED2EE;
    background-color: rgba(206, 210, 238, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--bg-blue-300:hover {
    --bg-opacity: 1;
    background-color: #A8AFE1;
    background-color: rgba(168, 175, 225, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--bg-blue-400:hover {
    --bg-opacity: 1;
    background-color: #828DD4;
    background-color: rgba(130, 141, 212, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--bg-blue-500:hover {
    --bg-opacity: 1;
    background-color: #5C6AC7;
    background-color: rgba(92, 106, 199, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--bg-blue-600:hover {
    --bg-opacity: 1;
    background-color: #3D4DB3;
    background-color: rgba(61, 77, 179, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--bg-blue-700:hover {
    --bg-opacity: 1;
    background-color: #303C8D;
    background-color: rgba(48, 60, 141, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--bg-blue-800:hover {
    --bg-opacity: 1;
    background-color: #232C67;
    background-color: rgba(35, 44, 103, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--bg-blue-900:hover {
    --bg-opacity: 1;
    background-color: #161C41;
    background-color: rgba(22, 28, 65, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--bg-black-100:hover {
    --bg-opacity: 1;
    background-color: #FFFFFF;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--bg-black-200:hover {
    --bg-opacity: 1;
    background-color: #EAEDF1;
    background-color: rgba(234, 237, 241, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--bg-black-300:hover {
    --bg-opacity: 1;
    background-color: #D1D8E0;
    background-color: rgba(209, 216, 224, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--bg-black-400:hover {
    --bg-opacity: 1;
    background-color: #B9C3D0;
    background-color: rgba(185, 195, 208, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--bg-black-500:hover {
    --bg-opacity: 1;
    background-color: #A0AEC0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--bg-black-600:hover {
    --bg-opacity: 1;
    background-color: #7E91A9;
    background-color: rgba(126, 145, 169, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--bg-black-700:hover {
    --bg-opacity: 1;
    background-color: #607590;
    background-color: rgba(96, 117, 144, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--bg-black-800:hover {
    --bg-opacity: 1;
    background-color: #49596E;
    background-color: rgba(73, 89, 110, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--bg-black-900:hover {
    --bg-opacity: 1;
    background-color: #333E4D;
    background-color: rgba(51, 62, 77, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--bg-green-100:hover {
    --bg-opacity: 1;
    background-color: #DBFAE8;
    background-color: rgba(219, 250, 232, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--bg-green-200:hover {
    --bg-opacity: 1;
    background-color: #98F0BD;
    background-color: rgba(152, 240, 189, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--bg-green-300:hover {
    --bg-opacity: 1;
    background-color: #55E792;
    background-color: rgba(85, 231, 146, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--bg-green-400:hover {
    --bg-opacity: 1;
    background-color: #1ED269;
    background-color: rgba(30, 210, 105, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--bg-green-500:hover {
    --bg-opacity: 1;
    background-color: #148F47;
    background-color: rgba(20, 143, 71, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--bg-green-600:hover {
    --bg-opacity: 1;
    background-color: #11743A;
    background-color: rgba(17, 116, 58, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--bg-green-700:hover {
    --bg-opacity: 1;
    background-color: #0D592D;
    background-color: rgba(13, 89, 45, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--bg-green-800:hover {
    --bg-opacity: 1;
    background-color: #093E1F;
    background-color: rgba(9, 62, 31, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--bg-green-900:hover {
    --bg-opacity: 1;
    background-color: #052412;
    background-color: rgba(5, 36, 18, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--bg-red-100:hover {
    --bg-opacity: 1;
    background-color: #FDDDE0;
    background-color: rgba(253, 221, 224, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--bg-red-200:hover {
    --bg-opacity: 1;
    background-color: #FBB2B9;
    background-color: rgba(251, 178, 185, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--bg-red-300:hover {
    --bg-opacity: 1;
    background-color: #F88792;
    background-color: rgba(248, 135, 146, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--bg-red-400:hover {
    --bg-opacity: 1;
    background-color: #F55B6B;
    background-color: rgba(245, 91, 107, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--bg-red-500:hover {
    --bg-opacity: 1;
    background-color: #F33043;
    background-color: rgba(243, 48, 67, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--bg-red-600:hover {
    --bg-opacity: 1;
    background-color: #E30D23;
    background-color: rgba(227, 13, 35, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--bg-red-700:hover {
    --bg-opacity: 1;
    background-color: #B20A1B;
    background-color: rgba(178, 10, 27, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--bg-red-800:hover {
    --bg-opacity: 1;
    background-color: #820814;
    background-color: rgba(130, 8, 20, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--bg-red-900:hover {
    --bg-opacity: 1;
    background-color: #52050C;
    background-color: rgba(82, 5, 12, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--bg-blue-100:focus {
    --bg-opacity: 1;
    background-color: #F4F5FB;
    background-color: rgba(244, 245, 251, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--bg-blue-200:focus {
    --bg-opacity: 1;
    background-color: #CED2EE;
    background-color: rgba(206, 210, 238, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--bg-blue-300:focus {
    --bg-opacity: 1;
    background-color: #A8AFE1;
    background-color: rgba(168, 175, 225, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--bg-blue-400:focus {
    --bg-opacity: 1;
    background-color: #828DD4;
    background-color: rgba(130, 141, 212, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--bg-blue-500:focus {
    --bg-opacity: 1;
    background-color: #5C6AC7;
    background-color: rgba(92, 106, 199, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--bg-blue-600:focus {
    --bg-opacity: 1;
    background-color: #3D4DB3;
    background-color: rgba(61, 77, 179, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--bg-blue-700:focus {
    --bg-opacity: 1;
    background-color: #303C8D;
    background-color: rgba(48, 60, 141, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--bg-blue-800:focus {
    --bg-opacity: 1;
    background-color: #232C67;
    background-color: rgba(35, 44, 103, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--bg-blue-900:focus {
    --bg-opacity: 1;
    background-color: #161C41;
    background-color: rgba(22, 28, 65, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--bg-black-100:focus {
    --bg-opacity: 1;
    background-color: #FFFFFF;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--bg-black-200:focus {
    --bg-opacity: 1;
    background-color: #EAEDF1;
    background-color: rgba(234, 237, 241, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--bg-black-300:focus {
    --bg-opacity: 1;
    background-color: #D1D8E0;
    background-color: rgba(209, 216, 224, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--bg-black-400:focus {
    --bg-opacity: 1;
    background-color: #B9C3D0;
    background-color: rgba(185, 195, 208, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--bg-black-500:focus {
    --bg-opacity: 1;
    background-color: #A0AEC0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--bg-black-600:focus {
    --bg-opacity: 1;
    background-color: #7E91A9;
    background-color: rgba(126, 145, 169, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--bg-black-700:focus {
    --bg-opacity: 1;
    background-color: #607590;
    background-color: rgba(96, 117, 144, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--bg-black-800:focus {
    --bg-opacity: 1;
    background-color: #49596E;
    background-color: rgba(73, 89, 110, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--bg-black-900:focus {
    --bg-opacity: 1;
    background-color: #333E4D;
    background-color: rgba(51, 62, 77, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--bg-green-100:focus {
    --bg-opacity: 1;
    background-color: #DBFAE8;
    background-color: rgba(219, 250, 232, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--bg-green-200:focus {
    --bg-opacity: 1;
    background-color: #98F0BD;
    background-color: rgba(152, 240, 189, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--bg-green-300:focus {
    --bg-opacity: 1;
    background-color: #55E792;
    background-color: rgba(85, 231, 146, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--bg-green-400:focus {
    --bg-opacity: 1;
    background-color: #1ED269;
    background-color: rgba(30, 210, 105, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--bg-green-500:focus {
    --bg-opacity: 1;
    background-color: #148F47;
    background-color: rgba(20, 143, 71, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--bg-green-600:focus {
    --bg-opacity: 1;
    background-color: #11743A;
    background-color: rgba(17, 116, 58, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--bg-green-700:focus {
    --bg-opacity: 1;
    background-color: #0D592D;
    background-color: rgba(13, 89, 45, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--bg-green-800:focus {
    --bg-opacity: 1;
    background-color: #093E1F;
    background-color: rgba(9, 62, 31, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--bg-green-900:focus {
    --bg-opacity: 1;
    background-color: #052412;
    background-color: rgba(5, 36, 18, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--bg-red-100:focus {
    --bg-opacity: 1;
    background-color: #FDDDE0;
    background-color: rgba(253, 221, 224, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--bg-red-200:focus {
    --bg-opacity: 1;
    background-color: #FBB2B9;
    background-color: rgba(251, 178, 185, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--bg-red-300:focus {
    --bg-opacity: 1;
    background-color: #F88792;
    background-color: rgba(248, 135, 146, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--bg-red-400:focus {
    --bg-opacity: 1;
    background-color: #F55B6B;
    background-color: rgba(245, 91, 107, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--bg-red-500:focus {
    --bg-opacity: 1;
    background-color: #F33043;
    background-color: rgba(243, 48, 67, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--bg-red-600:focus {
    --bg-opacity: 1;
    background-color: #E30D23;
    background-color: rgba(227, 13, 35, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--bg-red-700:focus {
    --bg-opacity: 1;
    background-color: #B20A1B;
    background-color: rgba(178, 10, 27, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--bg-red-800:focus {
    --bg-opacity: 1;
    background-color: #820814;
    background-color: rgba(130, 8, 20, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--bg-red-900:focus {
    --bg-opacity: 1;
    background-color: #52050C;
    background-color: rgba(82, 5, 12, var(--bg-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-none {
    background-image: none;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--from-blue-100 {
    --gradient-from-color: #F4F5FB;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 245, 251, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--from-blue-200 {
    --gradient-from-color: #CED2EE;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(206, 210, 238, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--from-blue-300 {
    --gradient-from-color: #A8AFE1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(168, 175, 225, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--from-blue-400 {
    --gradient-from-color: #828DD4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(130, 141, 212, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--from-blue-500 {
    --gradient-from-color: #5C6AC7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(92, 106, 199, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--from-blue-600 {
    --gradient-from-color: #3D4DB3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(61, 77, 179, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--from-blue-700 {
    --gradient-from-color: #303C8D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(48, 60, 141, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--from-blue-800 {
    --gradient-from-color: #232C67;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 44, 103, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--from-blue-900 {
    --gradient-from-color: #161C41;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 28, 65, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--from-black-100 {
    --gradient-from-color: #FFFFFF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--from-black-200 {
    --gradient-from-color: #EAEDF1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 237, 241, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--from-black-300 {
    --gradient-from-color: #D1D8E0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(209, 216, 224, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--from-black-400 {
    --gradient-from-color: #B9C3D0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 195, 208, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--from-black-500 {
    --gradient-from-color: #A0AEC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--from-black-600 {
    --gradient-from-color: #7E91A9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(126, 145, 169, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--from-black-700 {
    --gradient-from-color: #607590;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 117, 144, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--from-black-800 {
    --gradient-from-color: #49596E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(73, 89, 110, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--from-black-900 {
    --gradient-from-color: #333E4D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(51, 62, 77, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--from-green-100 {
    --gradient-from-color: #DBFAE8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 250, 232, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--from-green-200 {
    --gradient-from-color: #98F0BD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(152, 240, 189, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--from-green-300 {
    --gradient-from-color: #55E792;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 231, 146, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--from-green-400 {
    --gradient-from-color: #1ED269;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 210, 105, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--from-green-500 {
    --gradient-from-color: #148F47;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 143, 71, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--from-green-600 {
    --gradient-from-color: #11743A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 116, 58, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--from-green-700 {
    --gradient-from-color: #0D592D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 89, 45, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--from-green-800 {
    --gradient-from-color: #093E1F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(9, 62, 31, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--from-green-900 {
    --gradient-from-color: #052412;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(5, 36, 18, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--from-red-100 {
    --gradient-from-color: #FDDDE0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 221, 224, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--from-red-200 {
    --gradient-from-color: #FBB2B9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 178, 185, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--from-red-300 {
    --gradient-from-color: #F88792;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 135, 146, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--from-red-400 {
    --gradient-from-color: #F55B6B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 91, 107, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--from-red-500 {
    --gradient-from-color: #F33043;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 48, 67, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--from-red-600 {
    --gradient-from-color: #E30D23;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 13, 35, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--from-red-700 {
    --gradient-from-color: #B20A1B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 10, 27, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--from-red-800 {
    --gradient-from-color: #820814;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(130, 8, 20, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--from-red-900 {
    --gradient-from-color: #52050C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(82, 5, 12, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--via-blue-100 {
    --gradient-via-color: #F4F5FB;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 245, 251, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--via-blue-200 {
    --gradient-via-color: #CED2EE;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(206, 210, 238, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--via-blue-300 {
    --gradient-via-color: #A8AFE1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(168, 175, 225, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--via-blue-400 {
    --gradient-via-color: #828DD4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(130, 141, 212, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--via-blue-500 {
    --gradient-via-color: #5C6AC7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(92, 106, 199, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--via-blue-600 {
    --gradient-via-color: #3D4DB3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(61, 77, 179, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--via-blue-700 {
    --gradient-via-color: #303C8D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(48, 60, 141, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--via-blue-800 {
    --gradient-via-color: #232C67;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 44, 103, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--via-blue-900 {
    --gradient-via-color: #161C41;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 28, 65, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--via-black-100 {
    --gradient-via-color: #FFFFFF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--via-black-200 {
    --gradient-via-color: #EAEDF1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 237, 241, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--via-black-300 {
    --gradient-via-color: #D1D8E0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(209, 216, 224, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--via-black-400 {
    --gradient-via-color: #B9C3D0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 195, 208, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--via-black-500 {
    --gradient-via-color: #A0AEC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--via-black-600 {
    --gradient-via-color: #7E91A9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(126, 145, 169, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--via-black-700 {
    --gradient-via-color: #607590;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 117, 144, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--via-black-800 {
    --gradient-via-color: #49596E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(73, 89, 110, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--via-black-900 {
    --gradient-via-color: #333E4D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(51, 62, 77, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--via-green-100 {
    --gradient-via-color: #DBFAE8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 250, 232, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--via-green-200 {
    --gradient-via-color: #98F0BD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(152, 240, 189, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--via-green-300 {
    --gradient-via-color: #55E792;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 231, 146, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--via-green-400 {
    --gradient-via-color: #1ED269;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 210, 105, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--via-green-500 {
    --gradient-via-color: #148F47;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 143, 71, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--via-green-600 {
    --gradient-via-color: #11743A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 116, 58, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--via-green-700 {
    --gradient-via-color: #0D592D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 89, 45, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--via-green-800 {
    --gradient-via-color: #093E1F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(9, 62, 31, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--via-green-900 {
    --gradient-via-color: #052412;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(5, 36, 18, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--via-red-100 {
    --gradient-via-color: #FDDDE0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 221, 224, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--via-red-200 {
    --gradient-via-color: #FBB2B9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 178, 185, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--via-red-300 {
    --gradient-via-color: #F88792;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 135, 146, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--via-red-400 {
    --gradient-via-color: #F55B6B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 91, 107, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--via-red-500 {
    --gradient-via-color: #F33043;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 48, 67, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--via-red-600 {
    --gradient-via-color: #E30D23;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 13, 35, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--via-red-700 {
    --gradient-via-color: #B20A1B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 10, 27, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--via-red-800 {
    --gradient-via-color: #820814;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(130, 8, 20, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--via-red-900 {
    --gradient-via-color: #52050C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(82, 5, 12, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--to-blue-100 {
    --gradient-to-color: #F4F5FB;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--to-blue-200 {
    --gradient-to-color: #CED2EE;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--to-blue-300 {
    --gradient-to-color: #A8AFE1;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--to-blue-400 {
    --gradient-to-color: #828DD4;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--to-blue-500 {
    --gradient-to-color: #5C6AC7;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--to-blue-600 {
    --gradient-to-color: #3D4DB3;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--to-blue-700 {
    --gradient-to-color: #303C8D;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--to-blue-800 {
    --gradient-to-color: #232C67;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--to-blue-900 {
    --gradient-to-color: #161C41;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--to-black-100 {
    --gradient-to-color: #FFFFFF;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--to-black-200 {
    --gradient-to-color: #EAEDF1;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--to-black-300 {
    --gradient-to-color: #D1D8E0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--to-black-400 {
    --gradient-to-color: #B9C3D0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--to-black-500 {
    --gradient-to-color: #A0AEC0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--to-black-600 {
    --gradient-to-color: #7E91A9;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--to-black-700 {
    --gradient-to-color: #607590;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--to-black-800 {
    --gradient-to-color: #49596E;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--to-black-900 {
    --gradient-to-color: #333E4D;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--to-green-100 {
    --gradient-to-color: #DBFAE8;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--to-green-200 {
    --gradient-to-color: #98F0BD;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--to-green-300 {
    --gradient-to-color: #55E792;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--to-green-400 {
    --gradient-to-color: #1ED269;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--to-green-500 {
    --gradient-to-color: #148F47;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--to-green-600 {
    --gradient-to-color: #11743A;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--to-green-700 {
    --gradient-to-color: #0D592D;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--to-green-800 {
    --gradient-to-color: #093E1F;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--to-green-900 {
    --gradient-to-color: #052412;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--to-red-100 {
    --gradient-to-color: #FDDDE0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--to-red-200 {
    --gradient-to-color: #FBB2B9;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--to-red-300 {
    --gradient-to-color: #F88792;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--to-red-400 {
    --gradient-to-color: #F55B6B;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--to-red-500 {
    --gradient-to-color: #F33043;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--to-red-600 {
    --gradient-to-color: #E30D23;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--to-red-700 {
    --gradient-to-color: #B20A1B;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--to-red-800 {
    --gradient-to-color: #820814;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--to-red-900 {
    --gradient-to-color: #52050C;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--from-blue-100:hover {
    --gradient-from-color: #F4F5FB;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 245, 251, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--from-blue-200:hover {
    --gradient-from-color: #CED2EE;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(206, 210, 238, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--from-blue-300:hover {
    --gradient-from-color: #A8AFE1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(168, 175, 225, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--from-blue-400:hover {
    --gradient-from-color: #828DD4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(130, 141, 212, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--from-blue-500:hover {
    --gradient-from-color: #5C6AC7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(92, 106, 199, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--from-blue-600:hover {
    --gradient-from-color: #3D4DB3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(61, 77, 179, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--from-blue-700:hover {
    --gradient-from-color: #303C8D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(48, 60, 141, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--from-blue-800:hover {
    --gradient-from-color: #232C67;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 44, 103, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--from-blue-900:hover {
    --gradient-from-color: #161C41;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 28, 65, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--from-black-100:hover {
    --gradient-from-color: #FFFFFF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--from-black-200:hover {
    --gradient-from-color: #EAEDF1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 237, 241, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--from-black-300:hover {
    --gradient-from-color: #D1D8E0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(209, 216, 224, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--from-black-400:hover {
    --gradient-from-color: #B9C3D0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 195, 208, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--from-black-500:hover {
    --gradient-from-color: #A0AEC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--from-black-600:hover {
    --gradient-from-color: #7E91A9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(126, 145, 169, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--from-black-700:hover {
    --gradient-from-color: #607590;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 117, 144, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--from-black-800:hover {
    --gradient-from-color: #49596E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(73, 89, 110, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--from-black-900:hover {
    --gradient-from-color: #333E4D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(51, 62, 77, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--from-green-100:hover {
    --gradient-from-color: #DBFAE8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 250, 232, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--from-green-200:hover {
    --gradient-from-color: #98F0BD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(152, 240, 189, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--from-green-300:hover {
    --gradient-from-color: #55E792;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 231, 146, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--from-green-400:hover {
    --gradient-from-color: #1ED269;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 210, 105, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--from-green-500:hover {
    --gradient-from-color: #148F47;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 143, 71, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--from-green-600:hover {
    --gradient-from-color: #11743A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 116, 58, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--from-green-700:hover {
    --gradient-from-color: #0D592D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 89, 45, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--from-green-800:hover {
    --gradient-from-color: #093E1F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(9, 62, 31, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--from-green-900:hover {
    --gradient-from-color: #052412;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(5, 36, 18, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--from-red-100:hover {
    --gradient-from-color: #FDDDE0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 221, 224, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--from-red-200:hover {
    --gradient-from-color: #FBB2B9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 178, 185, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--from-red-300:hover {
    --gradient-from-color: #F88792;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 135, 146, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--from-red-400:hover {
    --gradient-from-color: #F55B6B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 91, 107, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--from-red-500:hover {
    --gradient-from-color: #F33043;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 48, 67, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--from-red-600:hover {
    --gradient-from-color: #E30D23;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 13, 35, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--from-red-700:hover {
    --gradient-from-color: #B20A1B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 10, 27, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--from-red-800:hover {
    --gradient-from-color: #820814;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(130, 8, 20, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--from-red-900:hover {
    --gradient-from-color: #52050C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(82, 5, 12, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--via-blue-100:hover {
    --gradient-via-color: #F4F5FB;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 245, 251, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--via-blue-200:hover {
    --gradient-via-color: #CED2EE;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(206, 210, 238, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--via-blue-300:hover {
    --gradient-via-color: #A8AFE1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(168, 175, 225, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--via-blue-400:hover {
    --gradient-via-color: #828DD4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(130, 141, 212, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--via-blue-500:hover {
    --gradient-via-color: #5C6AC7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(92, 106, 199, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--via-blue-600:hover {
    --gradient-via-color: #3D4DB3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(61, 77, 179, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--via-blue-700:hover {
    --gradient-via-color: #303C8D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(48, 60, 141, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--via-blue-800:hover {
    --gradient-via-color: #232C67;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 44, 103, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--via-blue-900:hover {
    --gradient-via-color: #161C41;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 28, 65, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--via-black-100:hover {
    --gradient-via-color: #FFFFFF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--via-black-200:hover {
    --gradient-via-color: #EAEDF1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 237, 241, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--via-black-300:hover {
    --gradient-via-color: #D1D8E0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(209, 216, 224, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--via-black-400:hover {
    --gradient-via-color: #B9C3D0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 195, 208, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--via-black-500:hover {
    --gradient-via-color: #A0AEC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--via-black-600:hover {
    --gradient-via-color: #7E91A9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(126, 145, 169, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--via-black-700:hover {
    --gradient-via-color: #607590;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 117, 144, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--via-black-800:hover {
    --gradient-via-color: #49596E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(73, 89, 110, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--via-black-900:hover {
    --gradient-via-color: #333E4D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(51, 62, 77, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--via-green-100:hover {
    --gradient-via-color: #DBFAE8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 250, 232, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--via-green-200:hover {
    --gradient-via-color: #98F0BD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(152, 240, 189, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--via-green-300:hover {
    --gradient-via-color: #55E792;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 231, 146, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--via-green-400:hover {
    --gradient-via-color: #1ED269;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 210, 105, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--via-green-500:hover {
    --gradient-via-color: #148F47;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 143, 71, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--via-green-600:hover {
    --gradient-via-color: #11743A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 116, 58, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--via-green-700:hover {
    --gradient-via-color: #0D592D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 89, 45, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--via-green-800:hover {
    --gradient-via-color: #093E1F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(9, 62, 31, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--via-green-900:hover {
    --gradient-via-color: #052412;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(5, 36, 18, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--via-red-100:hover {
    --gradient-via-color: #FDDDE0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 221, 224, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--via-red-200:hover {
    --gradient-via-color: #FBB2B9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 178, 185, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--via-red-300:hover {
    --gradient-via-color: #F88792;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 135, 146, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--via-red-400:hover {
    --gradient-via-color: #F55B6B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 91, 107, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--via-red-500:hover {
    --gradient-via-color: #F33043;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 48, 67, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--via-red-600:hover {
    --gradient-via-color: #E30D23;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 13, 35, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--via-red-700:hover {
    --gradient-via-color: #B20A1B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 10, 27, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--via-red-800:hover {
    --gradient-via-color: #820814;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(130, 8, 20, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--via-red-900:hover {
    --gradient-via-color: #52050C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(82, 5, 12, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--to-blue-100:hover {
    --gradient-to-color: #F4F5FB;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--to-blue-200:hover {
    --gradient-to-color: #CED2EE;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--to-blue-300:hover {
    --gradient-to-color: #A8AFE1;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--to-blue-400:hover {
    --gradient-to-color: #828DD4;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--to-blue-500:hover {
    --gradient-to-color: #5C6AC7;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--to-blue-600:hover {
    --gradient-to-color: #3D4DB3;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--to-blue-700:hover {
    --gradient-to-color: #303C8D;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--to-blue-800:hover {
    --gradient-to-color: #232C67;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--to-blue-900:hover {
    --gradient-to-color: #161C41;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--to-black-100:hover {
    --gradient-to-color: #FFFFFF;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--to-black-200:hover {
    --gradient-to-color: #EAEDF1;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--to-black-300:hover {
    --gradient-to-color: #D1D8E0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--to-black-400:hover {
    --gradient-to-color: #B9C3D0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--to-black-500:hover {
    --gradient-to-color: #A0AEC0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--to-black-600:hover {
    --gradient-to-color: #7E91A9;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--to-black-700:hover {
    --gradient-to-color: #607590;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--to-black-800:hover {
    --gradient-to-color: #49596E;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--to-black-900:hover {
    --gradient-to-color: #333E4D;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--to-green-100:hover {
    --gradient-to-color: #DBFAE8;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--to-green-200:hover {
    --gradient-to-color: #98F0BD;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--to-green-300:hover {
    --gradient-to-color: #55E792;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--to-green-400:hover {
    --gradient-to-color: #1ED269;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--to-green-500:hover {
    --gradient-to-color: #148F47;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--to-green-600:hover {
    --gradient-to-color: #11743A;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--to-green-700:hover {
    --gradient-to-color: #0D592D;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--to-green-800:hover {
    --gradient-to-color: #093E1F;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--to-green-900:hover {
    --gradient-to-color: #052412;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--to-red-100:hover {
    --gradient-to-color: #FDDDE0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--to-red-200:hover {
    --gradient-to-color: #FBB2B9;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--to-red-300:hover {
    --gradient-to-color: #F88792;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--to-red-400:hover {
    --gradient-to-color: #F55B6B;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--to-red-500:hover {
    --gradient-to-color: #F33043;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--to-red-600:hover {
    --gradient-to-color: #E30D23;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--to-red-700:hover {
    --gradient-to-color: #B20A1B;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--to-red-800:hover {
    --gradient-to-color: #820814;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--to-red-900:hover {
    --gradient-to-color: #52050C;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--from-blue-100:focus {
    --gradient-from-color: #F4F5FB;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 245, 251, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--from-blue-200:focus {
    --gradient-from-color: #CED2EE;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(206, 210, 238, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--from-blue-300:focus {
    --gradient-from-color: #A8AFE1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(168, 175, 225, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--from-blue-400:focus {
    --gradient-from-color: #828DD4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(130, 141, 212, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--from-blue-500:focus {
    --gradient-from-color: #5C6AC7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(92, 106, 199, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--from-blue-600:focus {
    --gradient-from-color: #3D4DB3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(61, 77, 179, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--from-blue-700:focus {
    --gradient-from-color: #303C8D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(48, 60, 141, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--from-blue-800:focus {
    --gradient-from-color: #232C67;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 44, 103, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--from-blue-900:focus {
    --gradient-from-color: #161C41;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 28, 65, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--from-black-100:focus {
    --gradient-from-color: #FFFFFF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--from-black-200:focus {
    --gradient-from-color: #EAEDF1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 237, 241, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--from-black-300:focus {
    --gradient-from-color: #D1D8E0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(209, 216, 224, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--from-black-400:focus {
    --gradient-from-color: #B9C3D0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 195, 208, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--from-black-500:focus {
    --gradient-from-color: #A0AEC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--from-black-600:focus {
    --gradient-from-color: #7E91A9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(126, 145, 169, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--from-black-700:focus {
    --gradient-from-color: #607590;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 117, 144, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--from-black-800:focus {
    --gradient-from-color: #49596E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(73, 89, 110, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--from-black-900:focus {
    --gradient-from-color: #333E4D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(51, 62, 77, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--from-green-100:focus {
    --gradient-from-color: #DBFAE8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 250, 232, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--from-green-200:focus {
    --gradient-from-color: #98F0BD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(152, 240, 189, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--from-green-300:focus {
    --gradient-from-color: #55E792;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 231, 146, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--from-green-400:focus {
    --gradient-from-color: #1ED269;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 210, 105, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--from-green-500:focus {
    --gradient-from-color: #148F47;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 143, 71, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--from-green-600:focus {
    --gradient-from-color: #11743A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 116, 58, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--from-green-700:focus {
    --gradient-from-color: #0D592D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 89, 45, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--from-green-800:focus {
    --gradient-from-color: #093E1F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(9, 62, 31, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--from-green-900:focus {
    --gradient-from-color: #052412;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(5, 36, 18, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--from-red-100:focus {
    --gradient-from-color: #FDDDE0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 221, 224, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--from-red-200:focus {
    --gradient-from-color: #FBB2B9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 178, 185, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--from-red-300:focus {
    --gradient-from-color: #F88792;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 135, 146, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--from-red-400:focus {
    --gradient-from-color: #F55B6B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 91, 107, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--from-red-500:focus {
    --gradient-from-color: #F33043;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 48, 67, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--from-red-600:focus {
    --gradient-from-color: #E30D23;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 13, 35, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--from-red-700:focus {
    --gradient-from-color: #B20A1B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 10, 27, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--from-red-800:focus {
    --gradient-from-color: #820814;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(130, 8, 20, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--from-red-900:focus {
    --gradient-from-color: #52050C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(82, 5, 12, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--via-blue-100:focus {
    --gradient-via-color: #F4F5FB;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 245, 251, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--via-blue-200:focus {
    --gradient-via-color: #CED2EE;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(206, 210, 238, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--via-blue-300:focus {
    --gradient-via-color: #A8AFE1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(168, 175, 225, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--via-blue-400:focus {
    --gradient-via-color: #828DD4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(130, 141, 212, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--via-blue-500:focus {
    --gradient-via-color: #5C6AC7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(92, 106, 199, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--via-blue-600:focus {
    --gradient-via-color: #3D4DB3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(61, 77, 179, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--via-blue-700:focus {
    --gradient-via-color: #303C8D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(48, 60, 141, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--via-blue-800:focus {
    --gradient-via-color: #232C67;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 44, 103, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--via-blue-900:focus {
    --gradient-via-color: #161C41;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 28, 65, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--via-black-100:focus {
    --gradient-via-color: #FFFFFF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--via-black-200:focus {
    --gradient-via-color: #EAEDF1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 237, 241, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--via-black-300:focus {
    --gradient-via-color: #D1D8E0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(209, 216, 224, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--via-black-400:focus {
    --gradient-via-color: #B9C3D0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 195, 208, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--via-black-500:focus {
    --gradient-via-color: #A0AEC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--via-black-600:focus {
    --gradient-via-color: #7E91A9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(126, 145, 169, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--via-black-700:focus {
    --gradient-via-color: #607590;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 117, 144, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--via-black-800:focus {
    --gradient-via-color: #49596E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(73, 89, 110, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--via-black-900:focus {
    --gradient-via-color: #333E4D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(51, 62, 77, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--via-green-100:focus {
    --gradient-via-color: #DBFAE8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 250, 232, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--via-green-200:focus {
    --gradient-via-color: #98F0BD;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(152, 240, 189, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--via-green-300:focus {
    --gradient-via-color: #55E792;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 231, 146, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--via-green-400:focus {
    --gradient-via-color: #1ED269;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 210, 105, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--via-green-500:focus {
    --gradient-via-color: #148F47;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 143, 71, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--via-green-600:focus {
    --gradient-via-color: #11743A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 116, 58, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--via-green-700:focus {
    --gradient-via-color: #0D592D;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 89, 45, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--via-green-800:focus {
    --gradient-via-color: #093E1F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(9, 62, 31, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--via-green-900:focus {
    --gradient-via-color: #052412;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(5, 36, 18, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--via-red-100:focus {
    --gradient-via-color: #FDDDE0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 221, 224, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--via-red-200:focus {
    --gradient-via-color: #FBB2B9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 178, 185, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--via-red-300:focus {
    --gradient-via-color: #F88792;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 135, 146, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--via-red-400:focus {
    --gradient-via-color: #F55B6B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 91, 107, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--via-red-500:focus {
    --gradient-via-color: #F33043;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 48, 67, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--via-red-600:focus {
    --gradient-via-color: #E30D23;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 13, 35, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--via-red-700:focus {
    --gradient-via-color: #B20A1B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 10, 27, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--via-red-800:focus {
    --gradient-via-color: #820814;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(130, 8, 20, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--via-red-900:focus {
    --gradient-via-color: #52050C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(82, 5, 12, 0));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--to-blue-100:focus {
    --gradient-to-color: #F4F5FB;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--to-blue-200:focus {
    --gradient-to-color: #CED2EE;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--to-blue-300:focus {
    --gradient-to-color: #A8AFE1;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--to-blue-400:focus {
    --gradient-to-color: #828DD4;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--to-blue-500:focus {
    --gradient-to-color: #5C6AC7;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--to-blue-600:focus {
    --gradient-to-color: #3D4DB3;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--to-blue-700:focus {
    --gradient-to-color: #303C8D;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--to-blue-800:focus {
    --gradient-to-color: #232C67;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--to-blue-900:focus {
    --gradient-to-color: #161C41;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--to-black-100:focus {
    --gradient-to-color: #FFFFFF;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--to-black-200:focus {
    --gradient-to-color: #EAEDF1;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--to-black-300:focus {
    --gradient-to-color: #D1D8E0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--to-black-400:focus {
    --gradient-to-color: #B9C3D0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--to-black-500:focus {
    --gradient-to-color: #A0AEC0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--to-black-600:focus {
    --gradient-to-color: #7E91A9;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--to-black-700:focus {
    --gradient-to-color: #607590;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--to-black-800:focus {
    --gradient-to-color: #49596E;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--to-black-900:focus {
    --gradient-to-color: #333E4D;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--to-green-100:focus {
    --gradient-to-color: #DBFAE8;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--to-green-200:focus {
    --gradient-to-color: #98F0BD;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--to-green-300:focus {
    --gradient-to-color: #55E792;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--to-green-400:focus {
    --gradient-to-color: #1ED269;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--to-green-500:focus {
    --gradient-to-color: #148F47;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--to-green-600:focus {
    --gradient-to-color: #11743A;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--to-green-700:focus {
    --gradient-to-color: #0D592D;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--to-green-800:focus {
    --gradient-to-color: #093E1F;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--to-green-900:focus {
    --gradient-to-color: #052412;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--to-red-100:focus {
    --gradient-to-color: #FDDDE0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--to-red-200:focus {
    --gradient-to-color: #FBB2B9;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--to-red-300:focus {
    --gradient-to-color: #F88792;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--to-red-400:focus {
    --gradient-to-color: #F55B6B;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--to-red-500:focus {
    --gradient-to-color: #F33043;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--to-red-600:focus {
    --gradient-to-color: #E30D23;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--to-red-700:focus {
    --gradient-to-color: #B20A1B;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--to-red-800:focus {
    --gradient-to-color: #820814;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--to-red-900:focus {
    --gradient-to-color: #52050C;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-opacity-0 {
    --bg-opacity: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-opacity-25 {
    --bg-opacity: 0.25;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-opacity-50 {
    --bg-opacity: 0.5;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-opacity-75 {
    --bg-opacity: 0.75;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-opacity-100 {
    --bg-opacity: 1;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--bg-opacity-0:hover {
    --bg-opacity: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--bg-opacity-25:hover {
    --bg-opacity: 0.25;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--bg-opacity-50:hover {
    --bg-opacity: 0.5;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--bg-opacity-75:hover {
    --bg-opacity: 0.75;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--bg-opacity-100:hover {
    --bg-opacity: 1;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--bg-opacity-0:focus {
    --bg-opacity: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--bg-opacity-25:focus {
    --bg-opacity: 0.25;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--bg-opacity-50:focus {
    --bg-opacity: 0.5;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--bg-opacity-75:focus {
    --bg-opacity: 0.75;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--bg-opacity-100:focus {
    --bg-opacity: 1;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-bottom {
    background-position: bottom;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-center {
    background-position: center;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-left {
    background-position: left;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-left-bottom {
    background-position: left bottom;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-left-top {
    background-position: left top;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-right {
    background-position: right;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-right-bottom {
    background-position: right bottom;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-right-top {
    background-position: right top;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-top {
    background-position: top;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-repeat {
    background-repeat: repeat;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-no-repeat {
    background-repeat: no-repeat;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-repeat-x {
    background-repeat: repeat-x;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-repeat-y {
    background-repeat: repeat-y;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-repeat-round {
    background-repeat: round;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-repeat-space {
    background-repeat: space;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-auto {
    background-size: auto;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-cover {
    background-size: cover;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bg-contain {
    background-size: contain;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-collapse {
    border-collapse: collapse;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-separate {
    border-collapse: separate;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-blue-100 {
    --border-opacity: 1;
    border-color: #F4F5FB;
    border-color: rgba(244, 245, 251, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-blue-200 {
    --border-opacity: 1;
    border-color: #CED2EE;
    border-color: rgba(206, 210, 238, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-blue-300 {
    --border-opacity: 1;
    border-color: #A8AFE1;
    border-color: rgba(168, 175, 225, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-blue-400 {
    --border-opacity: 1;
    border-color: #828DD4;
    border-color: rgba(130, 141, 212, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-blue-500 {
    --border-opacity: 1;
    border-color: #5C6AC7;
    border-color: rgba(92, 106, 199, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-blue-600 {
    --border-opacity: 1;
    border-color: #3D4DB3;
    border-color: rgba(61, 77, 179, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-blue-700 {
    --border-opacity: 1;
    border-color: #303C8D;
    border-color: rgba(48, 60, 141, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-blue-800 {
    --border-opacity: 1;
    border-color: #232C67;
    border-color: rgba(35, 44, 103, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-blue-900 {
    --border-opacity: 1;
    border-color: #161C41;
    border-color: rgba(22, 28, 65, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-black-100 {
    --border-opacity: 1;
    border-color: #FFFFFF;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-black-200 {
    --border-opacity: 1;
    border-color: #EAEDF1;
    border-color: rgba(234, 237, 241, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-black-300 {
    --border-opacity: 1;
    border-color: #D1D8E0;
    border-color: rgba(209, 216, 224, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-black-400 {
    --border-opacity: 1;
    border-color: #B9C3D0;
    border-color: rgba(185, 195, 208, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-black-500 {
    --border-opacity: 1;
    border-color: #A0AEC0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-black-600 {
    --border-opacity: 1;
    border-color: #7E91A9;
    border-color: rgba(126, 145, 169, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-black-700 {
    --border-opacity: 1;
    border-color: #607590;
    border-color: rgba(96, 117, 144, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-black-800 {
    --border-opacity: 1;
    border-color: #49596E;
    border-color: rgba(73, 89, 110, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-black-900 {
    --border-opacity: 1;
    border-color: #333E4D;
    border-color: rgba(51, 62, 77, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-green-100 {
    --border-opacity: 1;
    border-color: #DBFAE8;
    border-color: rgba(219, 250, 232, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-green-200 {
    --border-opacity: 1;
    border-color: #98F0BD;
    border-color: rgba(152, 240, 189, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-green-300 {
    --border-opacity: 1;
    border-color: #55E792;
    border-color: rgba(85, 231, 146, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-green-400 {
    --border-opacity: 1;
    border-color: #1ED269;
    border-color: rgba(30, 210, 105, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-green-500 {
    --border-opacity: 1;
    border-color: #148F47;
    border-color: rgba(20, 143, 71, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-green-600 {
    --border-opacity: 1;
    border-color: #11743A;
    border-color: rgba(17, 116, 58, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-green-700 {
    --border-opacity: 1;
    border-color: #0D592D;
    border-color: rgba(13, 89, 45, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-green-800 {
    --border-opacity: 1;
    border-color: #093E1F;
    border-color: rgba(9, 62, 31, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-green-900 {
    --border-opacity: 1;
    border-color: #052412;
    border-color: rgba(5, 36, 18, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-red-100 {
    --border-opacity: 1;
    border-color: #FDDDE0;
    border-color: rgba(253, 221, 224, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-red-200 {
    --border-opacity: 1;
    border-color: #FBB2B9;
    border-color: rgba(251, 178, 185, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-red-300 {
    --border-opacity: 1;
    border-color: #F88792;
    border-color: rgba(248, 135, 146, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-red-400 {
    --border-opacity: 1;
    border-color: #F55B6B;
    border-color: rgba(245, 91, 107, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-red-500 {
    --border-opacity: 1;
    border-color: #F33043;
    border-color: rgba(243, 48, 67, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-red-600 {
    --border-opacity: 1;
    border-color: #E30D23;
    border-color: rgba(227, 13, 35, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-red-700 {
    --border-opacity: 1;
    border-color: #B20A1B;
    border-color: rgba(178, 10, 27, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-red-800 {
    --border-opacity: 1;
    border-color: #820814;
    border-color: rgba(130, 8, 20, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-red-900 {
    --border-opacity: 1;
    border-color: #52050C;
    border-color: rgba(82, 5, 12, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--border-blue-100:hover {
    --border-opacity: 1;
    border-color: #F4F5FB;
    border-color: rgba(244, 245, 251, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--border-blue-200:hover {
    --border-opacity: 1;
    border-color: #CED2EE;
    border-color: rgba(206, 210, 238, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--border-blue-300:hover {
    --border-opacity: 1;
    border-color: #A8AFE1;
    border-color: rgba(168, 175, 225, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--border-blue-400:hover {
    --border-opacity: 1;
    border-color: #828DD4;
    border-color: rgba(130, 141, 212, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--border-blue-500:hover {
    --border-opacity: 1;
    border-color: #5C6AC7;
    border-color: rgba(92, 106, 199, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--border-blue-600:hover {
    --border-opacity: 1;
    border-color: #3D4DB3;
    border-color: rgba(61, 77, 179, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--border-blue-700:hover {
    --border-opacity: 1;
    border-color: #303C8D;
    border-color: rgba(48, 60, 141, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--border-blue-800:hover {
    --border-opacity: 1;
    border-color: #232C67;
    border-color: rgba(35, 44, 103, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--border-blue-900:hover {
    --border-opacity: 1;
    border-color: #161C41;
    border-color: rgba(22, 28, 65, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--border-black-100:hover {
    --border-opacity: 1;
    border-color: #FFFFFF;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--border-black-200:hover {
    --border-opacity: 1;
    border-color: #EAEDF1;
    border-color: rgba(234, 237, 241, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--border-black-300:hover {
    --border-opacity: 1;
    border-color: #D1D8E0;
    border-color: rgba(209, 216, 224, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--border-black-400:hover {
    --border-opacity: 1;
    border-color: #B9C3D0;
    border-color: rgba(185, 195, 208, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--border-black-500:hover {
    --border-opacity: 1;
    border-color: #A0AEC0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--border-black-600:hover {
    --border-opacity: 1;
    border-color: #7E91A9;
    border-color: rgba(126, 145, 169, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--border-black-700:hover {
    --border-opacity: 1;
    border-color: #607590;
    border-color: rgba(96, 117, 144, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--border-black-800:hover {
    --border-opacity: 1;
    border-color: #49596E;
    border-color: rgba(73, 89, 110, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--border-black-900:hover {
    --border-opacity: 1;
    border-color: #333E4D;
    border-color: rgba(51, 62, 77, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--border-green-100:hover {
    --border-opacity: 1;
    border-color: #DBFAE8;
    border-color: rgba(219, 250, 232, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--border-green-200:hover {
    --border-opacity: 1;
    border-color: #98F0BD;
    border-color: rgba(152, 240, 189, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--border-green-300:hover {
    --border-opacity: 1;
    border-color: #55E792;
    border-color: rgba(85, 231, 146, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--border-green-400:hover {
    --border-opacity: 1;
    border-color: #1ED269;
    border-color: rgba(30, 210, 105, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--border-green-500:hover {
    --border-opacity: 1;
    border-color: #148F47;
    border-color: rgba(20, 143, 71, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--border-green-600:hover {
    --border-opacity: 1;
    border-color: #11743A;
    border-color: rgba(17, 116, 58, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--border-green-700:hover {
    --border-opacity: 1;
    border-color: #0D592D;
    border-color: rgba(13, 89, 45, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--border-green-800:hover {
    --border-opacity: 1;
    border-color: #093E1F;
    border-color: rgba(9, 62, 31, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--border-green-900:hover {
    --border-opacity: 1;
    border-color: #052412;
    border-color: rgba(5, 36, 18, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--border-red-100:hover {
    --border-opacity: 1;
    border-color: #FDDDE0;
    border-color: rgba(253, 221, 224, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--border-red-200:hover {
    --border-opacity: 1;
    border-color: #FBB2B9;
    border-color: rgba(251, 178, 185, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--border-red-300:hover {
    --border-opacity: 1;
    border-color: #F88792;
    border-color: rgba(248, 135, 146, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--border-red-400:hover {
    --border-opacity: 1;
    border-color: #F55B6B;
    border-color: rgba(245, 91, 107, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--border-red-500:hover {
    --border-opacity: 1;
    border-color: #F33043;
    border-color: rgba(243, 48, 67, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--border-red-600:hover {
    --border-opacity: 1;
    border-color: #E30D23;
    border-color: rgba(227, 13, 35, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--border-red-700:hover {
    --border-opacity: 1;
    border-color: #B20A1B;
    border-color: rgba(178, 10, 27, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--border-red-800:hover {
    --border-opacity: 1;
    border-color: #820814;
    border-color: rgba(130, 8, 20, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--border-red-900:hover {
    --border-opacity: 1;
    border-color: #52050C;
    border-color: rgba(82, 5, 12, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--border-blue-100:focus {
    --border-opacity: 1;
    border-color: #F4F5FB;
    border-color: rgba(244, 245, 251, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--border-blue-200:focus {
    --border-opacity: 1;
    border-color: #CED2EE;
    border-color: rgba(206, 210, 238, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--border-blue-300:focus {
    --border-opacity: 1;
    border-color: #A8AFE1;
    border-color: rgba(168, 175, 225, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--border-blue-400:focus {
    --border-opacity: 1;
    border-color: #828DD4;
    border-color: rgba(130, 141, 212, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--border-blue-500:focus {
    --border-opacity: 1;
    border-color: #5C6AC7;
    border-color: rgba(92, 106, 199, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--border-blue-600:focus {
    --border-opacity: 1;
    border-color: #3D4DB3;
    border-color: rgba(61, 77, 179, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--border-blue-700:focus {
    --border-opacity: 1;
    border-color: #303C8D;
    border-color: rgba(48, 60, 141, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--border-blue-800:focus {
    --border-opacity: 1;
    border-color: #232C67;
    border-color: rgba(35, 44, 103, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--border-blue-900:focus {
    --border-opacity: 1;
    border-color: #161C41;
    border-color: rgba(22, 28, 65, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--border-black-100:focus {
    --border-opacity: 1;
    border-color: #FFFFFF;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--border-black-200:focus {
    --border-opacity: 1;
    border-color: #EAEDF1;
    border-color: rgba(234, 237, 241, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--border-black-300:focus {
    --border-opacity: 1;
    border-color: #D1D8E0;
    border-color: rgba(209, 216, 224, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--border-black-400:focus {
    --border-opacity: 1;
    border-color: #B9C3D0;
    border-color: rgba(185, 195, 208, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--border-black-500:focus {
    --border-opacity: 1;
    border-color: #A0AEC0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--border-black-600:focus {
    --border-opacity: 1;
    border-color: #7E91A9;
    border-color: rgba(126, 145, 169, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--border-black-700:focus {
    --border-opacity: 1;
    border-color: #607590;
    border-color: rgba(96, 117, 144, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--border-black-800:focus {
    --border-opacity: 1;
    border-color: #49596E;
    border-color: rgba(73, 89, 110, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--border-black-900:focus {
    --border-opacity: 1;
    border-color: #333E4D;
    border-color: rgba(51, 62, 77, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--border-green-100:focus {
    --border-opacity: 1;
    border-color: #DBFAE8;
    border-color: rgba(219, 250, 232, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--border-green-200:focus {
    --border-opacity: 1;
    border-color: #98F0BD;
    border-color: rgba(152, 240, 189, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--border-green-300:focus {
    --border-opacity: 1;
    border-color: #55E792;
    border-color: rgba(85, 231, 146, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--border-green-400:focus {
    --border-opacity: 1;
    border-color: #1ED269;
    border-color: rgba(30, 210, 105, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--border-green-500:focus {
    --border-opacity: 1;
    border-color: #148F47;
    border-color: rgba(20, 143, 71, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--border-green-600:focus {
    --border-opacity: 1;
    border-color: #11743A;
    border-color: rgba(17, 116, 58, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--border-green-700:focus {
    --border-opacity: 1;
    border-color: #0D592D;
    border-color: rgba(13, 89, 45, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--border-green-800:focus {
    --border-opacity: 1;
    border-color: #093E1F;
    border-color: rgba(9, 62, 31, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--border-green-900:focus {
    --border-opacity: 1;
    border-color: #052412;
    border-color: rgba(5, 36, 18, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--border-red-100:focus {
    --border-opacity: 1;
    border-color: #FDDDE0;
    border-color: rgba(253, 221, 224, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--border-red-200:focus {
    --border-opacity: 1;
    border-color: #FBB2B9;
    border-color: rgba(251, 178, 185, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--border-red-300:focus {
    --border-opacity: 1;
    border-color: #F88792;
    border-color: rgba(248, 135, 146, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--border-red-400:focus {
    --border-opacity: 1;
    border-color: #F55B6B;
    border-color: rgba(245, 91, 107, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--border-red-500:focus {
    --border-opacity: 1;
    border-color: #F33043;
    border-color: rgba(243, 48, 67, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--border-red-600:focus {
    --border-opacity: 1;
    border-color: #E30D23;
    border-color: rgba(227, 13, 35, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--border-red-700:focus {
    --border-opacity: 1;
    border-color: #B20A1B;
    border-color: rgba(178, 10, 27, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--border-red-800:focus {
    --border-opacity: 1;
    border-color: #820814;
    border-color: rgba(130, 8, 20, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--border-red-900:focus {
    --border-opacity: 1;
    border-color: #52050C;
    border-color: rgba(82, 5, 12, var(--border-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-opacity-0 {
    --border-opacity: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-opacity-25 {
    --border-opacity: 0.25;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-opacity-50 {
    --border-opacity: 0.5;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-opacity-75 {
    --border-opacity: 0.75;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-opacity-100 {
    --border-opacity: 1;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--border-opacity-0:hover {
    --border-opacity: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--border-opacity-25:hover {
    --border-opacity: 0.25;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--border-opacity-50:hover {
    --border-opacity: 0.5;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--border-opacity-75:hover {
    --border-opacity: 0.75;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--border-opacity-100:hover {
    --border-opacity: 1;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--border-opacity-0:focus {
    --border-opacity: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--border-opacity-25:focus {
    --border-opacity: 0.25;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--border-opacity-50:focus {
    --border-opacity: 0.5;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--border-opacity-75:focus {
    --border-opacity: 0.75;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--border-opacity-100:focus {
    --border-opacity: 1;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-none {
    border-radius: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-sm {
    border-radius: 0.125rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded {
    border-radius: 0.25rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-md {
    border-radius: 0.375rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-lg {
    border-radius: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-xl {
    border-radius: 0.75rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-2xl {
    border-radius: 1rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-3xl {
    border-radius: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-full {
    border-radius: 9999px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-tl-none {
    border-top-left-radius: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-tr-none {
    border-top-right-radius: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-br-none {
    border-bottom-right-radius: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-bl-none {
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-tl {
    border-top-left-radius: 0.25rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-tr {
    border-top-right-radius: 0.25rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-br {
    border-bottom-right-radius: 0.25rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-tl-full {
    border-top-left-radius: 9999px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-tr-full {
    border-top-right-radius: 9999px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-br-full {
    border-bottom-right-radius: 9999px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-solid {
    border-style: solid;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-dashed {
    border-style: dashed;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-dotted {
    border-style: dotted;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-double {
    border-style: double;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-none {
    border-style: none;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-0 {
    border-width: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-2 {
    border-width: 2px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-4 {
    border-width: 4px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-8 {
    border-width: 8px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border {
    border-width: 1px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-t-0 {
    border-top-width: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-r-0 {
    border-right-width: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-b-0 {
    border-bottom-width: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-l-0 {
    border-left-width: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-t-2 {
    border-top-width: 2px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-r-2 {
    border-right-width: 2px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-b-2 {
    border-bottom-width: 2px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-l-2 {
    border-left-width: 2px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-t-4 {
    border-top-width: 4px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-r-4 {
    border-right-width: 4px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-b-4 {
    border-bottom-width: 4px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-l-4 {
    border-left-width: 4px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-t-8 {
    border-top-width: 8px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-r-8 {
    border-right-width: 8px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-b-8 {
    border-bottom-width: 8px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-l-8 {
    border-left-width: 8px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-t {
    border-top-width: 1px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-r {
    border-right-width: 1px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-b {
    border-bottom-width: 1px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--border-l {
    border-left-width: 1px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--box-border {
    box-sizing: border-box;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--box-content {
    box-sizing: content-box;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--cursor-auto {
    cursor: auto;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--cursor-default {
    cursor: default;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--cursor-pointer {
    cursor: pointer;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--cursor-wait {
    cursor: wait;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--cursor-text {
    cursor: text;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--cursor-move {
    cursor: move;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--cursor-not-allowed {
    cursor: not-allowed;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--block {
    display: block;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--inline-block {
    display: inline-block;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--inline {
    display: inline;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--flex {
    display: flex;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--inline-flex {
    display: inline-flex;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--table {
    display: table;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--table-caption {
    display: table-caption;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--table-cell {
    display: table-cell;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--table-column {
    display: table-column;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--table-column-group {
    display: table-column-group;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--table-footer-group {
    display: table-footer-group;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--table-header-group {
    display: table-header-group;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--table-row-group {
    display: table-row-group;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--table-row {
    display: table-row;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--flow-root {
    display: flow-root;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--grid {
    display: grid;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--inline-grid {
    display: inline-grid;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--contents {
    display: contents;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hidden {
    display: none;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--flex-row {
    flex-direction: row;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--flex-row-reverse {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--flex-col {
    flex-direction: column;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--flex-col-reverse {
    flex-direction: column-reverse;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--flex-wrap {
    flex-wrap: wrap;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--flex-no-wrap {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--place-items-auto {
    place-items: auto;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--place-items-start {
    place-items: start;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--place-items-end {
    place-items: end;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--place-items-center {
    place-items: center;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--place-items-stretch {
    place-items: stretch;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--place-content-center {
    place-content: center;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--place-content-start {
    place-content: start;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--place-content-end {
    place-content: end;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--place-content-between {
    place-content: space-between;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--place-content-around {
    place-content: space-around;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--place-content-evenly {
    place-content: space-evenly;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--place-content-stretch {
    place-content: stretch;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--place-self-auto {
    place-self: auto;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--place-self-start {
    place-self: start;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--place-self-end {
    place-self: end;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--place-self-center {
    place-self: center;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--place-self-stretch {
    place-self: stretch;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--items-start {
    align-items: flex-start;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--items-end {
    align-items: flex-end;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--items-center {
    align-items: center;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--items-baseline {
    align-items: baseline;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--items-stretch {
    align-items: stretch;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--content-center {
    align-content: center;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--content-start {
    align-content: flex-start;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--content-end {
    align-content: flex-end;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--content-between {
    align-content: space-between;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--content-around {
    align-content: space-around;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--content-evenly {
    align-content: space-evenly;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--self-auto {
    align-self: auto;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--self-start {
    align-self: flex-start;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--self-end {
    align-self: flex-end;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--self-center {
    align-self: center;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--self-stretch {
    align-self: stretch;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--justify-items-auto {
    justify-items: auto;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--justify-items-start {
    justify-items: start;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--justify-items-end {
    justify-items: end;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--justify-items-center {
    justify-items: center;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--justify-items-stretch {
    justify-items: stretch;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--justify-start {
    justify-content: flex-start;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--justify-end {
    justify-content: flex-end;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--justify-center {
    justify-content: center;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--justify-between {
    justify-content: space-between;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--justify-around {
    justify-content: space-around;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--justify-evenly {
    justify-content: space-evenly;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--justify-self-auto {
    justify-self: auto;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--justify-self-start {
    justify-self: start;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--justify-self-end {
    justify-self: end;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--justify-self-center {
    justify-self: center;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--justify-self-stretch {
    justify-self: stretch;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--flex-1 {
    flex: 1 1 0%;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--flex-auto {
    flex: 1 1 auto;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--flex-initial {
    flex: 0 1 auto;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--flex-none {
    flex: none;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--flex-grow-0 {
    flex-grow: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--flex-grow {
    flex-grow: 1;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--flex-shrink-0 {
    flex-shrink: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--flex-shrink {
    flex-shrink: 1;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--order-1 {
    order: 1;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--order-2 {
    order: 2;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--order-3 {
    order: 3;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--order-4 {
    order: 4;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--order-5 {
    order: 5;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--order-6 {
    order: 6;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--order-7 {
    order: 7;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--order-8 {
    order: 8;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--order-9 {
    order: 9;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--order-10 {
    order: 10;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--order-11 {
    order: 11;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--order-12 {
    order: 12;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--order-first {
    order: -9999;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--order-last {
    order: 9999;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--order-none {
    order: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--float-right {
    float: right;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--float-left {
    float: left;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--float-none {
    float: none;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--clear-left {
    clear: left;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--clear-right {
    clear: right;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--clear-both {
    clear: both;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--clear-none {
    clear: none;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--font-sans {
    font-family: 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";
  }
}
@media (min-width: 1280px) {
  .vpt .xl--font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--font-hairline {
    font-weight: 100;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--font-thin {
    font-weight: 200;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--font-light {
    font-weight: 300;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--font-normal {
    font-weight: 400;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--font-medium {
    font-weight: 500;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--font-semibold {
    font-weight: 600;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--font-bold {
    font-weight: 700;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--font-extrabold {
    font-weight: 800;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--font-black {
    font-weight: 900;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--font-hairline:hover {
    font-weight: 100;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--font-thin:hover {
    font-weight: 200;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--font-light:hover {
    font-weight: 300;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--font-normal:hover {
    font-weight: 400;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--font-medium:hover {
    font-weight: 500;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--font-semibold:hover {
    font-weight: 600;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--font-bold:hover {
    font-weight: 700;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--font-extrabold:hover {
    font-weight: 800;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--font-black:hover {
    font-weight: 900;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--font-hairline:focus {
    font-weight: 100;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--font-thin:focus {
    font-weight: 200;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--font-light:focus {
    font-weight: 300;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--font-normal:focus {
    font-weight: 400;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--font-medium:focus {
    font-weight: 500;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--font-semibold:focus {
    font-weight: 600;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--font-bold:focus {
    font-weight: 700;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--font-extrabold:focus {
    font-weight: 800;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--font-black:focus {
    font-weight: 900;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--h-0 {
    height: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--h-5 {
    height: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--h-10 {
    height: 1rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--h-15 {
    height: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--h-20 {
    height: 2rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--h-30 {
    height: 3rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--h-40 {
    height: 4rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--h-50 {
    height: 5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--h-100 {
    height: 10rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--h-auto {
    height: auto;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--h-px {
    height: 1px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--h-full {
    height: 100%;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--h-screen {
    height: 100vh;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--text-sm {
    font-size: 1.3rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--text-base {
    font-size: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--text-lg {
    font-size: 2rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--text-xl {
    font-size: 3rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--text-disp {
    font-size: 4.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--leading-3 {
    line-height: 0.75rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--leading-4 {
    line-height: 1rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--leading-5 {
    line-height: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--leading-6 {
    line-height: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--leading-7 {
    line-height: 1.75rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--leading-8 {
    line-height: 2rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--leading-9 {
    line-height: 2.25rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--leading-10 {
    line-height: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--leading-none {
    line-height: 1;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--leading-tight {
    line-height: 1.25;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--leading-snug {
    line-height: 1.375;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--leading-normal {
    line-height: 1.5;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--leading-relaxed {
    line-height: 1.625;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--leading-loose {
    line-height: 2;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--list-inside {
    list-style-position: inside;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--list-outside {
    list-style-position: outside;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--list-none {
    list-style-type: none;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--list-disc {
    list-style-type: disc;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--list-decimal {
    list-style-type: decimal;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--m-0 {
    margin: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--m-5 {
    margin: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--m-10 {
    margin: 1rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--m-15 {
    margin: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--m-20 {
    margin: 2rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--m-30 {
    margin: 3rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--m-40 {
    margin: 4rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--m-50 {
    margin: 5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--m-100 {
    margin: 10rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--m-auto {
    margin: auto;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--m-px {
    margin: 1px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---m-5 {
    margin: -0.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---m-10 {
    margin: -1rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---m-15 {
    margin: -1.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---m-20 {
    margin: -2rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---m-30 {
    margin: -3rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---m-40 {
    margin: -4rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---m-50 {
    margin: -5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---m-100 {
    margin: -10rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---m-px {
    margin: -1px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--my-5 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--mx-5 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--my-10 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--mx-10 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--my-15 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--mx-15 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--my-20 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--mx-20 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--my-30 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--mx-30 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--my-40 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--mx-40 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--my-50 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--mx-50 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--my-100 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--mx-100 {
    margin-left: 10rem;
    margin-right: 10rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---my-5 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---mx-5 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---my-10 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---mx-10 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---my-15 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---mx-15 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---my-20 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---mx-20 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---my-30 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---mx-30 {
    margin-left: -3rem;
    margin-right: -3rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---my-40 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---mx-40 {
    margin-left: -4rem;
    margin-right: -4rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---my-50 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---mx-50 {
    margin-left: -5rem;
    margin-right: -5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---my-100 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---mx-100 {
    margin-left: -10rem;
    margin-right: -10rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--mt-0 {
    margin-top: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--mr-0 {
    margin-right: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--mb-0 {
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--ml-0 {
    margin-left: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--mt-5 {
    margin-top: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--mr-5 {
    margin-right: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--mb-5 {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--ml-5 {
    margin-left: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--mt-10 {
    margin-top: 1rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--mr-10 {
    margin-right: 1rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--mb-10 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--ml-10 {
    margin-left: 1rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--mt-15 {
    margin-top: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--mr-15 {
    margin-right: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--mb-15 {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--ml-15 {
    margin-left: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--mt-20 {
    margin-top: 2rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--mr-20 {
    margin-right: 2rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--mb-20 {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--ml-20 {
    margin-left: 2rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--mt-30 {
    margin-top: 3rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--mr-30 {
    margin-right: 3rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--mb-30 {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--ml-30 {
    margin-left: 3rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--mt-40 {
    margin-top: 4rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--mr-40 {
    margin-right: 4rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--mb-40 {
    margin-bottom: 4rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--ml-40 {
    margin-left: 4rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--mt-50 {
    margin-top: 5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--mr-50 {
    margin-right: 5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--mb-50 {
    margin-bottom: 5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--ml-50 {
    margin-left: 5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--mt-100 {
    margin-top: 10rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--mr-100 {
    margin-right: 10rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--mb-100 {
    margin-bottom: 10rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--ml-100 {
    margin-left: 10rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--mt-auto {
    margin-top: auto;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--mr-auto {
    margin-right: auto;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--mb-auto {
    margin-bottom: auto;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--ml-auto {
    margin-left: auto;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--mt-px {
    margin-top: 1px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--mr-px {
    margin-right: 1px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--mb-px {
    margin-bottom: 1px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--ml-px {
    margin-left: 1px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---mt-5 {
    margin-top: -0.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---mr-5 {
    margin-right: -0.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---mb-5 {
    margin-bottom: -0.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---ml-5 {
    margin-left: -0.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---mt-10 {
    margin-top: -1rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---mr-10 {
    margin-right: -1rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---mb-10 {
    margin-bottom: -1rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---ml-10 {
    margin-left: -1rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---mt-15 {
    margin-top: -1.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---mr-15 {
    margin-right: -1.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---mb-15 {
    margin-bottom: -1.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---ml-15 {
    margin-left: -1.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---mt-20 {
    margin-top: -2rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---mr-20 {
    margin-right: -2rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---mb-20 {
    margin-bottom: -2rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---ml-20 {
    margin-left: -2rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---mt-30 {
    margin-top: -3rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---mr-30 {
    margin-right: -3rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---mb-30 {
    margin-bottom: -3rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---ml-30 {
    margin-left: -3rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---mt-40 {
    margin-top: -4rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---mr-40 {
    margin-right: -4rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---mb-40 {
    margin-bottom: -4rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---ml-40 {
    margin-left: -4rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---mt-50 {
    margin-top: -5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---mr-50 {
    margin-right: -5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---mb-50 {
    margin-bottom: -5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---ml-50 {
    margin-left: -5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---mt-100 {
    margin-top: -10rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---mr-100 {
    margin-right: -10rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---mb-100 {
    margin-bottom: -10rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---ml-100 {
    margin-left: -10rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---mt-px {
    margin-top: -1px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---mr-px {
    margin-right: -1px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---mb-px {
    margin-bottom: -1px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---ml-px {
    margin-left: -1px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--max-h-full {
    max-height: 100%;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--max-h-screen {
    max-height: 100vh;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--max-w-none {
    max-width: none;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--max-w-xs {
    max-width: 20rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--max-w-sm {
    max-width: 24rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--max-w-md {
    max-width: 28rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--max-w-lg {
    max-width: 32rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--max-w-xl {
    max-width: 36rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--max-w-2xl {
    max-width: 42rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--max-w-3xl {
    max-width: 48rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--max-w-4xl {
    max-width: 56rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--max-w-5xl {
    max-width: 64rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--max-w-6xl {
    max-width: 72rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--max-w-full {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--max-w-screen-sm {
    max-width: 640px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--max-w-screen-md {
    max-width: 768px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--max-w-screen-lg {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--max-w-screen-xl {
    max-width: 1280px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--min-h-0 {
    min-height: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--min-h-full {
    min-height: 100%;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--min-h-screen {
    min-height: 100vh;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--min-w-0 {
    min-width: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--min-w-full {
    min-width: 100%;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--object-contain {
    object-fit: contain;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--object-cover {
    object-fit: cover;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--object-fill {
    object-fit: fill;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--object-none {
    object-fit: none;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--object-scale-down {
    object-fit: scale-down;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--object-bottom {
    object-position: bottom;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--object-center {
    object-position: center;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--object-left {
    object-position: left;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--object-left-bottom {
    object-position: left bottom;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--object-left-top {
    object-position: left top;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--object-right {
    object-position: right;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--object-right-bottom {
    object-position: right bottom;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--object-right-top {
    object-position: right top;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--object-top {
    object-position: top;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--opacity-0 {
    opacity: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--opacity-25 {
    opacity: 0.25;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--opacity-50 {
    opacity: 0.5;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--opacity-75 {
    opacity: 0.75;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--opacity-100 {
    opacity: 1;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--opacity-0:hover {
    opacity: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--opacity-25:hover {
    opacity: 0.25;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--opacity-50:hover {
    opacity: 0.5;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--opacity-75:hover {
    opacity: 0.75;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--opacity-100:hover {
    opacity: 1;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--opacity-0:focus {
    opacity: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--opacity-25:focus {
    opacity: 0.25;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--opacity-50:focus {
    opacity: 0.5;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--opacity-75:focus {
    opacity: 0.75;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--opacity-100:focus {
    opacity: 1;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--overflow-auto {
    overflow: auto;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--overflow-hidden {
    overflow: hidden;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--overflow-visible {
    overflow: visible;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--overflow-scroll {
    overflow: scroll;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--overflow-x-auto {
    overflow-x: auto;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--overflow-y-auto {
    overflow-y: auto;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--overflow-x-hidden {
    overflow-x: hidden;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--overflow-y-hidden {
    overflow-y: hidden;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--overflow-x-visible {
    overflow-x: visible;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--overflow-y-visible {
    overflow-y: visible;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--overflow-x-scroll {
    overflow-x: scroll;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--overflow-y-scroll {
    overflow-y: scroll;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--overscroll-auto {
    overscroll-behavior: auto;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--overscroll-contain {
    overscroll-behavior: contain;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--overscroll-none {
    overscroll-behavior: none;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--overscroll-y-auto {
    overscroll-behavior-y: auto;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--overscroll-y-contain {
    overscroll-behavior-y: contain;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--overscroll-y-none {
    overscroll-behavior-y: none;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--overscroll-x-auto {
    overscroll-behavior-x: auto;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--overscroll-x-contain {
    overscroll-behavior-x: contain;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--overscroll-x-none {
    overscroll-behavior-x: none;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--p-0 {
    padding: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--p-5 {
    padding: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--p-10 {
    padding: 1rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--p-15 {
    padding: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--p-20 {
    padding: 2rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--p-30 {
    padding: 3rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--p-40 {
    padding: 4rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--p-50 {
    padding: 5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--p-100 {
    padding: 10rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--p-px {
    padding: 1px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--px-0 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--py-5 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--px-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--py-10 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--px-10 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--py-15 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--px-15 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--py-20 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--px-20 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--py-30 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--px-30 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--py-40 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--px-40 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--py-50 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--px-50 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--py-100 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--px-100 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--px-px {
    padding-left: 1px;
    padding-right: 1px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--pt-0 {
    padding-top: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--pr-0 {
    padding-right: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--pb-0 {
    padding-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--pl-0 {
    padding-left: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--pt-5 {
    padding-top: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--pr-5 {
    padding-right: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--pb-5 {
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--pl-5 {
    padding-left: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--pt-10 {
    padding-top: 1rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--pr-10 {
    padding-right: 1rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--pb-10 {
    padding-bottom: 1rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--pl-10 {
    padding-left: 1rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--pt-15 {
    padding-top: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--pr-15 {
    padding-right: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--pb-15 {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--pl-15 {
    padding-left: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--pt-20 {
    padding-top: 2rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--pr-20 {
    padding-right: 2rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--pb-20 {
    padding-bottom: 2rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--pl-20 {
    padding-left: 2rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--pt-30 {
    padding-top: 3rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--pr-30 {
    padding-right: 3rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--pb-30 {
    padding-bottom: 3rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--pl-30 {
    padding-left: 3rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--pt-40 {
    padding-top: 4rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--pr-40 {
    padding-right: 4rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--pb-40 {
    padding-bottom: 4rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--pl-40 {
    padding-left: 4rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--pt-50 {
    padding-top: 5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--pr-50 {
    padding-right: 5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--pb-50 {
    padding-bottom: 5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--pl-50 {
    padding-left: 5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--pt-100 {
    padding-top: 10rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--pr-100 {
    padding-right: 10rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--pb-100 {
    padding-bottom: 10rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--pl-100 {
    padding-left: 10rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--pt-px {
    padding-top: 1px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--pr-px {
    padding-right: 1px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--pb-px {
    padding-bottom: 1px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--pl-px {
    padding-left: 1px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-blue-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F4F5FB;
    color: rgba(244, 245, 251, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-blue-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F4F5FB;
    color: rgba(244, 245, 251, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-blue-100::placeholder {
    --placeholder-opacity: 1;
    color: #F4F5FB;
    color: rgba(244, 245, 251, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-blue-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #CED2EE;
    color: rgba(206, 210, 238, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-blue-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #CED2EE;
    color: rgba(206, 210, 238, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-blue-200::placeholder {
    --placeholder-opacity: 1;
    color: #CED2EE;
    color: rgba(206, 210, 238, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-blue-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #A8AFE1;
    color: rgba(168, 175, 225, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-blue-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #A8AFE1;
    color: rgba(168, 175, 225, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-blue-300::placeholder {
    --placeholder-opacity: 1;
    color: #A8AFE1;
    color: rgba(168, 175, 225, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-blue-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #828DD4;
    color: rgba(130, 141, 212, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-blue-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #828DD4;
    color: rgba(130, 141, 212, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-blue-400::placeholder {
    --placeholder-opacity: 1;
    color: #828DD4;
    color: rgba(130, 141, 212, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-blue-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5C6AC7;
    color: rgba(92, 106, 199, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-blue-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5C6AC7;
    color: rgba(92, 106, 199, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-blue-500::placeholder {
    --placeholder-opacity: 1;
    color: #5C6AC7;
    color: rgba(92, 106, 199, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-blue-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3D4DB3;
    color: rgba(61, 77, 179, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-blue-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3D4DB3;
    color: rgba(61, 77, 179, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-blue-600::placeholder {
    --placeholder-opacity: 1;
    color: #3D4DB3;
    color: rgba(61, 77, 179, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-blue-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #303C8D;
    color: rgba(48, 60, 141, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-blue-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #303C8D;
    color: rgba(48, 60, 141, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-blue-700::placeholder {
    --placeholder-opacity: 1;
    color: #303C8D;
    color: rgba(48, 60, 141, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-blue-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #232C67;
    color: rgba(35, 44, 103, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-blue-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #232C67;
    color: rgba(35, 44, 103, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-blue-800::placeholder {
    --placeholder-opacity: 1;
    color: #232C67;
    color: rgba(35, 44, 103, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-blue-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #161C41;
    color: rgba(22, 28, 65, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-blue-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #161C41;
    color: rgba(22, 28, 65, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-blue-900::placeholder {
    --placeholder-opacity: 1;
    color: #161C41;
    color: rgba(22, 28, 65, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-black-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #FFFFFF;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-black-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #FFFFFF;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-black-100::placeholder {
    --placeholder-opacity: 1;
    color: #FFFFFF;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-black-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #EAEDF1;
    color: rgba(234, 237, 241, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-black-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #EAEDF1;
    color: rgba(234, 237, 241, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-black-200::placeholder {
    --placeholder-opacity: 1;
    color: #EAEDF1;
    color: rgba(234, 237, 241, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-black-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #D1D8E0;
    color: rgba(209, 216, 224, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-black-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #D1D8E0;
    color: rgba(209, 216, 224, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-black-300::placeholder {
    --placeholder-opacity: 1;
    color: #D1D8E0;
    color: rgba(209, 216, 224, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-black-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #B9C3D0;
    color: rgba(185, 195, 208, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-black-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #B9C3D0;
    color: rgba(185, 195, 208, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-black-400::placeholder {
    --placeholder-opacity: 1;
    color: #B9C3D0;
    color: rgba(185, 195, 208, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-black-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #A0AEC0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-black-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #A0AEC0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-black-500::placeholder {
    --placeholder-opacity: 1;
    color: #A0AEC0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-black-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7E91A9;
    color: rgba(126, 145, 169, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-black-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7E91A9;
    color: rgba(126, 145, 169, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-black-600::placeholder {
    --placeholder-opacity: 1;
    color: #7E91A9;
    color: rgba(126, 145, 169, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-black-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #607590;
    color: rgba(96, 117, 144, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-black-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #607590;
    color: rgba(96, 117, 144, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-black-700::placeholder {
    --placeholder-opacity: 1;
    color: #607590;
    color: rgba(96, 117, 144, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-black-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #49596E;
    color: rgba(73, 89, 110, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-black-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #49596E;
    color: rgba(73, 89, 110, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-black-800::placeholder {
    --placeholder-opacity: 1;
    color: #49596E;
    color: rgba(73, 89, 110, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-black-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #333E4D;
    color: rgba(51, 62, 77, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-black-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #333E4D;
    color: rgba(51, 62, 77, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-black-900::placeholder {
    --placeholder-opacity: 1;
    color: #333E4D;
    color: rgba(51, 62, 77, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-green-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #DBFAE8;
    color: rgba(219, 250, 232, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-green-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #DBFAE8;
    color: rgba(219, 250, 232, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-green-100::placeholder {
    --placeholder-opacity: 1;
    color: #DBFAE8;
    color: rgba(219, 250, 232, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-green-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #98F0BD;
    color: rgba(152, 240, 189, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-green-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #98F0BD;
    color: rgba(152, 240, 189, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-green-200::placeholder {
    --placeholder-opacity: 1;
    color: #98F0BD;
    color: rgba(152, 240, 189, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-green-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #55E792;
    color: rgba(85, 231, 146, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-green-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #55E792;
    color: rgba(85, 231, 146, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-green-300::placeholder {
    --placeholder-opacity: 1;
    color: #55E792;
    color: rgba(85, 231, 146, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-green-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1ED269;
    color: rgba(30, 210, 105, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-green-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1ED269;
    color: rgba(30, 210, 105, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-green-400::placeholder {
    --placeholder-opacity: 1;
    color: #1ED269;
    color: rgba(30, 210, 105, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-green-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #148F47;
    color: rgba(20, 143, 71, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-green-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #148F47;
    color: rgba(20, 143, 71, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-green-500::placeholder {
    --placeholder-opacity: 1;
    color: #148F47;
    color: rgba(20, 143, 71, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-green-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #11743A;
    color: rgba(17, 116, 58, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-green-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #11743A;
    color: rgba(17, 116, 58, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-green-600::placeholder {
    --placeholder-opacity: 1;
    color: #11743A;
    color: rgba(17, 116, 58, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-green-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0D592D;
    color: rgba(13, 89, 45, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-green-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0D592D;
    color: rgba(13, 89, 45, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-green-700::placeholder {
    --placeholder-opacity: 1;
    color: #0D592D;
    color: rgba(13, 89, 45, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-green-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #093E1F;
    color: rgba(9, 62, 31, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-green-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #093E1F;
    color: rgba(9, 62, 31, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-green-800::placeholder {
    --placeholder-opacity: 1;
    color: #093E1F;
    color: rgba(9, 62, 31, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-green-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #052412;
    color: rgba(5, 36, 18, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-green-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #052412;
    color: rgba(5, 36, 18, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-green-900::placeholder {
    --placeholder-opacity: 1;
    color: #052412;
    color: rgba(5, 36, 18, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-red-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #FDDDE0;
    color: rgba(253, 221, 224, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-red-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #FDDDE0;
    color: rgba(253, 221, 224, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-red-100::placeholder {
    --placeholder-opacity: 1;
    color: #FDDDE0;
    color: rgba(253, 221, 224, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-red-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #FBB2B9;
    color: rgba(251, 178, 185, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-red-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #FBB2B9;
    color: rgba(251, 178, 185, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-red-200::placeholder {
    --placeholder-opacity: 1;
    color: #FBB2B9;
    color: rgba(251, 178, 185, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-red-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F88792;
    color: rgba(248, 135, 146, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-red-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F88792;
    color: rgba(248, 135, 146, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-red-300::placeholder {
    --placeholder-opacity: 1;
    color: #F88792;
    color: rgba(248, 135, 146, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-red-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F55B6B;
    color: rgba(245, 91, 107, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-red-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F55B6B;
    color: rgba(245, 91, 107, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-red-400::placeholder {
    --placeholder-opacity: 1;
    color: #F55B6B;
    color: rgba(245, 91, 107, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-red-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F33043;
    color: rgba(243, 48, 67, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-red-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F33043;
    color: rgba(243, 48, 67, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-red-500::placeholder {
    --placeholder-opacity: 1;
    color: #F33043;
    color: rgba(243, 48, 67, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-red-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E30D23;
    color: rgba(227, 13, 35, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-red-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E30D23;
    color: rgba(227, 13, 35, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-red-600::placeholder {
    --placeholder-opacity: 1;
    color: #E30D23;
    color: rgba(227, 13, 35, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-red-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #B20A1B;
    color: rgba(178, 10, 27, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-red-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #B20A1B;
    color: rgba(178, 10, 27, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-red-700::placeholder {
    --placeholder-opacity: 1;
    color: #B20A1B;
    color: rgba(178, 10, 27, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-red-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #820814;
    color: rgba(130, 8, 20, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-red-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #820814;
    color: rgba(130, 8, 20, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-red-800::placeholder {
    --placeholder-opacity: 1;
    color: #820814;
    color: rgba(130, 8, 20, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-red-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #52050C;
    color: rgba(82, 5, 12, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-red-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #52050C;
    color: rgba(82, 5, 12, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-red-900::placeholder {
    --placeholder-opacity: 1;
    color: #52050C;
    color: rgba(82, 5, 12, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-blue-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F4F5FB;
    color: rgba(244, 245, 251, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-blue-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F4F5FB;
    color: rgba(244, 245, 251, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-blue-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #F4F5FB;
    color: rgba(244, 245, 251, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-blue-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #CED2EE;
    color: rgba(206, 210, 238, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-blue-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #CED2EE;
    color: rgba(206, 210, 238, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-blue-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #CED2EE;
    color: rgba(206, 210, 238, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-blue-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #A8AFE1;
    color: rgba(168, 175, 225, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-blue-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #A8AFE1;
    color: rgba(168, 175, 225, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-blue-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #A8AFE1;
    color: rgba(168, 175, 225, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-blue-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #828DD4;
    color: rgba(130, 141, 212, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-blue-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #828DD4;
    color: rgba(130, 141, 212, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-blue-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #828DD4;
    color: rgba(130, 141, 212, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-blue-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5C6AC7;
    color: rgba(92, 106, 199, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-blue-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5C6AC7;
    color: rgba(92, 106, 199, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-blue-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #5C6AC7;
    color: rgba(92, 106, 199, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-blue-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3D4DB3;
    color: rgba(61, 77, 179, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-blue-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3D4DB3;
    color: rgba(61, 77, 179, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-blue-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #3D4DB3;
    color: rgba(61, 77, 179, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-blue-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #303C8D;
    color: rgba(48, 60, 141, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-blue-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #303C8D;
    color: rgba(48, 60, 141, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-blue-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #303C8D;
    color: rgba(48, 60, 141, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-blue-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #232C67;
    color: rgba(35, 44, 103, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-blue-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #232C67;
    color: rgba(35, 44, 103, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-blue-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #232C67;
    color: rgba(35, 44, 103, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-blue-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #161C41;
    color: rgba(22, 28, 65, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-blue-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #161C41;
    color: rgba(22, 28, 65, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-blue-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #161C41;
    color: rgba(22, 28, 65, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-black-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #FFFFFF;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-black-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #FFFFFF;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-black-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #FFFFFF;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-black-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #EAEDF1;
    color: rgba(234, 237, 241, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-black-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #EAEDF1;
    color: rgba(234, 237, 241, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-black-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #EAEDF1;
    color: rgba(234, 237, 241, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-black-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #D1D8E0;
    color: rgba(209, 216, 224, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-black-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #D1D8E0;
    color: rgba(209, 216, 224, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-black-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #D1D8E0;
    color: rgba(209, 216, 224, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-black-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #B9C3D0;
    color: rgba(185, 195, 208, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-black-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #B9C3D0;
    color: rgba(185, 195, 208, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-black-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #B9C3D0;
    color: rgba(185, 195, 208, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-black-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #A0AEC0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-black-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #A0AEC0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-black-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #A0AEC0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-black-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7E91A9;
    color: rgba(126, 145, 169, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-black-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7E91A9;
    color: rgba(126, 145, 169, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-black-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #7E91A9;
    color: rgba(126, 145, 169, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-black-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #607590;
    color: rgba(96, 117, 144, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-black-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #607590;
    color: rgba(96, 117, 144, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-black-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #607590;
    color: rgba(96, 117, 144, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-black-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #49596E;
    color: rgba(73, 89, 110, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-black-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #49596E;
    color: rgba(73, 89, 110, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-black-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #49596E;
    color: rgba(73, 89, 110, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-black-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #333E4D;
    color: rgba(51, 62, 77, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-black-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #333E4D;
    color: rgba(51, 62, 77, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-black-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #333E4D;
    color: rgba(51, 62, 77, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-green-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #DBFAE8;
    color: rgba(219, 250, 232, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-green-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #DBFAE8;
    color: rgba(219, 250, 232, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-green-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #DBFAE8;
    color: rgba(219, 250, 232, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-green-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #98F0BD;
    color: rgba(152, 240, 189, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-green-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #98F0BD;
    color: rgba(152, 240, 189, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-green-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #98F0BD;
    color: rgba(152, 240, 189, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-green-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #55E792;
    color: rgba(85, 231, 146, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-green-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #55E792;
    color: rgba(85, 231, 146, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-green-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #55E792;
    color: rgba(85, 231, 146, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-green-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1ED269;
    color: rgba(30, 210, 105, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-green-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1ED269;
    color: rgba(30, 210, 105, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-green-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #1ED269;
    color: rgba(30, 210, 105, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-green-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #148F47;
    color: rgba(20, 143, 71, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-green-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #148F47;
    color: rgba(20, 143, 71, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-green-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #148F47;
    color: rgba(20, 143, 71, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-green-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #11743A;
    color: rgba(17, 116, 58, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-green-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #11743A;
    color: rgba(17, 116, 58, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-green-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #11743A;
    color: rgba(17, 116, 58, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-green-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0D592D;
    color: rgba(13, 89, 45, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-green-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0D592D;
    color: rgba(13, 89, 45, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-green-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #0D592D;
    color: rgba(13, 89, 45, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-green-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #093E1F;
    color: rgba(9, 62, 31, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-green-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #093E1F;
    color: rgba(9, 62, 31, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-green-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #093E1F;
    color: rgba(9, 62, 31, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-green-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #052412;
    color: rgba(5, 36, 18, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-green-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #052412;
    color: rgba(5, 36, 18, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-green-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #052412;
    color: rgba(5, 36, 18, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-red-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #FDDDE0;
    color: rgba(253, 221, 224, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-red-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #FDDDE0;
    color: rgba(253, 221, 224, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-red-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #FDDDE0;
    color: rgba(253, 221, 224, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-red-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #FBB2B9;
    color: rgba(251, 178, 185, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-red-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #FBB2B9;
    color: rgba(251, 178, 185, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-red-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #FBB2B9;
    color: rgba(251, 178, 185, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-red-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F88792;
    color: rgba(248, 135, 146, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-red-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F88792;
    color: rgba(248, 135, 146, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-red-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #F88792;
    color: rgba(248, 135, 146, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-red-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F55B6B;
    color: rgba(245, 91, 107, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-red-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F55B6B;
    color: rgba(245, 91, 107, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-red-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #F55B6B;
    color: rgba(245, 91, 107, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-red-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F33043;
    color: rgba(243, 48, 67, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-red-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F33043;
    color: rgba(243, 48, 67, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-red-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #F33043;
    color: rgba(243, 48, 67, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-red-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E30D23;
    color: rgba(227, 13, 35, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-red-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E30D23;
    color: rgba(227, 13, 35, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-red-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #E30D23;
    color: rgba(227, 13, 35, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-red-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #B20A1B;
    color: rgba(178, 10, 27, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-red-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #B20A1B;
    color: rgba(178, 10, 27, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-red-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #B20A1B;
    color: rgba(178, 10, 27, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-red-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #820814;
    color: rgba(130, 8, 20, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-red-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #820814;
    color: rgba(130, 8, 20, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-red-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #820814;
    color: rgba(130, 8, 20, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-red-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #52050C;
    color: rgba(82, 5, 12, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-red-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #52050C;
    color: rgba(82, 5, 12, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-red-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #52050C;
    color: rgba(82, 5, 12, var(--placeholder-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-opacity-0::-moz-placeholder {
    --placeholder-opacity: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-opacity-0:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-opacity-25::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-opacity-25:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-opacity-50::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-opacity-50:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-opacity-75::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-opacity-75:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-opacity-100::-moz-placeholder {
    --placeholder-opacity: 1;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-opacity-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-opacity-0:focus::-moz-placeholder {
    --placeholder-opacity: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-opacity-0:focus:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-opacity-0:focus::placeholder {
    --placeholder-opacity: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-opacity-25:focus::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-opacity-25:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-opacity-25:focus::placeholder {
    --placeholder-opacity: 0.25;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-opacity-50:focus::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-opacity-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-opacity-50:focus::placeholder {
    --placeholder-opacity: 0.5;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-opacity-75:focus::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-opacity-75:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-opacity-75:focus::placeholder {
    --placeholder-opacity: 0.75;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-opacity-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-opacity-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--placeholder-opacity-100:focus::placeholder {
    --placeholder-opacity: 1;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--pointer-events-none {
    pointer-events: none;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--pointer-events-auto {
    pointer-events: auto;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--static {
    position: static;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--fixed {
    position: fixed;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--absolute {
    position: absolute;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--relative {
    position: relative;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--inset-y-0 {
    top: 0;
    bottom: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--inset-x-0 {
    right: 0;
    left: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--inset-y-auto {
    top: auto;
    bottom: auto;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--inset-x-auto {
    right: auto;
    left: auto;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--top-0 {
    top: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--right-0 {
    right: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bottom-0 {
    bottom: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--left-0 {
    left: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--top-auto {
    top: auto;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--right-auto {
    right: auto;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--bottom-auto {
    bottom: auto;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--left-auto {
    left: auto;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--resize-none {
    resize: none;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--resize-y {
    resize: vertical;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--resize-x {
    resize: horizontal;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--resize {
    resize: both;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--shadow-xs {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }
}
@media (min-width: 1280px) {
  .vpt .xl--shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }
}
@media (min-width: 1280px) {
  .vpt .xl--shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }
}
@media (min-width: 1280px) {
  .vpt .xl--shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }
}
@media (min-width: 1280px) {
  .vpt .xl--shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }
}
@media (min-width: 1280px) {
  .vpt .xl--shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }
}
@media (min-width: 1280px) {
  .vpt .xl--shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }
}
@media (min-width: 1280px) {
  .vpt .xl--shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }
}
@media (min-width: 1280px) {
  .vpt .xl--shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }
}
@media (min-width: 1280px) {
  .vpt .xl--shadow-none {
    box-shadow: none;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--shadow-xs:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--shadow-sm:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--shadow-none:hover {
    box-shadow: none;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--shadow-xs:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--shadow-sm:focus {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--shadow-none:focus {
    box-shadow: none;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--fill-current {
    fill: currentColor;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--stroke-current {
    stroke: currentColor;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--stroke-0 {
    stroke-width: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--stroke-1 {
    stroke-width: 1;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--stroke-2 {
    stroke-width: 2;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--table-auto {
    table-layout: auto;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--table-fixed {
    table-layout: fixed;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--text-left {
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--text-center {
    text-align: center;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--text-right {
    text-align: right;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--text-justify {
    text-align: justify;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--text-blue-100 {
    --text-opacity: 1;
    color: #F4F5FB;
    color: rgba(244, 245, 251, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--text-blue-200 {
    --text-opacity: 1;
    color: #CED2EE;
    color: rgba(206, 210, 238, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--text-blue-300 {
    --text-opacity: 1;
    color: #A8AFE1;
    color: rgba(168, 175, 225, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--text-blue-400 {
    --text-opacity: 1;
    color: #828DD4;
    color: rgba(130, 141, 212, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--text-blue-500 {
    --text-opacity: 1;
    color: #5C6AC7;
    color: rgba(92, 106, 199, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--text-blue-600 {
    --text-opacity: 1;
    color: #3D4DB3;
    color: rgba(61, 77, 179, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--text-blue-700 {
    --text-opacity: 1;
    color: #303C8D;
    color: rgba(48, 60, 141, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--text-blue-800 {
    --text-opacity: 1;
    color: #232C67;
    color: rgba(35, 44, 103, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--text-blue-900 {
    --text-opacity: 1;
    color: #161C41;
    color: rgba(22, 28, 65, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--text-black-100 {
    --text-opacity: 1;
    color: #FFFFFF;
    color: rgba(255, 255, 255, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--text-black-200 {
    --text-opacity: 1;
    color: #EAEDF1;
    color: rgba(234, 237, 241, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--text-black-300 {
    --text-opacity: 1;
    color: #D1D8E0;
    color: rgba(209, 216, 224, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--text-black-400 {
    --text-opacity: 1;
    color: #B9C3D0;
    color: rgba(185, 195, 208, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--text-black-500 {
    --text-opacity: 1;
    color: #A0AEC0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--text-black-600 {
    --text-opacity: 1;
    color: #7E91A9;
    color: rgba(126, 145, 169, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--text-black-700 {
    --text-opacity: 1;
    color: #607590;
    color: rgba(96, 117, 144, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--text-black-800 {
    --text-opacity: 1;
    color: #49596E;
    color: rgba(73, 89, 110, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--text-black-900 {
    --text-opacity: 1;
    color: #333E4D;
    color: rgba(51, 62, 77, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--text-green-100 {
    --text-opacity: 1;
    color: #DBFAE8;
    color: rgba(219, 250, 232, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--text-green-200 {
    --text-opacity: 1;
    color: #98F0BD;
    color: rgba(152, 240, 189, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--text-green-300 {
    --text-opacity: 1;
    color: #55E792;
    color: rgba(85, 231, 146, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--text-green-400 {
    --text-opacity: 1;
    color: #1ED269;
    color: rgba(30, 210, 105, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--text-green-500 {
    --text-opacity: 1;
    color: #148F47;
    color: rgba(20, 143, 71, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--text-green-600 {
    --text-opacity: 1;
    color: #11743A;
    color: rgba(17, 116, 58, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--text-green-700 {
    --text-opacity: 1;
    color: #0D592D;
    color: rgba(13, 89, 45, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--text-green-800 {
    --text-opacity: 1;
    color: #093E1F;
    color: rgba(9, 62, 31, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--text-green-900 {
    --text-opacity: 1;
    color: #052412;
    color: rgba(5, 36, 18, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--text-red-100 {
    --text-opacity: 1;
    color: #FDDDE0;
    color: rgba(253, 221, 224, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--text-red-200 {
    --text-opacity: 1;
    color: #FBB2B9;
    color: rgba(251, 178, 185, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--text-red-300 {
    --text-opacity: 1;
    color: #F88792;
    color: rgba(248, 135, 146, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--text-red-400 {
    --text-opacity: 1;
    color: #F55B6B;
    color: rgba(245, 91, 107, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--text-red-500 {
    --text-opacity: 1;
    color: #F33043;
    color: rgba(243, 48, 67, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--text-red-600 {
    --text-opacity: 1;
    color: #E30D23;
    color: rgba(227, 13, 35, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--text-red-700 {
    --text-opacity: 1;
    color: #B20A1B;
    color: rgba(178, 10, 27, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--text-red-800 {
    --text-opacity: 1;
    color: #820814;
    color: rgba(130, 8, 20, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--text-red-900 {
    --text-opacity: 1;
    color: #52050C;
    color: rgba(82, 5, 12, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--text-blue-100:hover {
    --text-opacity: 1;
    color: #F4F5FB;
    color: rgba(244, 245, 251, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--text-blue-200:hover {
    --text-opacity: 1;
    color: #CED2EE;
    color: rgba(206, 210, 238, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--text-blue-300:hover {
    --text-opacity: 1;
    color: #A8AFE1;
    color: rgba(168, 175, 225, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--text-blue-400:hover {
    --text-opacity: 1;
    color: #828DD4;
    color: rgba(130, 141, 212, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--text-blue-500:hover {
    --text-opacity: 1;
    color: #5C6AC7;
    color: rgba(92, 106, 199, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--text-blue-600:hover {
    --text-opacity: 1;
    color: #3D4DB3;
    color: rgba(61, 77, 179, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--text-blue-700:hover {
    --text-opacity: 1;
    color: #303C8D;
    color: rgba(48, 60, 141, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--text-blue-800:hover {
    --text-opacity: 1;
    color: #232C67;
    color: rgba(35, 44, 103, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--text-blue-900:hover {
    --text-opacity: 1;
    color: #161C41;
    color: rgba(22, 28, 65, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--text-black-100:hover {
    --text-opacity: 1;
    color: #FFFFFF;
    color: rgba(255, 255, 255, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--text-black-200:hover {
    --text-opacity: 1;
    color: #EAEDF1;
    color: rgba(234, 237, 241, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--text-black-300:hover {
    --text-opacity: 1;
    color: #D1D8E0;
    color: rgba(209, 216, 224, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--text-black-400:hover {
    --text-opacity: 1;
    color: #B9C3D0;
    color: rgba(185, 195, 208, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--text-black-500:hover {
    --text-opacity: 1;
    color: #A0AEC0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--text-black-600:hover {
    --text-opacity: 1;
    color: #7E91A9;
    color: rgba(126, 145, 169, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--text-black-700:hover {
    --text-opacity: 1;
    color: #607590;
    color: rgba(96, 117, 144, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--text-black-800:hover {
    --text-opacity: 1;
    color: #49596E;
    color: rgba(73, 89, 110, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--text-black-900:hover {
    --text-opacity: 1;
    color: #333E4D;
    color: rgba(51, 62, 77, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--text-green-100:hover {
    --text-opacity: 1;
    color: #DBFAE8;
    color: rgba(219, 250, 232, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--text-green-200:hover {
    --text-opacity: 1;
    color: #98F0BD;
    color: rgba(152, 240, 189, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--text-green-300:hover {
    --text-opacity: 1;
    color: #55E792;
    color: rgba(85, 231, 146, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--text-green-400:hover {
    --text-opacity: 1;
    color: #1ED269;
    color: rgba(30, 210, 105, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--text-green-500:hover {
    --text-opacity: 1;
    color: #148F47;
    color: rgba(20, 143, 71, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--text-green-600:hover {
    --text-opacity: 1;
    color: #11743A;
    color: rgba(17, 116, 58, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--text-green-700:hover {
    --text-opacity: 1;
    color: #0D592D;
    color: rgba(13, 89, 45, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--text-green-800:hover {
    --text-opacity: 1;
    color: #093E1F;
    color: rgba(9, 62, 31, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--text-green-900:hover {
    --text-opacity: 1;
    color: #052412;
    color: rgba(5, 36, 18, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--text-red-100:hover {
    --text-opacity: 1;
    color: #FDDDE0;
    color: rgba(253, 221, 224, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--text-red-200:hover {
    --text-opacity: 1;
    color: #FBB2B9;
    color: rgba(251, 178, 185, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--text-red-300:hover {
    --text-opacity: 1;
    color: #F88792;
    color: rgba(248, 135, 146, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--text-red-400:hover {
    --text-opacity: 1;
    color: #F55B6B;
    color: rgba(245, 91, 107, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--text-red-500:hover {
    --text-opacity: 1;
    color: #F33043;
    color: rgba(243, 48, 67, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--text-red-600:hover {
    --text-opacity: 1;
    color: #E30D23;
    color: rgba(227, 13, 35, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--text-red-700:hover {
    --text-opacity: 1;
    color: #B20A1B;
    color: rgba(178, 10, 27, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--text-red-800:hover {
    --text-opacity: 1;
    color: #820814;
    color: rgba(130, 8, 20, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--text-red-900:hover {
    --text-opacity: 1;
    color: #52050C;
    color: rgba(82, 5, 12, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--text-blue-100:focus {
    --text-opacity: 1;
    color: #F4F5FB;
    color: rgba(244, 245, 251, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--text-blue-200:focus {
    --text-opacity: 1;
    color: #CED2EE;
    color: rgba(206, 210, 238, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--text-blue-300:focus {
    --text-opacity: 1;
    color: #A8AFE1;
    color: rgba(168, 175, 225, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--text-blue-400:focus {
    --text-opacity: 1;
    color: #828DD4;
    color: rgba(130, 141, 212, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--text-blue-500:focus {
    --text-opacity: 1;
    color: #5C6AC7;
    color: rgba(92, 106, 199, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--text-blue-600:focus {
    --text-opacity: 1;
    color: #3D4DB3;
    color: rgba(61, 77, 179, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--text-blue-700:focus {
    --text-opacity: 1;
    color: #303C8D;
    color: rgba(48, 60, 141, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--text-blue-800:focus {
    --text-opacity: 1;
    color: #232C67;
    color: rgba(35, 44, 103, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--text-blue-900:focus {
    --text-opacity: 1;
    color: #161C41;
    color: rgba(22, 28, 65, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--text-black-100:focus {
    --text-opacity: 1;
    color: #FFFFFF;
    color: rgba(255, 255, 255, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--text-black-200:focus {
    --text-opacity: 1;
    color: #EAEDF1;
    color: rgba(234, 237, 241, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--text-black-300:focus {
    --text-opacity: 1;
    color: #D1D8E0;
    color: rgba(209, 216, 224, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--text-black-400:focus {
    --text-opacity: 1;
    color: #B9C3D0;
    color: rgba(185, 195, 208, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--text-black-500:focus {
    --text-opacity: 1;
    color: #A0AEC0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--text-black-600:focus {
    --text-opacity: 1;
    color: #7E91A9;
    color: rgba(126, 145, 169, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--text-black-700:focus {
    --text-opacity: 1;
    color: #607590;
    color: rgba(96, 117, 144, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--text-black-800:focus {
    --text-opacity: 1;
    color: #49596E;
    color: rgba(73, 89, 110, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--text-black-900:focus {
    --text-opacity: 1;
    color: #333E4D;
    color: rgba(51, 62, 77, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--text-green-100:focus {
    --text-opacity: 1;
    color: #DBFAE8;
    color: rgba(219, 250, 232, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--text-green-200:focus {
    --text-opacity: 1;
    color: #98F0BD;
    color: rgba(152, 240, 189, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--text-green-300:focus {
    --text-opacity: 1;
    color: #55E792;
    color: rgba(85, 231, 146, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--text-green-400:focus {
    --text-opacity: 1;
    color: #1ED269;
    color: rgba(30, 210, 105, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--text-green-500:focus {
    --text-opacity: 1;
    color: #148F47;
    color: rgba(20, 143, 71, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--text-green-600:focus {
    --text-opacity: 1;
    color: #11743A;
    color: rgba(17, 116, 58, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--text-green-700:focus {
    --text-opacity: 1;
    color: #0D592D;
    color: rgba(13, 89, 45, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--text-green-800:focus {
    --text-opacity: 1;
    color: #093E1F;
    color: rgba(9, 62, 31, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--text-green-900:focus {
    --text-opacity: 1;
    color: #052412;
    color: rgba(5, 36, 18, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--text-red-100:focus {
    --text-opacity: 1;
    color: #FDDDE0;
    color: rgba(253, 221, 224, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--text-red-200:focus {
    --text-opacity: 1;
    color: #FBB2B9;
    color: rgba(251, 178, 185, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--text-red-300:focus {
    --text-opacity: 1;
    color: #F88792;
    color: rgba(248, 135, 146, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--text-red-400:focus {
    --text-opacity: 1;
    color: #F55B6B;
    color: rgba(245, 91, 107, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--text-red-500:focus {
    --text-opacity: 1;
    color: #F33043;
    color: rgba(243, 48, 67, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--text-red-600:focus {
    --text-opacity: 1;
    color: #E30D23;
    color: rgba(227, 13, 35, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--text-red-700:focus {
    --text-opacity: 1;
    color: #B20A1B;
    color: rgba(178, 10, 27, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--text-red-800:focus {
    --text-opacity: 1;
    color: #820814;
    color: rgba(130, 8, 20, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--text-red-900:focus {
    --text-opacity: 1;
    color: #52050C;
    color: rgba(82, 5, 12, var(--text-opacity));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--text-opacity-0 {
    --text-opacity: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--text-opacity-25 {
    --text-opacity: 0.25;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--text-opacity-50 {
    --text-opacity: 0.5;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--text-opacity-75 {
    --text-opacity: 0.75;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--text-opacity-100 {
    --text-opacity: 1;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--text-opacity-0:hover {
    --text-opacity: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--text-opacity-25:hover {
    --text-opacity: 0.25;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--text-opacity-50:hover {
    --text-opacity: 0.5;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--text-opacity-75:hover {
    --text-opacity: 0.75;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--text-opacity-100:hover {
    --text-opacity: 1;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--text-opacity-0:focus {
    --text-opacity: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--text-opacity-25:focus {
    --text-opacity: 0.25;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--text-opacity-50:focus {
    --text-opacity: 0.5;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--text-opacity-75:focus {
    --text-opacity: 0.75;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--text-opacity-100:focus {
    --text-opacity: 1;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--italic {
    font-style: italic;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--not-italic {
    font-style: normal;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--uppercase {
    text-transform: uppercase;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--lowercase {
    text-transform: lowercase;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--capitalize {
    text-transform: capitalize;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--normal-case {
    text-transform: none;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--underline {
    text-decoration: underline;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--line-through {
    text-decoration: line-through;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--no-underline {
    text-decoration: none;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--underline:hover {
    text-decoration: underline;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--line-through:hover {
    text-decoration: line-through;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--no-underline:hover {
    text-decoration: none;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--underline:focus {
    text-decoration: underline;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--line-through:focus {
    text-decoration: line-through;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--no-underline:focus {
    text-decoration: none;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--ordinal, .vpt .xl--slashed-zero, .vpt .xl--lining-nums, .vpt .xl--oldstyle-nums, .vpt .xl--proportional-nums, .vpt .xl--tabular-nums, .vpt .xl--diagonal-fractions, .vpt .xl--stacked-fractions {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }
}
@media (min-width: 1280px) {
  .vpt .xl--normal-nums {
    font-variant-numeric: normal;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--ordinal {
    --font-variant-numeric-ordinal: ordinal;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--slashed-zero {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--lining-nums {
    --font-variant-numeric-figure: lining-nums;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--oldstyle-nums {
    --font-variant-numeric-figure: oldstyle-nums;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--proportional-nums {
    --font-variant-numeric-spacing: proportional-nums;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--tabular-nums {
    --font-variant-numeric-spacing: tabular-nums;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--diagonal-fractions {
    --font-variant-numeric-fraction: diagonal-fractions;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--stacked-fractions {
    --font-variant-numeric-fraction: stacked-fractions;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--tracking-tighter {
    letter-spacing: -0.05em;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--tracking-tight {
    letter-spacing: -0.025em;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--tracking-normal {
    letter-spacing: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--tracking-wide {
    letter-spacing: 0.025em;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--tracking-wider {
    letter-spacing: 0.05em;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--tracking-widest {
    letter-spacing: 0.1em;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--select-none {
    -webkit-user-select: none;
    user-select: none;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--select-text {
    -webkit-user-select: text;
    user-select: text;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--select-all {
    -webkit-user-select: all;
    user-select: all;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--select-auto {
    -webkit-user-select: auto;
    user-select: auto;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--align-baseline {
    vertical-align: baseline;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--align-top {
    vertical-align: top;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--align-middle {
    vertical-align: middle;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--align-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--align-text-top {
    vertical-align: text-top;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--align-text-bottom {
    vertical-align: text-bottom;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--visible {
    visibility: visible;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--invisible {
    visibility: hidden;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--whitespace-normal {
    white-space: normal;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--whitespace-no-wrap {
    white-space: nowrap;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--whitespace-pre {
    white-space: pre;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--whitespace-pre-line {
    white-space: pre-line;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--whitespace-pre-wrap {
    white-space: pre-wrap;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--break-normal {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--break-words {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--break-all {
    word-break: break-all;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--w-0 {
    width: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--w-5 {
    width: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--w-10 {
    width: 1rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--w-15 {
    width: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--w-20 {
    width: 2rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--w-30 {
    width: 3rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--w-40 {
    width: 4rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--w-50 {
    width: 5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--w-100 {
    width: 10rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--w-auto {
    width: auto;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--w-px {
    width: 1px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--w-1\/2 {
    width: 50%;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--w-1\/3 {
    width: 33.333333%;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--w-2\/3 {
    width: 66.666667%;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--w-1\/4 {
    width: 25%;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--w-2\/4 {
    width: 50%;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--w-3\/4 {
    width: 75%;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--w-1\/5 {
    width: 20%;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--w-2\/5 {
    width: 40%;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--w-3\/5 {
    width: 60%;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--w-4\/5 {
    width: 80%;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--w-1\/6 {
    width: 16.666667%;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--w-2\/6 {
    width: 33.333333%;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--w-3\/6 {
    width: 50%;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--w-4\/6 {
    width: 66.666667%;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--w-5\/6 {
    width: 83.333333%;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--w-1\/12 {
    width: 8.333333%;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--w-2\/12 {
    width: 16.666667%;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--w-3\/12 {
    width: 25%;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--w-4\/12 {
    width: 33.333333%;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--w-5\/12 {
    width: 41.666667%;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--w-6\/12 {
    width: 50%;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--w-7\/12 {
    width: 58.333333%;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--w-8\/12 {
    width: 66.666667%;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--w-9\/12 {
    width: 75%;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--w-10\/12 {
    width: 83.333333%;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--w-11\/12 {
    width: 91.666667%;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--w-full {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--w-screen {
    width: 100vw;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--z-0 {
    z-index: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--z-10 {
    z-index: 10;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--z-20 {
    z-index: 20;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--z-30 {
    z-index: 30;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--z-40 {
    z-index: 40;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--z-50 {
    z-index: 50;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--z-auto {
    z-index: auto;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--gap-0 {
    grid-gap: 0;
    gap: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--gap-5 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--gap-10 {
    grid-gap: 1rem;
    gap: 1rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--gap-15 {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--gap-20 {
    grid-gap: 2rem;
    gap: 2rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--gap-30 {
    grid-gap: 3rem;
    gap: 3rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--gap-40 {
    grid-gap: 4rem;
    gap: 4rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--gap-50 {
    grid-gap: 5rem;
    gap: 5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--gap-100 {
    grid-gap: 10rem;
    gap: 10rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--gap-px {
    grid-gap: 1px;
    gap: 1px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--col-gap-0 {
    grid-column-gap: 0;
    column-gap: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--col-gap-5 {
    grid-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--col-gap-10 {
    grid-column-gap: 1rem;
    column-gap: 1rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--col-gap-15 {
    grid-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--col-gap-20 {
    grid-column-gap: 2rem;
    column-gap: 2rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--col-gap-30 {
    grid-column-gap: 3rem;
    column-gap: 3rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--col-gap-40 {
    grid-column-gap: 4rem;
    column-gap: 4rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--col-gap-50 {
    grid-column-gap: 5rem;
    column-gap: 5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--col-gap-100 {
    grid-column-gap: 10rem;
    column-gap: 10rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--col-gap-px {
    grid-column-gap: 1px;
    column-gap: 1px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--gap-x-0 {
    grid-column-gap: 0;
    column-gap: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--gap-x-5 {
    grid-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--gap-x-10 {
    grid-column-gap: 1rem;
    column-gap: 1rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--gap-x-15 {
    grid-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--gap-x-20 {
    grid-column-gap: 2rem;
    column-gap: 2rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--gap-x-30 {
    grid-column-gap: 3rem;
    column-gap: 3rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--gap-x-40 {
    grid-column-gap: 4rem;
    column-gap: 4rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--gap-x-50 {
    grid-column-gap: 5rem;
    column-gap: 5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--gap-x-100 {
    grid-column-gap: 10rem;
    column-gap: 10rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--gap-x-px {
    grid-column-gap: 1px;
    column-gap: 1px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--row-gap-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--row-gap-5 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--row-gap-10 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--row-gap-15 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--row-gap-20 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--row-gap-30 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--row-gap-40 {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--row-gap-50 {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--row-gap-100 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--row-gap-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--gap-y-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--gap-y-5 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--gap-y-10 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--gap-y-15 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--gap-y-20 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--gap-y-30 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--gap-y-40 {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--gap-y-50 {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--gap-y-100 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--gap-y-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--grid-flow-row {
    grid-auto-flow: row;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--grid-flow-col {
    grid-auto-flow: column;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--grid-flow-row-dense {
    grid-auto-flow: row dense;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--grid-flow-col-dense {
    grid-auto-flow: column dense;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--grid-cols-none {
    grid-template-columns: none;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--auto-cols-auto {
    grid-auto-columns: auto;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }
}
@media (min-width: 1280px) {
  .vpt .xl--col-auto {
    grid-column: auto;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--col-span-1 {
    grid-column: span 1/span 1;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--col-span-2 {
    grid-column: span 2/span 2;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--col-span-3 {
    grid-column: span 3/span 3;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--col-span-4 {
    grid-column: span 4/span 4;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--col-span-5 {
    grid-column: span 5/span 5;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--col-span-6 {
    grid-column: span 6/span 6;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--col-span-7 {
    grid-column: span 7/span 7;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--col-span-8 {
    grid-column: span 8/span 8;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--col-span-9 {
    grid-column: span 9/span 9;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--col-span-10 {
    grid-column: span 10/span 10;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--col-span-11 {
    grid-column: span 11/span 11;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--col-span-12 {
    grid-column: span 12/span 12;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--col-span-full {
    grid-column: 1/-1;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--col-start-1 {
    grid-column-start: 1;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--col-start-2 {
    grid-column-start: 2;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--col-start-3 {
    grid-column-start: 3;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--col-start-4 {
    grid-column-start: 4;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--col-start-5 {
    grid-column-start: 5;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--col-start-6 {
    grid-column-start: 6;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--col-start-7 {
    grid-column-start: 7;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--col-start-8 {
    grid-column-start: 8;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--col-start-9 {
    grid-column-start: 9;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--col-start-10 {
    grid-column-start: 10;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--col-start-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--col-start-12 {
    grid-column-start: 12;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--col-start-13 {
    grid-column-start: 13;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--col-start-auto {
    grid-column-start: auto;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--col-end-1 {
    grid-column-end: 1;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--col-end-2 {
    grid-column-end: 2;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--col-end-3 {
    grid-column-end: 3;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--col-end-4 {
    grid-column-end: 4;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--col-end-5 {
    grid-column-end: 5;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--col-end-6 {
    grid-column-end: 6;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--col-end-7 {
    grid-column-end: 7;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--col-end-8 {
    grid-column-end: 8;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--col-end-9 {
    grid-column-end: 9;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--col-end-10 {
    grid-column-end: 10;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--col-end-11 {
    grid-column-end: 11;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--col-end-12 {
    grid-column-end: 12;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--col-end-13 {
    grid-column-end: 13;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--col-end-auto {
    grid-column-end: auto;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--grid-rows-none {
    grid-template-rows: none;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--auto-rows-auto {
    grid-auto-rows: auto;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }
}
@media (min-width: 1280px) {
  .vpt .xl--row-auto {
    grid-row: auto;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--row-span-1 {
    grid-row: span 1/span 1;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--row-span-2 {
    grid-row: span 2/span 2;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--row-span-3 {
    grid-row: span 3/span 3;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--row-span-4 {
    grid-row: span 4/span 4;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--row-span-5 {
    grid-row: span 5/span 5;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--row-span-6 {
    grid-row: span 6/span 6;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--row-span-full {
    grid-row: 1/-1;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--row-start-1 {
    grid-row-start: 1;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--row-start-2 {
    grid-row-start: 2;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--row-start-3 {
    grid-row-start: 3;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--row-start-4 {
    grid-row-start: 4;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--row-start-5 {
    grid-row-start: 5;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--row-start-6 {
    grid-row-start: 6;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--row-start-7 {
    grid-row-start: 7;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--row-start-auto {
    grid-row-start: auto;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--row-end-1 {
    grid-row-end: 1;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--row-end-2 {
    grid-row-end: 2;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--row-end-3 {
    grid-row-end: 3;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--row-end-4 {
    grid-row-end: 4;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--row-end-5 {
    grid-row-end: 5;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--row-end-6 {
    grid-row-end: 6;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--row-end-7 {
    grid-row-end: 7;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--row-end-auto {
    grid-row-end: auto;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }
}
@media (min-width: 1280px) {
  .vpt .xl--transform-none {
    transform: none;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--origin-center {
    transform-origin: center;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--origin-top {
    transform-origin: top;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--origin-top-right {
    transform-origin: top right;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--origin-right {
    transform-origin: right;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--origin-bottom-right {
    transform-origin: bottom right;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--origin-bottom {
    transform-origin: bottom;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--origin-bottom-left {
    transform-origin: bottom left;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--origin-left {
    transform-origin: left;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--origin-top-left {
    transform-origin: top left;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--scale-x-0 {
    --transform-scale-x: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--scale-x-50 {
    --transform-scale-x: .5;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--scale-x-75 {
    --transform-scale-x: .75;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--scale-x-90 {
    --transform-scale-x: .9;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--scale-x-95 {
    --transform-scale-x: .95;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--scale-x-100 {
    --transform-scale-x: 1;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--scale-x-105 {
    --transform-scale-x: 1.05;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--scale-x-110 {
    --transform-scale-x: 1.1;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--scale-x-125 {
    --transform-scale-x: 1.25;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--scale-x-150 {
    --transform-scale-x: 1.5;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--scale-y-0 {
    --transform-scale-y: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--scale-y-50 {
    --transform-scale-y: .5;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--scale-y-75 {
    --transform-scale-y: .75;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--scale-y-90 {
    --transform-scale-y: .9;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--scale-y-95 {
    --transform-scale-y: .95;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--scale-y-100 {
    --transform-scale-y: 1;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--scale-y-105 {
    --transform-scale-y: 1.05;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--scale-y-110 {
    --transform-scale-y: 1.1;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--scale-y-125 {
    --transform-scale-y: 1.25;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--scale-y-150 {
    --transform-scale-y: 1.5;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--scale-0:hover {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--scale-50:hover {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--scale-75:hover {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--scale-90:hover {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--scale-95:hover {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--scale-100:hover {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--scale-110:hover {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--scale-125:hover {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--scale-150:hover {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--scale-x-0:hover {
    --transform-scale-x: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--scale-x-50:hover {
    --transform-scale-x: .5;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--scale-x-75:hover {
    --transform-scale-x: .75;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--scale-x-90:hover {
    --transform-scale-x: .9;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--scale-x-95:hover {
    --transform-scale-x: .95;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--scale-x-100:hover {
    --transform-scale-x: 1;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--scale-x-105:hover {
    --transform-scale-x: 1.05;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--scale-x-110:hover {
    --transform-scale-x: 1.1;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--scale-x-125:hover {
    --transform-scale-x: 1.25;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--scale-x-150:hover {
    --transform-scale-x: 1.5;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--scale-y-0:hover {
    --transform-scale-y: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--scale-y-50:hover {
    --transform-scale-y: .5;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--scale-y-75:hover {
    --transform-scale-y: .75;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--scale-y-90:hover {
    --transform-scale-y: .9;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--scale-y-95:hover {
    --transform-scale-y: .95;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--scale-y-100:hover {
    --transform-scale-y: 1;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--scale-y-105:hover {
    --transform-scale-y: 1.05;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--scale-y-110:hover {
    --transform-scale-y: 1.1;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--scale-y-125:hover {
    --transform-scale-y: 1.25;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--scale-y-150:hover {
    --transform-scale-y: 1.5;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--scale-0:focus {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--scale-50:focus {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--scale-75:focus {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--scale-90:focus {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--scale-95:focus {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--scale-100:focus {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--scale-105:focus {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--scale-110:focus {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--scale-125:focus {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--scale-150:focus {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--scale-x-0:focus {
    --transform-scale-x: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--scale-x-50:focus {
    --transform-scale-x: .5;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--scale-x-75:focus {
    --transform-scale-x: .75;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--scale-x-90:focus {
    --transform-scale-x: .9;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--scale-x-95:focus {
    --transform-scale-x: .95;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--scale-x-100:focus {
    --transform-scale-x: 1;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--scale-x-105:focus {
    --transform-scale-x: 1.05;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--scale-x-110:focus {
    --transform-scale-x: 1.1;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--scale-x-125:focus {
    --transform-scale-x: 1.25;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--scale-x-150:focus {
    --transform-scale-x: 1.5;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--scale-y-0:focus {
    --transform-scale-y: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--scale-y-50:focus {
    --transform-scale-y: .5;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--scale-y-75:focus {
    --transform-scale-y: .75;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--scale-y-90:focus {
    --transform-scale-y: .9;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--scale-y-95:focus {
    --transform-scale-y: .95;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--scale-y-100:focus {
    --transform-scale-y: 1;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--scale-y-105:focus {
    --transform-scale-y: 1.05;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--scale-y-110:focus {
    --transform-scale-y: 1.1;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--scale-y-125:focus {
    --transform-scale-y: 1.25;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--scale-y-150:focus {
    --transform-scale-y: 1.5;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rotate-0 {
    --transform-rotate: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rotate-1 {
    --transform-rotate: 1deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rotate-2 {
    --transform-rotate: 2deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rotate-3 {
    --transform-rotate: 3deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rotate-6 {
    --transform-rotate: 6deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rotate-12 {
    --transform-rotate: 12deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rotate-45 {
    --transform-rotate: 45deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rotate-90 {
    --transform-rotate: 90deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--rotate-180 {
    --transform-rotate: 180deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---rotate-180 {
    --transform-rotate: -180deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---rotate-90 {
    --transform-rotate: -90deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---rotate-45 {
    --transform-rotate: -45deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---rotate-12 {
    --transform-rotate: -12deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---rotate-6 {
    --transform-rotate: -6deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---rotate-3 {
    --transform-rotate: -3deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---rotate-2 {
    --transform-rotate: -2deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---rotate-1 {
    --transform-rotate: -1deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--rotate-0:hover {
    --transform-rotate: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--rotate-1:hover {
    --transform-rotate: 1deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--rotate-2:hover {
    --transform-rotate: 2deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--rotate-3:hover {
    --transform-rotate: 3deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--rotate-6:hover {
    --transform-rotate: 6deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--rotate-12:hover {
    --transform-rotate: 12deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--rotate-45:hover {
    --transform-rotate: 45deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--rotate-90:hover {
    --transform-rotate: 90deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--rotate-180:hover {
    --transform-rotate: 180deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover---rotate-180:hover {
    --transform-rotate: -180deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover---rotate-90:hover {
    --transform-rotate: -90deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover---rotate-45:hover {
    --transform-rotate: -45deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover---rotate-12:hover {
    --transform-rotate: -12deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover---rotate-6:hover {
    --transform-rotate: -6deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover---rotate-3:hover {
    --transform-rotate: -3deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover---rotate-2:hover {
    --transform-rotate: -2deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover---rotate-1:hover {
    --transform-rotate: -1deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--rotate-0:focus {
    --transform-rotate: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--rotate-1:focus {
    --transform-rotate: 1deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--rotate-2:focus {
    --transform-rotate: 2deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--rotate-3:focus {
    --transform-rotate: 3deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--rotate-6:focus {
    --transform-rotate: 6deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--rotate-12:focus {
    --transform-rotate: 12deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--rotate-45:focus {
    --transform-rotate: 45deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--rotate-90:focus {
    --transform-rotate: 90deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--rotate-180:focus {
    --transform-rotate: 180deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus---rotate-180:focus {
    --transform-rotate: -180deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus---rotate-90:focus {
    --transform-rotate: -90deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus---rotate-45:focus {
    --transform-rotate: -45deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus---rotate-12:focus {
    --transform-rotate: -12deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus---rotate-6:focus {
    --transform-rotate: -6deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus---rotate-3:focus {
    --transform-rotate: -3deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus---rotate-2:focus {
    --transform-rotate: -2deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus---rotate-1:focus {
    --transform-rotate: -1deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--translate-x-0 {
    --transform-translate-x: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--translate-x-5 {
    --transform-translate-x: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--translate-x-10 {
    --transform-translate-x: 1rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--translate-x-15 {
    --transform-translate-x: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--translate-x-20 {
    --transform-translate-x: 2rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--translate-x-30 {
    --transform-translate-x: 3rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--translate-x-40 {
    --transform-translate-x: 4rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--translate-x-50 {
    --transform-translate-x: 5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--translate-x-100 {
    --transform-translate-x: 10rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--translate-x-px {
    --transform-translate-x: 1px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---translate-x-5 {
    --transform-translate-x: -0.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---translate-x-10 {
    --transform-translate-x: -1rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---translate-x-15 {
    --transform-translate-x: -1.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---translate-x-20 {
    --transform-translate-x: -2rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---translate-x-30 {
    --transform-translate-x: -3rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---translate-x-40 {
    --transform-translate-x: -4rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---translate-x-50 {
    --transform-translate-x: -5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---translate-x-100 {
    --transform-translate-x: -10rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---translate-x-px {
    --transform-translate-x: -1px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---translate-x-full {
    --transform-translate-x: -100%;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---translate-x-1\/2 {
    --transform-translate-x: -50%;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--translate-x-1\/2 {
    --transform-translate-x: 50%;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--translate-x-full {
    --transform-translate-x: 100%;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--translate-y-0 {
    --transform-translate-y: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--translate-y-5 {
    --transform-translate-y: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--translate-y-10 {
    --transform-translate-y: 1rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--translate-y-15 {
    --transform-translate-y: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--translate-y-20 {
    --transform-translate-y: 2rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--translate-y-30 {
    --transform-translate-y: 3rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--translate-y-40 {
    --transform-translate-y: 4rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--translate-y-50 {
    --transform-translate-y: 5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--translate-y-100 {
    --transform-translate-y: 10rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--translate-y-px {
    --transform-translate-y: 1px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---translate-y-5 {
    --transform-translate-y: -0.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---translate-y-10 {
    --transform-translate-y: -1rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---translate-y-15 {
    --transform-translate-y: -1.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---translate-y-20 {
    --transform-translate-y: -2rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---translate-y-30 {
    --transform-translate-y: -3rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---translate-y-40 {
    --transform-translate-y: -4rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---translate-y-50 {
    --transform-translate-y: -5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---translate-y-100 {
    --transform-translate-y: -10rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---translate-y-px {
    --transform-translate-y: -1px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---translate-y-full {
    --transform-translate-y: -100%;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---translate-y-1\/2 {
    --transform-translate-y: -50%;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--translate-y-1\/2 {
    --transform-translate-y: 50%;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--translate-y-full {
    --transform-translate-y: 100%;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--translate-x-0:hover {
    --transform-translate-x: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--translate-x-5:hover {
    --transform-translate-x: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--translate-x-10:hover {
    --transform-translate-x: 1rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--translate-x-15:hover {
    --transform-translate-x: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--translate-x-20:hover {
    --transform-translate-x: 2rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--translate-x-30:hover {
    --transform-translate-x: 3rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--translate-x-40:hover {
    --transform-translate-x: 4rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--translate-x-50:hover {
    --transform-translate-x: 5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--translate-x-100:hover {
    --transform-translate-x: 10rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--translate-x-px:hover {
    --transform-translate-x: 1px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover---translate-x-5:hover {
    --transform-translate-x: -0.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover---translate-x-10:hover {
    --transform-translate-x: -1rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover---translate-x-15:hover {
    --transform-translate-x: -1.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover---translate-x-20:hover {
    --transform-translate-x: -2rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover---translate-x-30:hover {
    --transform-translate-x: -3rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover---translate-x-40:hover {
    --transform-translate-x: -4rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover---translate-x-50:hover {
    --transform-translate-x: -5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover---translate-x-100:hover {
    --transform-translate-x: -10rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover---translate-x-px:hover {
    --transform-translate-x: -1px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover---translate-x-full:hover {
    --transform-translate-x: -100%;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover---translate-x-1\/2:hover {
    --transform-translate-x: -50%;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--translate-x-1\/2:hover {
    --transform-translate-x: 50%;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--translate-x-full:hover {
    --transform-translate-x: 100%;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--translate-y-0:hover {
    --transform-translate-y: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--translate-y-5:hover {
    --transform-translate-y: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--translate-y-10:hover {
    --transform-translate-y: 1rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--translate-y-15:hover {
    --transform-translate-y: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--translate-y-20:hover {
    --transform-translate-y: 2rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--translate-y-30:hover {
    --transform-translate-y: 3rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--translate-y-40:hover {
    --transform-translate-y: 4rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--translate-y-50:hover {
    --transform-translate-y: 5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--translate-y-100:hover {
    --transform-translate-y: 10rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--translate-y-px:hover {
    --transform-translate-y: 1px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover---translate-y-5:hover {
    --transform-translate-y: -0.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover---translate-y-10:hover {
    --transform-translate-y: -1rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover---translate-y-15:hover {
    --transform-translate-y: -1.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover---translate-y-20:hover {
    --transform-translate-y: -2rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover---translate-y-30:hover {
    --transform-translate-y: -3rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover---translate-y-40:hover {
    --transform-translate-y: -4rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover---translate-y-50:hover {
    --transform-translate-y: -5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover---translate-y-100:hover {
    --transform-translate-y: -10rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover---translate-y-px:hover {
    --transform-translate-y: -1px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover---translate-y-full:hover {
    --transform-translate-y: -100%;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover---translate-y-1\/2:hover {
    --transform-translate-y: -50%;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--translate-y-1\/2:hover {
    --transform-translate-y: 50%;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--translate-y-full:hover {
    --transform-translate-y: 100%;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--translate-x-0:focus {
    --transform-translate-x: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--translate-x-5:focus {
    --transform-translate-x: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--translate-x-10:focus {
    --transform-translate-x: 1rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--translate-x-15:focus {
    --transform-translate-x: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--translate-x-20:focus {
    --transform-translate-x: 2rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--translate-x-30:focus {
    --transform-translate-x: 3rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--translate-x-40:focus {
    --transform-translate-x: 4rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--translate-x-50:focus {
    --transform-translate-x: 5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--translate-x-100:focus {
    --transform-translate-x: 10rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--translate-x-px:focus {
    --transform-translate-x: 1px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus---translate-x-5:focus {
    --transform-translate-x: -0.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus---translate-x-10:focus {
    --transform-translate-x: -1rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus---translate-x-15:focus {
    --transform-translate-x: -1.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus---translate-x-20:focus {
    --transform-translate-x: -2rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus---translate-x-30:focus {
    --transform-translate-x: -3rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus---translate-x-40:focus {
    --transform-translate-x: -4rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus---translate-x-50:focus {
    --transform-translate-x: -5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus---translate-x-100:focus {
    --transform-translate-x: -10rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus---translate-x-px:focus {
    --transform-translate-x: -1px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus---translate-x-full:focus {
    --transform-translate-x: -100%;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus---translate-x-1\/2:focus {
    --transform-translate-x: -50%;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--translate-x-1\/2:focus {
    --transform-translate-x: 50%;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--translate-x-full:focus {
    --transform-translate-x: 100%;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--translate-y-0:focus {
    --transform-translate-y: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--translate-y-5:focus {
    --transform-translate-y: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--translate-y-10:focus {
    --transform-translate-y: 1rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--translate-y-15:focus {
    --transform-translate-y: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--translate-y-20:focus {
    --transform-translate-y: 2rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--translate-y-30:focus {
    --transform-translate-y: 3rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--translate-y-40:focus {
    --transform-translate-y: 4rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--translate-y-50:focus {
    --transform-translate-y: 5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--translate-y-100:focus {
    --transform-translate-y: 10rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--translate-y-px:focus {
    --transform-translate-y: 1px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus---translate-y-5:focus {
    --transform-translate-y: -0.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus---translate-y-10:focus {
    --transform-translate-y: -1rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus---translate-y-15:focus {
    --transform-translate-y: -1.5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus---translate-y-20:focus {
    --transform-translate-y: -2rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus---translate-y-30:focus {
    --transform-translate-y: -3rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus---translate-y-40:focus {
    --transform-translate-y: -4rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus---translate-y-50:focus {
    --transform-translate-y: -5rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus---translate-y-100:focus {
    --transform-translate-y: -10rem;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus---translate-y-px:focus {
    --transform-translate-y: -1px;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus---translate-y-full:focus {
    --transform-translate-y: -100%;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus---translate-y-1\/2:focus {
    --transform-translate-y: -50%;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--translate-y-1\/2:focus {
    --transform-translate-y: 50%;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--translate-y-full:focus {
    --transform-translate-y: 100%;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--skew-x-0 {
    --transform-skew-x: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--skew-x-1 {
    --transform-skew-x: 1deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--skew-x-2 {
    --transform-skew-x: 2deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--skew-x-3 {
    --transform-skew-x: 3deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--skew-x-6 {
    --transform-skew-x: 6deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--skew-x-12 {
    --transform-skew-x: 12deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---skew-x-12 {
    --transform-skew-x: -12deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---skew-x-6 {
    --transform-skew-x: -6deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---skew-x-3 {
    --transform-skew-x: -3deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---skew-x-2 {
    --transform-skew-x: -2deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---skew-x-1 {
    --transform-skew-x: -1deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--skew-y-0 {
    --transform-skew-y: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--skew-y-1 {
    --transform-skew-y: 1deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--skew-y-2 {
    --transform-skew-y: 2deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--skew-y-3 {
    --transform-skew-y: 3deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--skew-y-6 {
    --transform-skew-y: 6deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--skew-y-12 {
    --transform-skew-y: 12deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---skew-y-12 {
    --transform-skew-y: -12deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---skew-y-6 {
    --transform-skew-y: -6deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---skew-y-3 {
    --transform-skew-y: -3deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---skew-y-2 {
    --transform-skew-y: -2deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl---skew-y-1 {
    --transform-skew-y: -1deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--skew-x-0:hover {
    --transform-skew-x: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--skew-x-1:hover {
    --transform-skew-x: 1deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--skew-x-2:hover {
    --transform-skew-x: 2deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--skew-x-3:hover {
    --transform-skew-x: 3deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--skew-x-6:hover {
    --transform-skew-x: 6deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--skew-x-12:hover {
    --transform-skew-x: 12deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover---skew-x-12:hover {
    --transform-skew-x: -12deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover---skew-x-6:hover {
    --transform-skew-x: -6deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover---skew-x-3:hover {
    --transform-skew-x: -3deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover---skew-x-2:hover {
    --transform-skew-x: -2deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover---skew-x-1:hover {
    --transform-skew-x: -1deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--skew-y-0:hover {
    --transform-skew-y: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--skew-y-1:hover {
    --transform-skew-y: 1deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--skew-y-2:hover {
    --transform-skew-y: 2deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--skew-y-3:hover {
    --transform-skew-y: 3deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--skew-y-6:hover {
    --transform-skew-y: 6deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover--skew-y-12:hover {
    --transform-skew-y: 12deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover---skew-y-12:hover {
    --transform-skew-y: -12deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover---skew-y-6:hover {
    --transform-skew-y: -6deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover---skew-y-3:hover {
    --transform-skew-y: -3deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover---skew-y-2:hover {
    --transform-skew-y: -2deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--hover---skew-y-1:hover {
    --transform-skew-y: -1deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--skew-x-0:focus {
    --transform-skew-x: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--skew-x-1:focus {
    --transform-skew-x: 1deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--skew-x-2:focus {
    --transform-skew-x: 2deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--skew-x-3:focus {
    --transform-skew-x: 3deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--skew-x-6:focus {
    --transform-skew-x: 6deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--skew-x-12:focus {
    --transform-skew-x: 12deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus---skew-x-12:focus {
    --transform-skew-x: -12deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus---skew-x-6:focus {
    --transform-skew-x: -6deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus---skew-x-3:focus {
    --transform-skew-x: -3deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus---skew-x-2:focus {
    --transform-skew-x: -2deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus---skew-x-1:focus {
    --transform-skew-x: -1deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--skew-y-0:focus {
    --transform-skew-y: 0;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--skew-y-1:focus {
    --transform-skew-y: 1deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--skew-y-2:focus {
    --transform-skew-y: 2deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--skew-y-3:focus {
    --transform-skew-y: 3deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--skew-y-6:focus {
    --transform-skew-y: 6deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus--skew-y-12:focus {
    --transform-skew-y: 12deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus---skew-y-12:focus {
    --transform-skew-y: -12deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus---skew-y-6:focus {
    --transform-skew-y: -6deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus---skew-y-3:focus {
    --transform-skew-y: -3deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus---skew-y-2:focus {
    --transform-skew-y: -2deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--focus---skew-y-1:focus {
    --transform-skew-y: -1deg;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--transition-none {
    transition-property: none;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--transition-all {
    transition-property: all;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--transition-opacity {
    transition-property: opacity;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--transition-shadow {
    transition-property: box-shadow;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--transition-transform {
    transition-property: transform;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--ease-linear {
    transition-timing-function: linear;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }
}
@media (min-width: 1280px) {
  .vpt .xl--ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
@media (min-width: 1280px) {
  .vpt .xl--ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@media (min-width: 1280px) {
  .vpt .xl--duration-75 {
    transition-duration: 75ms;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--duration-100 {
    transition-duration: 100ms;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--duration-150 {
    transition-duration: 150ms;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--duration-200 {
    transition-duration: 200ms;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--duration-300 {
    transition-duration: 300ms;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--duration-500 {
    transition-duration: 500ms;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--duration-700 {
    transition-duration: 700ms;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--duration-1000 {
    transition-duration: 1000ms;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--delay-75 {
    transition-delay: 75ms;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--delay-100 {
    transition-delay: 100ms;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--delay-150 {
    transition-delay: 150ms;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--delay-200 {
    transition-delay: 200ms;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--delay-300 {
    transition-delay: 300ms;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--delay-500 {
    transition-delay: 500ms;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--delay-700 {
    transition-delay: 700ms;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--delay-1000 {
    transition-delay: 1000ms;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--animate-none {
    animation: none;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--animate-spin {
    animation: spin 1s linear infinite;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }
}
@media (min-width: 1280px) {
  .vpt .xl--animate-bounce {
    animation: bounce 1s infinite;
  }
}
.vpt p {
  max-width: 650px;
}
.vpt li {
  float: unset;
}