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

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

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

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

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

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

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

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

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

.vde-pointer-events-none {
  pointer-events: none !important;
}

.vde-absolute {
  position: absolute !important;
}

.vde-relative {
  position: relative !important;
}

.vde-bottom-full {
  bottom: 100% !important;
}

.vde-order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}

.vde-order-first {
  -webkit-box-ordinal-group: -9998 !important;
      -ms-flex-order: -9999 !important;
          order: -9999 !important;
}

.vde-col-span-10 {
  grid-column: span 10 / span 10 !important;
}

.vde-col-span-12 {
  grid-column: span 12 / span 12 !important;
}

.vde-col-span-2 {
  grid-column: span 2 / span 2 !important;
}

.vde-col-span-3 {
  grid-column: span 3 / span 3 !important;
}

.vde-col-span-4 {
  grid-column: span 4 / span 4 !important;
}

.vde-col-span-6 {
  grid-column: span 6 / span 6 !important;
}

.vde-col-span-8 {
  grid-column: span 8 / span 8 !important;
}

.vde-m-auto {
  margin: auto !important;
}

.vde-mx-10px {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

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

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

.vde--ml-4 {
  margin-left: -1rem !important;
}

.vde-mb-0 {
  margin-bottom: 0px !important;
}

.vde-mb-1 {
  margin-bottom: 0.25rem !important;
}

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

.vde-mb-20px {
  margin-bottom: 20px !important;
}

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

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

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

.vde-ml-4 {
  margin-left: 1rem !important;
}

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

.vde-mr-2 {
  margin-right: 0.5rem !important;
}

.vde-mr-4 {
  margin-right: 1rem !important;
}

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

.vde-mt-20px {
  margin-top: 20px !important;
}

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

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

.vde-mt-auto {
  margin-top: auto !important;
}

.vde-block {
  display: block !important;
}

.vde-inline-block {
  display: inline-block !important;
}

.vde-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.vde-grid {
  display: grid !important;
}

.vde-hidden {
  display: none !important;
}

.vde-aspect-\[1\/1\] {
  aspect-ratio: 1/1 !important;
}

.vde-aspect-\[1\/2\] {
  aspect-ratio: 1/2 !important;
}

.vde-aspect-\[2\/1\] {
  aspect-ratio: 2/1 !important;
}

.vde-aspect-square {
  aspect-ratio: 1 / 1 !important;
}

.vde-h-full {
  height: 100% !important;
}

.vde-w-auto {
  width: auto !important;
}

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

.vde-w-max {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}

.vde-flex-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 0% !important;
          flex: 1 1 0% !important;
}

.vde-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.vde-grow {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.vde-cursor-pointer {
  cursor: pointer !important;
}

.vde-list-none {
  list-style-type: none !important;
}

.vde-columns-2 {
  -webkit-columns: 2 !important;
     -moz-columns: 2 !important;
          columns: 2 !important;
}

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

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

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

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

.vde-flex-col {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.vde-flex-col-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.vde-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.vde-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.vde-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.vde-justify-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.vde-justify-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.vde-justify-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.vde-gap-20px {
  gap: 20px !important;
}

.vde-gap-4 {
  gap: 1rem !important;
}

.vde-overflow-hidden {
  overflow: hidden !important;
}

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

.vde-border-x-0 {
  border-left-width: 0px !important;
  border-right-width: 0px !important;
}

.vde-border-b-4 {
  border-bottom-width: 4px !important;
}

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

.vde-border-solid {
  border-style: solid !important;
}

.vde-border-lightest-grey {
  --tw-border-opacity: 1 !important;
  border-color: rgb(204 204 204 / var(--tw-border-opacity)) !important;
}

.vde-border-tba-blue {
  --tw-border-opacity: 1 !important;
  border-color: rgb(36 160 217 / var(--tw-border-opacity)) !important;
}

.vde-bg-\[\#DDDDDD\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(221 221 221 / var(--tw-bg-opacity)) !important;
}

.vde-bg-tba-blue {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(36 160 217 / var(--tw-bg-opacity)) !important;
}

.vde-bg-tba-magenta {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(213 19 127 / var(--tw-bg-opacity)) !important;
}

.vde-bg-tba-slate {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(55 61 66 / var(--tw-bg-opacity)) !important;
}

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

.vde-bg-ultralight-grey\/95 {
  background-color: rgb(238 238 238 / 0.95) !important;
}

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

.vde-bg-cover {
  background-size: cover !important;
}

.vde-bg-center {
  background-position: center !important;
}

.vde-bg-no-repeat {
  background-repeat: no-repeat !important;
}

.vde-object-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.vde-object-center {
  -o-object-position: center !important;
     object-position: center !important;
}

.vde-object-left-bottom {
  -o-object-position: left bottom !important;
     object-position: left bottom !important;
}

.vde-p-0 {
  padding: 0px !important;
}

.vde-p-4 {
  padding: 1rem !important;
}

.vde-p-5 {
  padding: 1.25rem !important;
}

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

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

.vde-py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

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

.vde-pb-0 {
  padding-bottom: 0px !important;
}

.vde-pb-2 {
  padding-bottom: 0.5rem !important;
}

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

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

.vde-pr-10 {
  padding-right: 2.5rem !important;
}

.vde-pr-12 {
  padding-right: 3rem !important;
}

.vde-pr-16 {
  padding-right: 4rem !important;
}

.vde-pt-0 {
  padding-top: 0px !important;
}

.vde-pt-1 {
  padding-top: 0.25rem !important;
}

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

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

.vde-pt-16 {
  padding-top: 4rem !important;
}

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

.vde-pt-4 {
  padding-top: 1rem !important;
}

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

.vde-text-base {
  font-size: 18px !important;
  line-height: 24px !important;
}

.vde-text-lg {
  font-size: 24px !important;
  line-height: 30px !important;
}

.vde-text-xl {
  font-size: 48px !important;
  line-height: 48px !important;
}

.vde-font-light {
  font-weight: 300 !important;
}

.vde-font-medium {
  font-weight: 500 !important;
}

.vde-text-tba-blue {
  --tw-text-opacity: 1 !important;
  color: rgb(36 160 217 / var(--tw-text-opacity)) !important;
}

.vde-text-tba-green {
  --tw-text-opacity: 1 !important;
  color: rgb(117 181 55 / var(--tw-text-opacity)) !important;
}

.vde-text-tba-magenta {
  --tw-text-opacity: 1 !important;
  color: rgb(213 19 127 / var(--tw-text-opacity)) !important;
}

.vde-text-tba-slate {
  --tw-text-opacity: 1 !important;
  color: rgb(55 61 66 / var(--tw-text-opacity)) !important;
}

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

.vde-filter {
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
          filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

html,
body {
  font-size: 18px;
  line-height: 24px;
}

body {
  overflow-x: hidden;
}

a:hover {
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  /* margin bottom should be half of base font size in tailwind.config.js */
  padding: 0;
  margin-bottom: 9px;
}

h1 {
  font-size: 48px;
  line-height: 48px;
}

h1:not(:last-child) {
  margin-bottom: 24px;
}

h2 {
  font-size: 24px;
  line-height: 30px;
}

h2:not(:last-child) {
  margin-bottom: 12px;
}

ul:not(.slick-dots) li {
  list-style-image: url("/wp-content/plugins/velo-divi-extension/includes/icons/plus.svg");
}

ul:not(.slick-dots) li::marker {
  font-size: 1.5rem;
}

.photo-credit {
  color: #FFFFFF;
  font-weight: 400;
  text-shadow: 0px 0px 2px #000000;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 8px 12px 4px 12px;
  max-width: 100%;
  background: rgb(55 61 66 / 50%);
}

.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
}

.lds-spinner div {
  -webkit-transform-origin: 10px 10px;
          transform-origin: 10px 10px;
  -webkit-animation: lds-spinner 1.2s linear infinite;
          animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0px;
  left: 9px;
  width: 2px;
  height: 6px;
  border-radius: 20%;
  background: #373D42;
}

.lds-spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
  -webkit-transform: rotate(210deg);
          transform: rotate(210deg);
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
  -webkit-transform: rotate(300deg);
          transform: rotate(300deg);
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
  -webkit-transform: rotate(330deg);
          transform: rotate(330deg);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

@-webkit-keyframes lds-spinner {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* DIVI */

.et-fb-modal *:not(.mce-ico) {
  font-family: "Gill Sans MT Std", Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 400 !important;
}

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

.et_pb_column {
  min-height: 0;
}

#left-area ul,
.entry-content ul,
.et-l--body ul,
.et-l--footer ul,
.et-l--header ul {
  /* padding-bottom: 0; */
  padding-left: 1rem;
}

.et_pb_equal_columns .et_pb_column {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

@media (min-width: 1280px) {
  .et_pb_equal_columns .et_pb_column.et_pb_column_1_2 {
    /* 20px * 0.5 */
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
  }

  .et_pb_equal_columns .et_pb_column.et_pb_column_1_3 {
    /* 20px * 0.6666666667 */
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 13px);
            flex: 0 0 calc(25% - 13px);
  }

  .et_pb_equal_columns .et_pb_column.et_pb_column_1_4 {
    /* 20px * 0.75 */
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 15px);
            flex: 0 0 calc(25% - 15px);
  }

  .et_pb_equal_columns .et_pb_column.et_pb_column_3_4 {
    /* 20px * 0.25 */
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(75% - 5px);
            flex: 0 0 calc(75% - 5px);
  }
}

ul.et-fb-columns-layout li[data-layout="1_3,1_3,1_3"],
ul.et-fb-columns-layout li[data-layout="1_5,1_5,1_5,1_5,1_5"],
ul.et-fb-columns-layout li[data-layout="1_6,1_6,1_6,1_6,1_6,1_6"],
ul.et-fb-columns-layout li[data-layout="2_5,3_5"],
ul.et-fb-columns-layout li[data-layout="3_5,2_5"],
ul.et-fb-columns-layout li[data-layout="1_3,2_3"],
ul.et-fb-columns-layout li[data-layout="2_3,1_3"],
ul.et-fb-columns-layout li[data-layout="1_5,3_5,1_5"],
ul.et-fb-columns-layout li[data-layout="1_5,1_5,3_5"],
ul.et-fb-columns-layout li[data-layout="3_5,1_5,1_5"],
ul.et-fb-columns-layout li[data-layout="1_6,1_6,1_6,1_2"],
ul.et-fb-columns-layout li[data-layout="1_2,1_6,1_6,1_6"],
.et-db
    #et-boc
    .et-l
    .et-fb-settings-option-select--column-structure
    .select-option-item[data-value="1_3,1_3,1_3"],
.et-db
    #et-boc
    .et-l
    .et-fb-settings-option-select--column-structure
    .select-option-item[data-value="1_5,1_5,1_5,1_5,1_5"],
.et-db
    #et-boc
    .et-l
    .et-fb-settings-option-select--column-structure
    .select-option-item[data-value="1_6,1_6,1_6,1_6,1_6,1_6"],
.et-db
    #et-boc
    .et-l
    .et-fb-settings-option-select--column-structure
    .select-option-item[data-value="2_5,3_5"],
.et-db
    #et-boc
    .et-l
    .et-fb-settings-option-select--column-structure
    .select-option-item[data-value="3_5,2_5"],
.et-db
    #et-boc
    .et-l
    .et-fb-settings-option-select--column-structure
    .select-option-item[data-value="1_3,2_3"],
.et-db
    #et-boc
    .et-l
    .et-fb-settings-option-select--column-structure
    .select-option-item[data-value="2_3,1_3"],
.et-db
    #et-boc
    .et-l
    .et-fb-settings-option-select--column-structure
    .select-option-item[data-value="1_5,3_5,1_5"],
.et-db
    #et-boc
    .et-l
    .et-fb-settings-option-select--column-structure
    .select-option-item[data-value="1_5,1_5,3_5"],
.et-db
    #et-boc
    .et-l
    .et-fb-settings-option-select--column-structure
    .select-option-item[data-value="3_5,1_5,1_5"],
.et-db
    #et-boc
    .et-l
    .et-fb-settings-option-select--column-structure
    .select-option-item[data-value="1_6,1_6,1_6,1_2"],
.et-db
    #et-boc
    .et-l
    .et-fb-settings-option-select--column-structure
    .select-option-item[data-value="1_2,1_6,1_6,1_6"] {
  display: none !important;
}

ul.et-fb-columns-layout {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr !important;
  gap: 0.5rem !important;
}

ul.et-fb-columns-layout li {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
}

ul.et-fb-columns-layout li .column-block-wrap {
  height: 100%;
}

ul.et-fb-columns-layout li .column-block {
  height: 100%;
}

.et_pb_column.et_pb_column_empty {
  min-height: 0;
}

/* END DIVI */

/* --- Plus Icon --- */

.tba-plus {
  --size: 18px;
  position: relative;
  display: inline-block;
  width: var(--size);
  height: var(--size);
  overflow: hidden;
}

.tba-plus .vert,
.tba-plus .hori {
  position: absolute;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #24A0D9;
}

.tba-plus .vert {
  height: var(--size);
  width: 2px;
}

.tba-plus .hori {
  width: var(--size);
  height: 2px;
}

/* Transform to minus - Default behaviour */

.tba-plus:not(.right-angle):not(.tba-plus--down).is-open .vert,
.tba-plus:not(.right-angle):not(.tba-plus--down):hover .vert,
li.menu-item:hover .tba-plus .vert,
a:hover .tba-plus:not(.right-angle):not(.tba-plus--down) .vert,
a.active .tba-plus:not(.right-angle):not(.tba-plus--down) .vert {
  height: 0px;
}

/* Transform to right angle */

.tba-plus.right-angle.is-open .vert,
a:hover .tba-plus.right-angle .vert,
.tba-plus.right-angle:hover .vert,
.tba-button:hover .tba-plus .vert,
button:hover .tba-plus.right-angle .vert {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
  width: 2px;
  height: 10px;
  top: 6px;
  left: 13px;
}

.tba-plus.right-angle.is-open .hori,
a:hover .tba-plus.right-angle .hori,
.tba-plus.right-angle:hover .hori,
.tba-button:hover .tba-plus .hori,
button:hover .tba-plus.right-angle .hori {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
  height: 2px;
  width: 10px;
  top: 16px;
  left: 9px;
}

/* --- Button --- */

.tba-button {
  color: #333333;
  font-weight: 500;
  padding-top: 5px;
}

.tba-button .tba-plus {
  --padding: 9px;
  background-color: #24A0D9;
  height: calc(var(--size) + var(--padding));
  width: calc(var(--size) + var(--padding));
  padding: var(--padding);
  margin-top: -5px;
}

.tba-button .tba-plus .vert,
.tba-button .tba-plus .hori {
  background-color: #FFFFFF;
}

.tba-hamburger {
  --size: 42px;
  width: var(--size);
  height: var(--size);
  padding: 12px;
  /* display: flex;
    flex-direction: column; */
}

.tba-hamburger span {
  width: 100%;
  height: 2px;
  display: block;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.tba-hamburger span:not(:last-child) {
  margin-bottom: 4px;
}

.tba-hamburger.active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(6px, 6px);
          transform: rotate(45deg) translate(6px, 6px);
}

.tba-hamburger.active span:nth-child(2) {
  opacity: 0;
}

.tba-hamburger.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(2px, -3px);
          transform: rotate(-45deg) translate(2px, -3px);
}

.tba-plus.tba-plus--down {
  background-color: #24A0D9;
  padding: 1rem;
}

.tba-plus.tba-plus--down .vert,
.tba-plus.tba-plus--down .hori {
  background-color: #FFFFFF;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.tba-plus.tba-plus--down .vert {
  left: 11px;
  top: 10px;
}

.tba-plus.tba-plus--down .hori {
  left: 14px;
  top: 18px;
}

.tba-plus.tba-plus--down::before {
  content: "";
  background-color: #FFFFFF;
  width: 2px;
  position: absolute;
  -webkit-transition: top 0.25s ease;
  -o-transition: top 0.25s ease;
  transition: top 0.25s ease;
  left: 17px;
  top: 26px;
  bottom: 12px;
}

.tba-plus.tba-plus--down:hover::before,
button:hover .tba-plus.tba-plus--down::before,
a:hover .tba-plus.tba-plus--down::before {
  content: "";
  top: 6px;
}

.has_et_pb_sticky .et_pb_sticky_placeholder {
  /* height: 0px !important; */
}

body.velo-mega-menu-nav-active {
  overflow: hidden;
}

.velo_mega_menu .module_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.velo_mega_menu .mega-menu-logo img {
  display: block;
  padding: 0.7rem 0;
}

.velo_mega_menu .mega-menu-logo .sticky-logo {
  display: none;
}

.et_pb_sticky .velo_mega_menu .mega-menu-logo .sticky-logo {
  display: block;
}

.et_pb_sticky .velo_mega_menu .mega-menu-logo.has-sticky-logo .logo {
  display: none;
}

.velo_mega_menu .mega-menu-nav {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.velo_mega_menu #mega-megu-toggle {
  display: block;
}

@media (min-width: 1280px) {
  .velo_mega_menu #mega-megu-toggle {
    display: none;
  }
}

.velo_mega_menu .sub-menu {
  display: none;
}

.velo_mega_menu ul.main-menu > li.active .sub-menu {
  display: block;
}

@media (min-width: 1280px) {
  .velo_mega_menu .sub-menu {
    pointer-events: none;
    z-index: -1;
    display: block;
    opacity: 0;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }

  .velo_mega_menu ul.main-menu > li:hover .sub-menu {
    pointer-events: all;
    z-index: 999;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.velo_mega_menu ul.main-menu {
  list-style: none;
  margin: 0;
  height: 100%;
  display: none;
  position: fixed;
  left: 0;
  top: 150px;
  width: 100vw;
  background-color: #f0f0f0;
  padding: 2rem 1rem;
  z-index: 999;
  overflow-y: scroll;
}

@media (min-width: 1280px) {
  .velo_mega_menu ul.main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    left: auto;
    top: auto !important;
    width: auto;
    background-color: transparent;
    overflow: hidden;
    padding: 0;
  }
}

body.velo-mega-menu-nav-active .velo_mega_menu ul.main-menu {
  display: block;
}

@media (min-width: 1280px) {
  body.velo-mega-menu-nav-active .velo_mega_menu ul.main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.velo_mega_menu ul.main-menu > li {
  display: block;
  margin-bottom: 0.5rem;
}

@media (min-width: 1280px) {
  .velo_mega_menu ul.main-menu > li {
    height: 100%;
    margin-bottom: 0;
  }
}

.velo_mega_menu ul.main-menu > li .nav-item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1rem;
  color: #373D42;
}

.velo_mega_menu ul.main-menu > li:last-child a {
  padding-right: 0;
}

@media (min-width: 1280px) {
  .velo_mega_menu ul.main-menu > li .sub-menu {
    position: fixed;
    left: 0;
    top: 150px;
    width: 100vw;
    background-color: #f0f0f0;
    padding: 0;
    z-index: 999;
  }
}

.velo-mega-menu-nav li.menu-item.menu-item--search {
  padding: 0 0 0 2rem;
}

.velo-mega-menu-nav li.menu-item:not(.menu-item--search) {
  padding-top: 4px;
}

.velo_mega_menu .search-form {
  width: 34px;
  height: 100%;
  width: 100%;
}

.velo_mega_menu .search-field {
  background-color: #FFFFFF;
  background-position: 5px center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border: none;
  padding: 8px 0 2px 32px;
  -webkit-transition: width 400ms ease;
  -o-transition: width 400ms ease;
  transition: width 400ms ease;
  cursor: pointer;
  color: #373D42;
  width: 100%;
}

@media (min-width: 1280px) {
  .velo_mega_menu .search-form {
    padding: 0 1rem;
  }

  .velo_mega_menu .search-field {
    width: 0px;
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.velo_mega_menu .search-field:focus {
  border: 1px solid rgb(55 61 66 / 50%);
  cursor: text;
  outline: 0;
  width: 100%;
  z-index: 1;
  background-color: #FFFFFF;
}

.velo_mega_menu .search-form .search-submit {
  display: none;
}

.velo_mega_menu .sub-menu nav ul li {
  list-style: none;
}

.velo_mega_menu .sub-menu nav a:hover {
  text-decoration: none;
  color: #24A0D9 !important;
}

.velo_mega_menu .sub-menu nav a {
  text-decoration: none;
  color: #373D42 !important;
}

.velo_mega_menu .nav-item .tba-plus {
  width: 12px;
  height: 12px;
}

.velo_mega_menu .sub-menu .featured img.small {
  width: 100px;
  height: auto;
}

.velo_mega_menu .sub-menu .featured img.large {
  width: 400px;
  height: auto;
}

@media (min-width: 1024px) {
  .velo_mega_menu .sub-menu .featured img.small {
    width: 210px;
    height: 297px;
  }

  .velo_mega_menu .sub-menu .featured img.large {
    width: 350px;
    height: auto;
  }
}

.customSlide:hover {
  text-decoration: none;
}

.velo-hero,
.velo_vacancy_hero {
  --left-triangle-transform: translateX(-100%);
  --left-triangle-transform-active: translateX(-65%);
  --right-triangle-transform: translateX(100%);
  --right-triangle-transform-active: translateX(65%);
  --ease-in-out: cubic-bezier(0.25, 0.1, 0.25, 1);
  --start-slow-end-fast: cubic-bezier(1, 0.2, 0.8, 1);
  --start-fast-end-slow: cubic-bezier(0.5, 0, 0, 1);
  --transition-duration: 1s;
  --transition-in-duration: 2s;
  --content-clip-path: polygon(0 0, 100% 0%, 94% 100%, 0% 100%);
  --triangle-border-color: rgba(255, 255, 255, 0.5);
  --triangle-border-width: 20px;
  --left-shape-clip-path: polygon(0 0, 100% 0, 50% 100%);
  --right-shape-clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

@-webkit-keyframes leftShapeIn {
  0% {
    -webkit-transform: var(--left-triangle-transform);
            transform: var(--left-triangle-transform);
  }

  100% {
    -webkit-transform: var(--left-triangle-transform-active);
            transform: var(--left-triangle-transform-active);
  }
}

@keyframes leftShapeIn {
  0% {
    -webkit-transform: var(--left-triangle-transform);
            transform: var(--left-triangle-transform);
  }

  100% {
    -webkit-transform: var(--left-triangle-transform-active);
            transform: var(--left-triangle-transform-active);
  }
}

@-webkit-keyframes leftShapeOut {
  0% {
    -webkit-transform: var(--left-triangle-transform-active);
            transform: var(--left-triangle-transform-active);
  }

  100% {
    -webkit-transform: translateX(175%);
            transform: translateX(175%);
  }
}

@keyframes leftShapeOut {
  0% {
    -webkit-transform: var(--left-triangle-transform-active);
            transform: var(--left-triangle-transform-active);
  }

  100% {
    -webkit-transform: translateX(175%);
            transform: translateX(175%);
  }
}

@-webkit-keyframes rightShapeIn {
  0% {
    -webkit-transform: var(--right-triangle-transform);
            transform: var(--right-triangle-transform);
  }

  100% {
    -webkit-transform: var(--right-triangle-transform-active);
            transform: var(--right-triangle-transform-active);
  }
}

@keyframes rightShapeIn {
  0% {
    -webkit-transform: var(--right-triangle-transform);
            transform: var(--right-triangle-transform);
  }

  100% {
    -webkit-transform: var(--right-triangle-transform-active);
            transform: var(--right-triangle-transform-active);
  }
}

@-webkit-keyframes rightShapeOut {
  0% {
    -webkit-transform: var(--right-triangle-transform-active);
            transform: var(--right-triangle-transform-active);
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
}

@keyframes rightShapeOut {
  0% {
    -webkit-transform: var(--right-triangle-transform-active);
            transform: var(--right-triangle-transform-active);
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
}

@-webkit-keyframes backgroundAnimationIn {
  0% {
    background-position-x: -100px;
  }

  100% {
    background-position-x: center;
  }
}

@keyframes backgroundAnimationIn {
  0% {
    background-position-x: -100px;
  }

  100% {
    background-position-x: center;
  }
}

@-webkit-keyframes backgroundAnimationOut {
  0% {
    background-position-x: center;
  }

  100% {
    background-position-x: 100px;
  }
}

@keyframes backgroundAnimationOut {
  0% {
    background-position-x: center;
  }

  100% {
    background-position-x: 100px;
  }
}

.velo-hero {
  position: relative;
}

/* .velo-hero .hero-slider.active .velo-hero-child .slide {
    background-position-x: -100px;
    animation: backgroundAnimationOut var(--transition-in-duration)
        var(--ease-in-out);
} */

.velo-hero .hero-slider.active .velo-hero-child .velo-hero-child__link:hover {
  text-decoration: none;
  color: inherit;
}

.velo-hero .velo-hero-child .slide {
  height: 100%;
  max-height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: hidden;
  /* transition: background-position var(--transition-in-duration) var(--start-fast-end-slow); */
}

/* .velo-hero .slick-current .velo-hero-child .slide {
    animation: backgroundAnimationIn var(--transition-in-duration)
        var(--start-fast-end-slow);
    background-position-x: center;
} */

.velo-hero .velo-hero-child .slide .et_pb_row {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 80px;
}

.velo-hero .velo-hero-child .logo,
.velo-hero .velo-hero-child .title,
.velo-hero .velo-hero-child .subtitle {
  position: relative;
  overflow: hidden;
  padding: 12px 10% 12px 100%;
  /*padding right based on crop angle*/
  margin-left: -100%;
  line-height: 1;
  font-weight: 400;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 3;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

.velo-hero .slick-slider .velo-hero-child .slide .logo,
.velo-hero .slick-slider .velo-hero-child .slide .title,
.velo-hero .slick-slider .velo-hero-child .slide .subtitle {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.velo-hero .slick-active .velo-hero-child .slide .logo {
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.velo-hero .slick-active .velo-hero-child .slide .title {
  -webkit-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.velo-hero .slick-active .velo-hero-child .slide .subtitle {
  -webkit-transition-delay: 1.4s;
       -o-transition-delay: 1.4s;
          transition-delay: 1.4s;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.velo-hero .velo-hero-child .slide .logo {
  background-color: #ffffff;
  height: 80px;
}

.velo-hero .velo-hero-child .slide .logo img {
  height: 100%;
  display: block;
}

.velo-hero .velo-hero-child .slide .title {
  color: #ffffff;
  font-size: 24px;
  line-height: 30px;
}

.velo-hero .velo-hero-child .slide .subtitle {
  color: #ffffff;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 18px;
  line-height: 24px;
  padding-right: 3rem;
}

.velo-hero .velo-hero-child .slide .title {
  background-color: #d5137f;
}

.velo-hero .velo-hero-child .slide .subtitle {
  background-color: #373d42;
}

.velo-hero .velo-hero-child .hero-video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.velo-hero .velo-hero-child .hero-video-background video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  max-width: none;
}

/* shapes */

.hero-overlays {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  overflow: hidden;
  pointer-events: none;
}

/* left-shape */

.hero-overlays .left-shape {
  position: absolute;
  height: calc(70% - 80px);
  top: 0;
  left: 0;
  -webkit-clip-path: var(--left-shape-clip-path);
          clip-path: var(--left-shape-clip-path);
  -webkit-transform: var(--left-triangle-transform);
          transform: var(--left-triangle-transform);
  background-color: var(--triangle-border-color);
  z-index: 2;
  /* transform: var(--left-triangle-p osition);
    transition: transform var(--transition-duration) var(--left-triangle-timing-function); */
}

.hero-overlays .animate-in .left-shape {
  -webkit-transform: var(--left-triangle-transform-active);
          transform: var(--left-triangle-transform-active);
  -webkit-animation: leftShapeIn var(--transition-in-duration)
        var(--start-fast-end-slow);
          animation: leftShapeIn var(--transition-in-duration)
        var(--start-fast-end-slow);
  z-index: 1;
}

.hero-overlays .left-shape .shape {
  -webkit-clip-path: var(--left-shape-clip-path);
          clip-path: var(--left-shape-clip-path);
  position: relative;
  height: 100%;
  right: var(--triangle-border-width);
}

.hero-overlays .animate-out .left-shape {
  -webkit-animation: leftShapeOut var(--transition-duration)
        var(--start-slow-end-fast);
          animation: leftShapeOut var(--transition-duration)
        var(--start-slow-end-fast);
}

/* right shape */

.hero-overlays .right-shape {
  position: absolute;
  height: calc(50% - 80px);
  bottom: 0;
  right: 0;
  -webkit-clip-path: var(--right-shape-clip-path);
          clip-path: var(--right-shape-clip-path);
  background-color: var(--triangle-border-color);
  -webkit-transform: var(--right-triangle-transform);
          transform: var(--right-triangle-transform);
  z-index: 1;
}

.hero-overlays .animate-in .right-shape {
  -webkit-transform: var(--right-triangle-transform-active);
          transform: var(--right-triangle-transform-active);
  -webkit-animation: rightShapeIn var(--transition-in-duration)
        var(--start-fast-end-slow);
          animation: rightShapeIn var(--transition-in-duration)
        var(--start-fast-end-slow);
}

.hero-overlays .right-shape .shape {
  -webkit-clip-path: var(--right-shape-clip-path);
          clip-path: var(--right-shape-clip-path);
  position: relative;
  height: 100%;
  left: var(--triangle-border-width);
}

.hero-overlays .animate-out .right-shape {
  -webkit-animation: rightShapeOut var(--transition-duration)
        var(--start-slow-end-fast);
          animation: rightShapeOut var(--transition-duration)
        var(--start-slow-end-fast);
}

.velo-hero__arrows {
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 36px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.velo-hero__arrows .hero__arrows--next {
  margin-left: 10px;
}

.velo-hero__arrows .hero__arrows--prev {
  margin-right: 10px;
}

.velo-hero__arrows .hero__arrows--next,
.velo-hero__arrows .hero__arrows--prev {
  height: 36px;
  width: 36px;
}

.velo-hero__arrows .hero__arrows--down {
  height: 36px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.velo-hero__arrows .hero__arrows--next,
.velo-hero__arrows .hero__arrows--prev,
.velo-hero__arrows .hero__arrows--down {
  padding: 8px;
  background-color: rgb(55 61 66 / 10%);
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.velo-hero__arrows .hero__arrows--next:hover,
.velo-hero__arrows .hero__arrows--prev:hover,
.velo-hero__arrows .hero__arrows--down:hover {
  background-color: #373D42;
}

.velo-hero .slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: absolute;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  list-style: none;
}

.velo-hero .slick-dots li {
  width: 50px;
  height: 8px;
  background-color: rgb(255 255 255 / 50%);
  margin-right: 10px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  /* box-shadow: 0 0 3px 3px theme(colors.tba-slate); */
}

.velo-hero .slick-dots li.slick-active {
  background-color: #FFFFFF;
}

.velo-hero .slick-dots li button,
.velo-hero .slick-dots li::marker {
  display: none;
}

.hero-slider:not(.active) .velo-hero-child,
.velo_vacancy_hero .hero-container {
  height: 60vh !important;
}

.velo_vacancy_hero .hero-container {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.velo_vacancy_hero .hero-container .hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 10vh;
}

.velo_vacancy_hero .subtitle {
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.velo_vacancy_hero .vde-vacancy__title,
.velo_vacancy_hero .vde-vacancy__location,
.velo_vacancy_hero .vde-vacancy__date {
  font-size: 24px;
  line-height: 30px;
}

.velo_vacancy_hero .vde-vacancy__location {
  z-index: 1;
}

.velo_vacancy_hero .vde-vacancy__date.join-right {
  margin-left: -100vw;
  padding-left: 100vw;
}

@media (min-width: 1280px) {
  .hero-overlays .left-shape {
    height: calc(150% - 80px);
    z-index: 2;
    left: -10%;
  }

  .hero-overlays .right-shape {
    height: calc(150% - 80px);
    z-index: 2;
  }

  /* .velo-hero .hero-slider.active .velo-hero-child .slide {
        background-size: 110%;
    } */

  .velo-hero .velo-hero-child .logo,
    .velo-hero .velo-hero-child .title,
    .velo-hero .velo-hero-child .subtitle {
    padding: 20px 6% 20px 100%;
  }

  .velo-hero .velo-hero-child .slide .title {
    font-size: 48px;
    line-height: 48px;
  }

  .velo-hero .velo-hero-child .slide .subtitle {
    font-size: 24px;
    line-height: 30px;
  }

  .velo-hero .velo-hero-child .slide .logo {
    height: 120px;
  }

  /* .hero-slider:not(.active) .velo-hero-child { */

  /* max-height: 600px; */

  /* } */

  .velo_vacancy_hero .vde-vacancy__title {
    font-size: 48px;
    line-height: 48px;
  }
}

@media (min-width: 1536px) {
  .hero-overlays .left-shape {
    left: -5%;
  }
}

.vde-posts__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vde-posts__header .vde-posts__title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  margin-left: -100%;
  padding-left: 100%;
  background-color: #6C8A99;
  color: #FFFFFF;
}

.vde-posts__slider .slick-track,
.posts-listing-page-vde-posts__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
}

.vde-posts__slider .slick-slide,
.posts-listing-page-vde-posts__slider .slick-slide {
  height: inherit;
}

.vde-posts__slider .slick-slide > div,
.vde-posts__slider .slick-slide .vde-posts__card,
.posts-listing-page-vde-posts__slider .slick-slide > div,
.posts-listing-page-vde-posts__slider .slick-slide .vde-posts__card {
  height: 100%;
}

.vde-posts__slider .slick-slide .vde-posts__card {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.vde-posts__slider .slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  list-style: none;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 1rem;
}

.vde-posts__slider .slick-dots li {
  width: 50px;
  height: 4px;
  background-color: rgb(55 61 66 / 30%);
  margin-right: 10px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  /* box-shadow: 0 0 3px 3px theme(colors.tba-slate); */
}

.vde-posts__slider .slick-dots li.slick-active {
  background-color: #373D42;
}

.vde-posts__slider .slick-dots li button,
.vde-posts__slider .slick-dots li::marker {
  display: none;
}

.vde-posts__card {
  color: #666666;
  /* max-width: 380px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.vde-posts__card .card__title {
  color: #24A0D9;
  font-weight: 500;
}

.vde-posts__card .card__img {
  position: relative;
  overflow: hidden;
}

.vde-posts__card .card__img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 210px;
  width: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.vde-posts__card.vde-default-thumbnail .card__img img {
  -o-object-fit: contain;
     object-fit: contain;
  padding: 40px;
}

.vde-posts__card .card__img .pin {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.vde-posts__card .card__img .pin svg,
.vde-posts__card .card__img .pin img {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}

.vde-posts__card .card__cta {
  display: block;
  text-align: right;
  margin-top: auto;
}

.vde-posts__card:hover {
  text-decoration: none;
}

.vde-posts__card:hover .card__img img {
  -webkit-transform: scale(110%, 110%);
          transform: scale(110%, 110%);
}

.vde-post-type-label {
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 3;
  padding: 0.5rem 2rem 0.5rem 1rem;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}

.vde-load-more-button {
  color: #373D42;
  padding-right: 0;
  padding-left: 1rem;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 500;
}

.vde-load-more-button .lds-spinner {
  display: none;
}

.vde-load-more-button.vde-loading {
  pointer-events: none;
}

.vde-load-more-button.vde-loading .lds-spinner {
  display: inline-block;
}

.vde-load-more-button.vde-loading .item-text {
  display: none;
}

.vde-load-more-button .item-text {
  padding-top: 4px;
}

.vde-load-more-button::before {
  content: "";
  background-color: #EEEEEE;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  z-index: -1;
}

.vde-load-more-button:hover {
  color: #FFFFFF;
}

.vde-load-more-button:hover::before {
  left: 0;
}

.vde-load-more-button::after {
  content: "";
  background-color: #24A0D9;
  position: absolute;
  right: 0;
  left: 100%;
  bottom: 0;
  top: 0;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  z-index: -1;
}

.vde-load-more-button:hover::after {
  left: 0;
}

.vde-awards__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vde-awards__header .vde-awards__title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  margin-left: -100%;
  padding-left: 100%;
  background-color: #6C8A99;
  color: #FFFFFF;
}

.vde-awards__award {
  height: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.vde-awards__award .award__img {
  max-height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  max-width: 200px;
}

.vde-card__img img {
  max-height: 250px;
  width: auto;
}

.vde-card--split .logo {
  padding: 0.5rem 0 0.5rem 1rem;
  margin-top: -1.1rem;
  margin-left: -1rem;
}

.vde-card--split .logo img {
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.vde-card--split .vde-card__img img {
  max-height: 100%;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.vde-card--split .content-overlay-bottom-right {
  pointer-events: none;
  position: absolute;
  background-color: #373D42;
  border: 1rem solid #FFFFFF;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  bottom: -380px;
  right: -400px;
  height: 500px;
  width: 500px;
}

.vde-card--split .img-overlay-top-left {
  pointer-events: none;
  position: absolute;
  background-color: #6C8A99;
  border: 1rem solid #FFFFFF;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  top: -380px;
  left: -400px;
  height: 500px;
  width: 500px;
}

.vde-card--split .img-overlay-bottom-right {
  pointer-events: none;
  position: absolute;
  background-color: #D5137F;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  bottom: -380px;
  right: -400px;
  height: 500px;
  width: 500px;
}

.bg-img-mobile {
  height: 250px;
  width: 100%;
}

@media (min-width: 1536px) {
  .vde-card__content {
    width: 270px;
  }

  .vde-card__content--wider {
    width: 76%;
    padding-right: calc(76% - 48%) !important;
  }

  .vde-card__img {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }

  .vde-card__img img {
    max-height: 320px;
  }
}

@media screen and (max-width: 1535px) {
  .vde-card__content--wider {
    -webkit-clip-path: none !important;
            clip-path: none !important;
  }

  .vde-card-has-bg {
    background-image: none !important;
  }
}

.vde-title {
  margin-left: -100vw;
  padding-left: 100vw;
  background-color: #6C8A99;
  color: #FFFFFF;
  padding-top: 0.8rem;
  padding-bottom: 0.6rem;
  padding-right: 2.5rem;
  font-weight: 500;
  display: inline-block;
  font-size: 24px;
  line-height: 30px;
}

.vde-title.join-right {
  margin-left: -2.5rem;
  padding-left: 2.5rem;
}

.vde-title.join-left {
  -webkit-clip-path: none;
          clip-path: none;
  padding-right: 100%;
}

.vde-title.join-standalone {
  -webkit-clip-path: none;
          clip-path: none;
  margin-left: 0;
  padding-left: 1rem;
}

.velo-text-image .velo-text-image__img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
}

.velo-cta {
  border: 1px solid #dddddd;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(55 61 66 / var(--tw-text-opacity));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5rem;
}

.velo-cta:hover {
  text-decoration: none;
}

.velo-cta .cta-plus-icon {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36px;
          flex: 0 0 36px;
  background-color: #24A0D9;
  margin-right: 1rem;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: relative;
  left: 0%;
}

.velo-cta .tba-plus.right-angle {
  width: 36px;
  height: 36px;
}

.velo-cta .tba-plus.right-angle .vert,
.velo-cta .tba-plus.right-angle .hori {
  background-color: #FFFFFF;
}

.velo-cta .tba-plus.right-angle .vert {
  height: 14px;
}

.velo-cta .tba-plus.right-angle .hori {
  width: 14px;
}

.velo-cta:hover .tba-plus.right-angle .vert {
  left: 18px;
  top: 8px;
}

.velo-cta:hover .tba-plus.right-angle .hori {
  left: 14px;
  top: 18px;
}

.velo-cta .velo-cta__title {
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  padding-top: 0.3rem;
  padding-right: 1rem;
}

.velo-cta:hover .cta-plus-icon {
  left: calc(100% - 36px);
}

.velo-cta:hover {
  background-color: #dddddd;
}

.velo-cta:hover .velo-cta__title {
  -webkit-transform: translateX(-2.5rem);
          transform: translateX(-2.5rem);
}

.vde-logo-slider .slick-slide {
  margin-right: 2.5rem;
}

.vde-logo-slider .logo {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vde-logo-slider .logo img {
  max-height: 100%;
  max-width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}

.vde-logo .vde-logo__image {
  max-height: 100px;
  max-width: 100px;
}

.vde-on-this-page__title {
  margin-bottom: 1rem;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(36 160 217 / var(--tw-text-opacity));
}

.vde-on-this-page {
  display: none;
}

@media (min-width: 980px) {
  .vde-on-this-page {
    display: block;
  }
}

.vde-on-this-page a.vde-on-this-page-item {
  color: #373D42;
  margin-bottom: 0.5rem;
  padding-right: 0;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 500;
}

.vde-on-this-page a.vde-on-this-page-item .tba-plus {
  background-color: #24A0D9;
  padding: 1rem;
}

.vde-on-this-page a.vde-on-this-page-item .tba-plus .vert,
.vde-on-this-page a.vde-on-this-page-item .tba-plus .hori {
  background-color: #FFFFFF;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.vde-on-this-page a.vde-on-this-page-item .tba-plus .vert {
  left: 11px;
  top: 10px;
}

.vde-on-this-page a.vde-on-this-page-item .tba-plus .hori {
  left: 14px;
  top: 18px;
}

.vde-on-this-page a.vde-on-this-page-item .tba-plus::before {
  content: "";
  background-color: #FFFFFF;
  width: 2px;
  position: absolute;
  -webkit-transition: top 0.25s ease;
  -o-transition: top 0.25s ease;
  transition: top 0.25s ease;
  left: 17px;
  top: 26px;
  bottom: 12px;
}

.vde-on-this-page a.vde-on-this-page-item:hover .tba-plus::before {
  content: "";
  top: 6px;
}

.vde-on-this-page a.vde-on-this-page-item::before {
  content: "";
  background-color: #EEEEEE;
  position: absolute;
  right: 0;
  left: 100%;
  bottom: 0;
  top: 0;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  z-index: -1;
}

.vde-on-this-page a.vde-on-this-page-item:hover::before {
  left: 0;
}

.vde-on-this-page a.vde-on-this-page-item .item-text {
  padding-right: 1rem;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.vde-on-this-page a.vde-on-this-page-item:hover .item-text {
  padding-right: 0rem;
  padding-left: 1rem;
}

.et_pb_module.velo_on_this_page .vde-on-this-page__title .tba-plus {
  display: none;
}

.velo_framework_and_manager {
  height: 100% !important;
}

.vde-framework-manager .vde-framework-manager__logo {
  height: 72px;
  max-width: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: left;
     object-position: left;
}

.vde-framework-manager .vde-framework-manager__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.vde-framework-manager .vde-framework-manager__photo {
  width: 180px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.vde-framework-manager .vde-framework-manager__contact-details {
  width: 100%;
}

.vde-project-snapshot ul {
  padding-bottom: 0.5rem;
  margin-top: -0.25rem;
}

.vde-breadcrumb {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  position: fixed;
  left: 0;
  right: 0;
}

@media (min-width: 1280px) {
  .vde-breadcrumb.menu-item-open {
    opacity: 0;
    pointer-events: none;
  }
}

.vde-breadcrumb-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  height: 28px;
}

.vde-breadcrumb .vde-breadcrumb__crumbs {
  background-color: rgb(55 61 66 / 80%);
  color: #FFFFFF;
  padding-right: 1.5rem;
  margin-left: -100vw;
  padding-left: 100vw;
  font-weight: 400;
  display: inline-block;
  height: 100%;
  padding-top: 7px;
  text-transform: uppercase;
}

.vde-breadcrumb .vde-breadcrumb__crumbs a,
.vde-breadcrumb .vde-breadcrumb__crumbs .breadcrumb_last {
  color: #FFFFFF !important;
  font-weight: 400;
  font-size: 0.75rem;
}

.vde-breadcrumb .vde-breadcrumb__crumbs img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  display: inline;
  height: 10px;
  width: 10px;
}

.vde-breadcrumb__on-this-page {
  margin-right: -100vw;
  padding-right: 100vw;
  overflow: hidden;
  display: none;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 2px;
  margin-left: -2rem;
  padding-left: 1rem;
  position: relative;
  background-color: rgb(55 61 66 / 75%);
}

.vde-breadcrumb__on-this-page:hover {
  background-color: rgb(55 61 66 / 100%);
}

.vde-breadcrumb__on-this-page .vde-on-this-page {
  position: relative;
  padding-left: 1rem;
}

.vde-breadcrumb__on-this-page
    .vde-on-this-page
    a.vde-on-this-page-item:first-child {
  margin-top: 1rem;
}

.vde-breadcrumb__on-this-page
    .vde-on-this-page
    a.vde-on-this-page-item::before {
  content: "";
  background-color: rgb(255 255 255 / 20%);
  position: absolute;
  right: 0;
  left: 100%;
  bottom: 0;
  top: 0;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  z-index: -1;
}

.vde-breadcrumb__on-this-page .vde-on-this-page .vde-on-this-page__title {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 0.9rem;
  margin-bottom: 0;
  text-transform: uppercase;
}

.vde-breadcrumb__on-this-page .vde-on-this-page a.vde-on-this-page-item {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 1rem;
}

.vde-breadcrumb__on-this-page
    .vde-on-this-page
    a.vde-on-this-page-item:last-child {
  margin-bottom: 0;
}

.vde-breadcrumb__on-this-page .children {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.25s ease;
  -o-transition: grid-template-rows 0.25s ease;
  transition: grid-template-rows 0.25s ease;
  transition: grid-template-rows 0.25s ease, -ms-grid-rows 0.25s ease;
}

.vde-breadcrumb__on-this-page:hover .children {
  grid-template-rows: 1fr;
}

.vde-breadcrumb__on-this-page .vde-on-this-page__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vde-breadcrumb__on-this-page .vde-on-this-page__title .tba-plus {
  margin-right: 0.5rem;
}

.vde-breadcrumb__on-this-page .vde-on-this-page__title .tba-plus .vert,
.vde-breadcrumb__on-this-page .vde-on-this-page__title .tba-plus .hori {
  background-color: #FFFFFF;
}

.vde-breadcrumb__on-this-page:hover .vde-on-this-page__title .tba-plus .vert {
  height: 0;
}

@media (min-width: 640px) {
  .vde-breadcrumb-grid {
    height: 32px;
  }

  .vde-breadcrumb .vde-breadcrumb__crumbs a,
    .vde-breadcrumb .vde-breadcrumb__crumbs .breadcrumb_last {
    font-size: 0.9rem;
  }

  .vde-breadcrumb .vde-breadcrumb__crumbs img {
    margin-bottom: 3px;
    height: 10px;
    width: 10px;
  }
}

@media (min-width: 1024px) {
  .vde-breadcrumb__on-this-page {
    display: block;
  }

  .vde-breadcrumb {
    background-color: rgb(55 61 66 / 40%);
  }

  .vde-breadcrumb .vde-breadcrumb__crumbs {
    background-color: rgb(55 61 66 / 75%);
  }
}

.vde-team-member-card .vde-team-member-card__img {
  width: 100%;
  aspect-ratio: 180/200;
}

.vde-team-member-list-filter {
  font-size: 24px;
  line-height: 30px;
}

.vde-team-filter__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1.2rem;
     -moz-column-gap: 1.2rem;
          column-gap: 1.2rem;
  row-gap: 0.2rem;
}

.vde-team-filter__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
  font-size: 24px;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgb(55 61 66 / var(--tw-text-opacity));
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.vde-team-filter__item .tba-plus,
.vde-filter__item-all .tba-plus,
.vde-filter__item .tba-plus {
  --size: 12px;
}

.vde-team-filter__item:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(36 160 217 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.vde-team-filter__item.active,
.vde-team-filter__item.active:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 61 66 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.vde-team-filter__item:hover .tba-plus .vert,
.vde-team-filter__item:hover .tba-plus .hori,
.vde-team-filter__item.active .tba-plus .vert,
.vde-team-filter__item.active .tba-plus .hori {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.vde-team-member-grid-item--hidden {
  display: none;
}

.vde-filter {
  font-size: 24px;
  line-height: 30px;
}

.vde-filter__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 0.25rem;
  z-index: 10;
}

.vde-filter__item,
.vde-filter__item-all {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
  font-size: 24px;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgb(55 61 66 / var(--tw-text-opacity));
  -webkit-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}

.vde-filter__item:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(36 160 217 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.vde-filter__item.active,
.vde-filter__item.active:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 61 66 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.vde-filter__item:hover .tba-plus .vert,
.vde-filter__item:hover .tba-plus .hori,
.vde-filter__item.active .tba-plus .vert,
.vde-filter__item.active .tba-plus .hori {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.vde-grid-item--hidden {
  display: none;
}

.vde-post-listing-page .velo-hero {
  background: -webkit-gradient(
        linear,
        left top, left bottom,
        from(rgba(204, 204, 204, 1)),
        to(rgba(238, 238, 238, 1))
    );
  background: -o-linear-gradient(
        top,
        rgba(204, 204, 204, 1) 0%,
        rgba(238, 238, 238, 1) 100%
    );
  background: linear-gradient(
        180deg,
        rgba(204, 204, 204, 1) 0%,
        rgba(238, 238, 238, 1) 100%
    );
}

.vde-post-listing-page .velo-hero .hero-overlays {
  display: none;
}

@media (min-width: 640px) {
  .vde-post-listing-page .velo-hero .hero-overlays {
    display: block;
  }

  .vde-post-listing-page .velo-hero .hero-overlays .left-shape {
    left: -18%;
  }

  .vde-post-listing-page .velo-hero .hero-overlays .right-shape {
    right: 0%;
    z-index: 2;
  }
}

@media (min-width: 980px) {
  .vde-post-listing-page .velo-hero .hero-overlays .left-shape {
    left: -9%;
  }

  .vde-post-listing-page .velo-hero .hero-overlays .right-shape {
    right: 0%;
  }
}

@media (min-width: 1280px) {
  .vde-post-listing-page .velo-hero .hero-overlays .left-shape {
    left: -26%;
  }

  .vde-post-listing-page .velo-hero .hero-overlays .right-shape {
    right: -23%;
  }
}

@media (min-width: 1536px) {
  .vde-post-listing-page .velo-hero .hero-overlays .left-shape {
    left: -20%;
  }

  .vde-post-listing-page .velo-hero .hero-overlays .right-shape {
    right: -18%;
  }
}

.velo-hero.whole-life .whole-life-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  height: 100%;
}

@media (min-width: 1280px) {
  .velo-hero.whole-life .whole-life-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .velo-hero.whole-life .whole-life-container .tba-wheel {
    max-height: 100%;
    max-width: 600px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

.tba-wheel {
  position: relative;
  max-height: 100%;
  max-width: 600px;
  aspect-ratio: 1;
  z-index: 1;
  margin: auto;
  width: 100%;
}

@media (min-width: 1280px) {
  .tba-wheel {
    margin: 0;
    max-width: none;
  }
}

.tba-wheel .wheel-outer {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
}

.tba-wheel .wheel-inner {
  display: block;
  position: absolute;
  height: auto;
  width: 49%;
  left: 49.9%;
  top: 49.9%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.tba-wheel .section {
  position: absolute;
  display: block;
  width: 26%;
}

.tba-wheel .section img {
  position: absolute;
}

.tba-wheel .section .hover {
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.tba-wheel .section:hover .hover {
  opacity: 1;
}

.tba-wheel .section--1 {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 6.9%;
}

.tba-wheel .section--2 {
  left: 62.1%;
  top: 15.1%;
  -webkit-transform: rotate(36deg);
          transform: rotate(36deg);
}

.tba-wheel .section--3 {
  left: 77.7%;
  top: 36.5%;
  -webkit-transform: rotate(72deg);
          transform: rotate(72deg);
}

.tba-wheel .section--4 {
  left: 59.7%;
  top: 57.2%;
  -webkit-transform: rotate(-72deg);
          transform: rotate(-72deg);
}

.tba-wheel .section--5 {
  left: 51.1%;
  top: 69.1%;
  -webkit-transform: rotate(-36deg);
          transform: rotate(-36deg);
}

.tba-wheel .section--6 {
  left: 50%;
  top: 73.7%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.tba-wheel .section--7 {
  left: 22.9%;
  top: 69.2%;
  -webkit-transform: rotate(36deg);
          transform: rotate(36deg);
}

.tba-wheel .section--8 {
  left: 14.2%;
  top: 57.3%;
  -webkit-transform: rotate(72deg);
          transform: rotate(72deg);
}

.tba-wheel .section--9 {
  left: -3.9%;
  top: 36.6%;
  -webkit-transform: rotate(-72deg);
          transform: rotate(-72deg);
}

.tba-wheel .section--10 {
  left: 11.7%;
  top: 15.2%;
  -webkit-transform: rotate(-36deg);
          transform: rotate(-36deg);
}

.whole-life--content .title,
.whole-life--content .subtitle {
  margin-left: -100vw;
  padding-left: 100vw;
  background-color: #6C8A99;
  color: #FFFFFF;
  padding-top: 0.8rem;
  padding-bottom: 0.6rem;
  padding-right: 2.5rem;
  font-weight: 500;
  display: inline-block;
  font-size: 24px;
  line-height: 30px;
}

.whole-life--content .title.join-right,
.whole-life--content .subtitle.join-right {
  margin-left: -2.5rem;
  padding-left: 2.5rem;
}

.whole-life--content .title.join-left,
.whole-life--content .subtitle.join-left {
  -webkit-clip-path: none;
          clip-path: none;
  padding-right: 100%;
}

.whole-life--content .title.join-standalone,
.whole-life--content .subtitle.join-standalone {
  -webkit-clip-path: none;
          clip-path: none;
  margin-left: 0;
  padding-left: 1rem;
}

.vde-vacancies .vde-vacancy .whole-life--content .title.vde-vacancy__location,.vde-vacancies .vde-vacancy 
.whole-life--content .subtitle.vde-vacancy__location {
  z-index: 1;
}

.vde-vacancies .vde-vacancy .whole-life--content .title.vde-vacancy__date,.vde-vacancies .vde-vacancy 
.whole-life--content .subtitle.vde-vacancy__date {
  margin-left: -100vw;
  padding-left: calc(100vw + 1rem);
}

.whole-life--content .subtitle {
  margin-top: -1px;
  margin-bottom: 1rem;
}

@media (min-width: 1280px) {
  .whole-life--content .title,
    .whole-life--content .subtitle {
    margin-left: -50%;
    padding-left: 50%;
  }
}

@media (min-width: 1536px) {
  .whole-life--content .title,
    .whole-life--content .subtitle {
    margin-left: -50%;
    padding-left: 50%;
  }
}

.velo_contact_hero .banner-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.velo_contact_hero .locations {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 2rem;
}

.velo_contact_hero .locations .location {
  background-color: #dddddd;
  position: absolute;
  top: 50%;
  margin-left: -100%;
  padding-left: 100%;
  z-index: 10;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.velo_contact_hero .locations .location.active {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.velo_contact_hero .locations .location .location-card {
  padding: 20px 20px 20px 0;
  width: 300px;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.velo-contact-us-hero-child {
  position: relative;
}

.velo_contact_hero .locations .location .fold-top {
  position: absolute;
  top: 0px;
  left: -165px;
  height: calc(100% + 80px);
  width: auto;
}

.velo_contact_hero .locations .location .fold-bottom {
  position: absolute;
  top: 100%;
  left: 8px;
  height: 80px;
  width: auto;
}

.velo_contact_hero .locations .location .fold-container::before {
  content: "";
  position: absolute;
  top: 0;
  right: 154.5%;
  height: calc(100% + 80px);
  width: 1000%;
  background-color: #75b537;
}

.locations-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}

.location-mobile__card-inner {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  -webkit-transition: grid-template-rows 0.5s ease;
  -o-transition: grid-template-rows 0.5s ease;
  transition: grid-template-rows 0.5s ease;
  transition: grid-template-rows 0.5s ease, -ms-grid-rows 0.5s ease;
  margin-left: -100%;
  padding-left: 100%;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  margin-top: -1px;
}

.location-mobile__card.active {
  /* margin-bottom: 20px; */
}

.location-mobile__card.active .location-mobile__card-inner {
  grid-template-rows: 1fr;
}

.location-mobile__card_inner_content {
  min-height: 0;
  margin-left: -100%;
  padding-left: 100%;
  padding-right: 20px;
  background-color: #EEEEEE;
}

@media (min-width: 980px) {
  .velo-hero.contact-us .banner-bg {
    background-position-x: 0% !important;
  }
}

@media screen and (max-width: 980px) {
  .velo-hero.contact-us {
    height: auto !important;
  }

  .velo-hero.contact-us .banner-bg {
    background-position-x: 25% !important;
  }

  .location-img-container {
    display: none;
  }
}

.location-img-container {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  right: 0;
  pointer-events: none;
  z-index: 6;
}

.location-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.location-img-border {
  position: absolute;
  width: 150%;
  height: 100%;
  top: 100%;
  left: -20px;
  background-color: rgb(255 255 255 / 50%);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}

.location-img-container.active .location-img,
.location-img-container.active .location-img-border {
  top: 0;
  opacity: 1;
}

.vde-contact-form {
  margin-bottom: 86px;
  background-color: rgb(204 204 204 / 20%);
}

.vde-contact-form form,
.vde-contact-form .gform_confirmation_wrapper {
  padding: 20px;
  padding-bottom: 4rem;
}

.vde-contact-form .gform_validation_errors {
  padding: 20px 20px 0 20px;
}

.vde-contact-form .gform_validation_errors h2 {
  font-size: 24px;
  line-height: 30px;
}

.vde-contact-form .gfield.hidden_label .gfield_label {
  display: none;
}

.vde-contact-form .gfield,
.vde-contact-form .gform_footer {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
  margin-bottom: 20px;
}

.vde-contact-form .gfield .gfield_label {
  text-align: left;
  font-weight: 400;
  padding-top: 8px;
  margin-bottom: -8px;
}

.vde-contact-form .gfield input,
.vde-contact-form .gfield select {
  height: 36px;
}

.vde-contact-form .gfield textarea {
  height: 100px;
}

.vde-contact-form .gfield input,
.vde-contact-form .gfield textarea,
.vde-contact-form .gfield select {
  border: 1px solid #CCCCCC;
  width: 100%;
  padding: 4px 8px 0px 8px;
}

.vde-contact-form .gfield input[type="file"] {
  padding: 0;
  border: none;
  height: auto;
}

.vde-contact-form .gfield input[type="file"]::-webkit-file-upload-button {
  visibility: hidden;
}

.vde-contact-form .gfield input[type="file"]::before {
  content: "Browse";
  display: inline-block;
  background: #FFFFFF;
  color: #24A0D9;
  padding-top: 6px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: 400;
  width: 100px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-align: center;
}

.vde-contact-form .gfield input[type="file"]:hover::before {
  background: #24A0D9;
  color: #FFFFFF;
}

.vde-contact-form .gfield input[type="file"]:active::before {
  background: #24A0D9;
}

.gform_fileupload_rules {
  font-size: 0.8rem;
}

.vde-contact-form .gfield .ginput_recaptcha {
  grid-column: 1;
}

.vde-contact-form .gfield .ginput_container_checkbox,
.vde-contact-form .gfield .ginput_container_consent {
  text-align: right;
}

.vde-contact-form .gfield .gfield_checkbox {
  display: inline-block;
}

.vde-contact-form .gfield .gfield_checkbox input,
.vde-contact-form .gfield .ginput_container_consent input {
  width: 1px;
  height: 1px;
  visibility: hidden;
  position: absolute;
}

.vde-contact-form .gfield .gfield_checkbox label,
.vde-contact-form .gfield .ginput_container_consent label {
  position: relative;
}

.vde-contact-form .gfield .gfield_checkbox label::before,
.vde-contact-form .gfield .ginput_container_consent label::before {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #FFFFFF;
  border-width: 2px;
  border-style: solid;
  border-color: #CCCCCC;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-left: auto;
}

.vde-contact-form .gfield .gfield_checkbox input:checked + label::after,
.vde-contact-form
    .gfield
    .ginput_container_consent
    input:checked
    + label::after {
  content: " ";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuNC4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIzIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNNDM4LjYgMTA1LjRjMTIuNSAxMi41IDEyLjUgMzIuOCAwIDQ1LjNsLTI1NiAyNTZjLTEyLjUgMTIuNS0zMi44IDEyLjUtNDUuMyAwbC0xMjgtMTI4Yy0xMi41LTEyLjUtMTIuNS0zMi44IDAtNDUuM3MzMi44LTEyLjUgNDUuMyAwTDE2MCAzMzguNyAzOTMuNCAxMDUuNGMxMi41LTEyLjUgMzIuOC0xMi41IDQ1LjMgMHoiIGZpbGw9IiMyNEEwRDkiIC8+PC9zdmc+");
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: 3px 3px;
  position: absolute;
  top: 0px;
  right: -2px;
  background-color: transparent;
  height: 22px;
  width: 22px;
}

.vde-contact-form .gfield.gfield_error input,
.vde-contact-form .gfield.gfield_error textarea {
  border-color: #ef4444;
}

.vde-contact-form .gform_button[type="submit"]:not(button) {
  padding-top: 6px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.vde-contact-form .gform_button[type="submit"] {
  width: 100%;
  margin-right: 0;
  background-color: #FFFFFF;
  color: #24A0D9;
  cursor: pointer;
  max-width: 100%;
  width: 200px;
  justify-self: start;
  font-weight: 400;
  height: 38px;
}

.vde-contact-form .gform_button[type="submit"]:hover {
  background-color: #24A0D9;
  color: #FFFFFF;
}

.vde-contact-form .gform_button[type="submit"] .velo-cta__title {
  padding-top: 8px;
}

.vde-contact-form .gform_footer {
  row-gap: 0;
}

.vde-contact-form .gform_footer .vde-submit-button-text,
.vde-contact-form .gform_footer .gform_button[type="submit"] {
  grid-column: 1;
}

.vde-contact-form .gfield_description {
  grid-column: 2;
}

.velo_contact_form .fold-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
}

.vde-contact-form .fold-top {
  position: absolute;
  bottom: -66px;
  right: 0;
  z-index: 2;
  height: 200px;
  width: auto;
}

.vde-contact-form .fold-bottom {
  position: absolute;
  top: 100%;
  right: 74px;
  height: 66px;
  width: auto;
  z-index: 1;
}

.velo_contact_form .gfield .name_prefix label::after,
.velo_contact_form .gfield .name_first label::after,
.velo_contact_form .gfield .name_last label::after {
  content: "*";
}

.velo_contact_form
    .gfield
    .ginput_container_name.gf_name_has_3
    .name_prefix
    label,
.velo_contact_form
    .gfield
    .ginput_container_name.gf_name_has_3
    .name_first
    label,
.velo_contact_form
    .gfield
    .ginput_container_name.gf_name_has_3
    .name_last
    label {
  font-weight: 400;
}

.velo_contact_form .gfield .ginput_container_name.gf_name_has_3 {
  display: grid;
  width: 100%;
  grid-column: 2;
  grid-template-columns: 1fr;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
  grid-column-start: 1;
  grid-column-end: 3;
}

.velo_contact_form .gfield .ginput_container_consent .gfield_required_asterisk {
  display: none;
}

@media (min-width: 640px) {
  .vde-contact-form .gfield,
    .vde-contact-form .gform_footer {
    grid-template-columns: 100px 1fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 5px;
  }

  .vde-contact-form .gform_footer {
    row-gap: 0;
  }

  .vde-contact-form .gfield .gfield_label {
    text-align: right;
  }

  .vde-contact-form .gfield .ginput_recaptcha {
    grid-column: 2;
  }

  .velo_contact_form .gfield .ginput_container_name.gf_name_has_3 {
    grid-column: 2;
    grid-template-columns: 100px 100px 1fr 1fr;
    grid-column-start: 1;
    grid-column-end: 3;
    row-gap: 0px;
  }

  .velo_contact_form
        .gfield
        .ginput_container_name.gf_name_has_3
        .name_prefix {
    grid-column: 2;
  }

  .velo_contact_form
        .gfield
        .ginput_container_name.gf_name_has_3
        .name_first {
    grid-column: 3;
  }

  .velo_contact_form .gfield .ginput_container_name.gf_name_has_3 .name_last {
    grid-column: 4;
  }

  .vde-contact-form .gform_footer .vde-submit-button-text,
    .vde-contact-form .gform_footer .gform_button[type="submit"] {
    grid-column: 2;
  }
}

.velo_contact_form .tba-labels-above .gfield,
.velo_contact_form .tba-labels-above .gform_footer {
  grid-template-columns: 1fr;
}

.vde-contact-form .tba-labels-above .gfield .gfield_label {
  text-align: left;
}

.velo_contact_form
    .tba-labels-above
    .gfield
    .ginput_container_name.gf_name_has_3 {
  grid-template-columns: 1fr;
}

.vde-contact-form .tba-labels-above .gfield .ginput_recaptcha {
  grid-column: 1;
}

.vde-contact-form .tba-labels-above .gform_footer .gform_button[type="submit"] {
  grid-column: 1;
}

.velo_contact_form .tba-labels-above fieldset.gfield {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 640px) {
  .velo_contact_form
        .tba-labels-above
        .gfield
        .ginput_container_name.gf_name_has_3 {
    grid-template-columns: 100px 1fr 1fr;
  }

  .velo_contact_form
        .tba-labels-above
        .gfield
        .ginput_container_name.gf_name_has_3
        .name_prefix {
    grid-column: 1;
  }

  .velo_contact_form
        .tba-labels-above
        .gfield
        .ginput_container_name.gf_name_has_3
        .name_first {
    grid-column: 2;
  }

  .velo_contact_form
        .tba-labels-above
        .gfield
        .ginput_container_name.gf_name_has_3
        .name_last {
    grid-column: 3;
  }

  .vde-contact-form .tba-labels-above .gform_footer .vde-submit-button-text,
    .vde-contact-form
        .tba-labels-above
        .gform_footer
        .gform_button[type="submit"] {
    grid-column: 1;
  }
}

/* 
.velo_contact_form .vde-contact-form__fields {
    padding: 20px;
}
.velo_contact_form .vde-contact-form__footer {
    padding-top: 10px;
}
.velo_contact_form .vde-contact-form-item {
    display: grid;
    margin-bottom: 10px;
    grid-template-columns: 1fr;
    gap: 5px;
}
.velo_contact_form .vde-contact-form-item label {
    text-align: left;
    font-weight: 400;
}
.velo_contact_form .vde-contact-form-item input,
.velo_contact_form .vde-contact-form-item textarea {
    border: 1px solid #ccc;
    font-size: 0.8rem;
}
.velo_contact_form .privacy-check {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.velo_contact_form .privacy-check .css-checkbox {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.velo_contact_form .privacy-check .css-checkbox + label {
    position: relative;
    cursor: pointer;
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
    text-align: left;
    font-weight: 300;
}
.velo_contact_form .privacy-check .css-checkbox + label::before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background-color: theme(colors.white);
    border-width: 2px;
    border-style: solid;
    border-color: theme(colors.lightest-grey);
    box-shadow: none;
}
.velo_contact_form .privacy-check .css-checkbox:checked + label::after {
    content: " ";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuNC4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIzIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNNDM4LjYgMTA1LjRjMTIuNSAxMi41IDEyLjUgMzIuOCAwIDQ1LjNsLTI1NiAyNTZjLTEyLjUgMTIuNS0zMi44IDEyLjUtNDUuMyAwbC0xMjgtMTI4Yy0xMi41LTEyLjUtMTIuNS0zMi44IDAtNDUuM3MzMi44LTEyLjUgNDUuMyAwTDE2MCAzMzguNyAzOTMuNCAxMDUuNGMxMi41LTEyLjUgMzIuOC0xMi41IDQ1LjMgMHoiIGZpbGw9IiMyNEEwRDkiIC8+PC9zdmc+");
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: 3px 3px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0px;
    left: 0px;
    top: 0px;
    text-align: center;
    background-color: transparent;
    font-size: 10px;
    height: 22px;
    width: 22px;
}

.velo_contact_form .privacy-submit-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
.velo_contact_form .submit button {
    width: 100%;
    margin-right: 0;
    background-color: theme(colors.white);
    color: theme(colors.tba-blue);
}
.velo_contact_form .submit button:hover {
    background-color: theme(colors.tba-blue);
    color: theme(colors.white);
}

@screen sm {
    .velo_contact_form .vde-contact-form-item {
        grid-template-columns: 100px 1fr;
        gap: 20px;
    }
    .velo_contact_form .vde-contact-form-item label {
        text-align: right;
    }
    .velo_contact_form .privacy-check .css-checkbox + label {
        margin-left: -40px;
    }
}
@screen xl {
    .velo_contact_form .privacy-submit-container {
        display: grid;
        grid-template-columns: 1.5fr 1fr;
        gap: 40px;
    }
}
*/

.velo_learning_development_wheel .learn-dev-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* grid-template-columns: 1fr; */
  grid-gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* grid-template-rows: 350px auto; */
}

.velo_learning_development_wheel .wheel-container {
  height: 350px;
}

.velo_learning_development_wheel .learn-dev-wheel {
  --margin-top: 2.4%;
  width: 700px;
  aspect-ratio: 1;
  position: relative;
  margin-top: var(--margin-top);
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: scale(0.5) translateY(-50%);
          transform: scale(0.5) translateY(-50%);
}

@media (min-width: 480px) {
  .velo_learning_development_wheel .learn-dev-wheel {
    -webkit-transform: scale(0.7) translate(-21%, -16%);
            transform: scale(0.7) translate(-21%, -16%);
  }

  .velo_learning_development_wheel .wheel-container {
    height: 490px;
    aspect-ratio: 1;
  }

  /* .velo_learning_development_wheel .learn-dev-grid {
        grid-template-rows: 490px auto;
    } */
}

@media (min-width: 640px) {
}

@media (min-width: 980px) {
  .velo_learning_development_wheel .learn-dev-wheel {
    -webkit-transform: scale(0.7) translate(-21%, -21%);
            transform: scale(0.7) translate(-21%, -21%);
  }

  .velo_learning_development_wheel .learn-dev-grid {
    /* grid-template-columns: 700px 1fr; */
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  /* .velo_learning_development_wheel .learn-dev-grid {
        grid-template-columns: 490px 1fr;
    } */
}

@media (min-width: 1280px) {
  .velo_learning_development_wheel .wheel-container {
    height: auto;
  }

  .velo_learning_development_wheel .learn-dev-wheel {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.velo_learning_development_wheel .learn-dev-wheel #Overlay {
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  z-index: 1000;
  background-size: 100% auto;
  margin-top: calc(-1 * var(--margin-top));
}

.velo_learning_development_wheel .learn-dev-wheel.isRotating .wheel-outer {
  opacity: 0;
}

.velo_learning_development_wheel .wheel-outer {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: calc(-1 * var(--margin-top));
}

.velo_learning_development_wheel .wheel-outer-rotator {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 95.4%;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  opacity: 0;
}

.velo_learning_development_wheel
    .learn-dev-wheel.isRotating
    .wheel-outer-rotator {
  opacity: 1;
}

.velo_learning_development_wheel .wheel-center {
  position: absolute;
  top: 50%;
  left: 49.9%;
  width: 30%;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.velo_learning_development_wheel #wheel-inner {
  position: absolute;
  top: 50%;
  left: 49.9%;
  width: 84%;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /* transition: all 0.25s ease; */
}

.velo_learning_development_wheel .amap area {
  cursor: pointer;
}

.velo_learning_development_wheel .learn-dev-content {
  width: 100%;
}

.velo_learning_development_wheel .learn-dev-content-section {
  display: none;
}

.velo_learning_development_wheel .learn-dev-content-section.active {
  display: block;
}

#wheel-inner.out{
  opacity: 0;
}

#wheel-inner{
  z-index: 99;
}

.wheel-background{
  position: absolute;
  top: 50%;
  left: 49.9%;
  width: 84%;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  z-index: 0;
}

.wheel-background.out{
  opacity: 0;
}

.vde-vacancies .vde-vacancy .vde-title.vde-vacancy__location {
  z-index: 1;
}

.vde-vacancies .vde-vacancy .vde-title.vde-vacancy__date {
  margin-left: -100vw;
  padding-left: calc(100vw + 1rem);
}

.vde-vacancies .vde-vacancy .vde-vanancy__download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.velo_search_results .vde-search-results__posts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.velo_search_results .stats-container {
  margin-bottom: 40px;
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.velo_search_results .stats-container .stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.velo_search_results .vde-search-results__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.velo_search_results .vde-search-results__pagination .nav-links {
  margin-left: -10px;
  margin-right: -10px;
}

.velo_search_results .vde-search-results__pagination .nav-links .page-numbers {
  padding: 0px 10px;
}

@media (min-width: 980px) {
  .velo_search_results .vde-search-results__posts {
    grid-template-columns: repeat(2, 1fr);
  }

  .velo_search_results .stats-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1280px) {
  .velo_search_results .vde-search-results__posts {
    grid-template-columns: repeat(4, 1fr);
  }
}

.velo_search_results .et_pb_search {
  border-radius: 0;
  border: 0;
}

.velo_search_results .et_pb_search input.et_pb_s {
  padding: 4px 12px 0px 12px;
  font-size: 1rem;
  border: 1px solid rgb(55 61 66 / 25%);
}

.velo_search_results .et_pb_search input.et_pb_searchsubmit {
  background-color: #24A0D9;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 1rem;
  padding: 6px 12px;
  padding-top: 8px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border: 1px solid #24A0D9;
}

.velo_search_results .et_pb_search input.et_pb_searchsubmit:hover {
  background-color: #FFFFFF;
  color: #24A0D9;
}

.hover\:vde-underline:hover {
  text-decoration-line: underline !important;
}

.hover\:vde-no-underline:hover {
  text-decoration-line: none !important;
}

@media (min-width: 640px) {
  .sm\:vde-order-none {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .sm\:vde-col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .sm\:vde-col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .sm\:vde--mx-10px {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }

  .sm\:vde--mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .sm\:vde-block {
    display: block !important;
  }

  .sm\:vde-columns-3 {
    -webkit-columns: 3 !important;
       -moz-columns: 3 !important;
            columns: 3 !important;
  }

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

@media (min-width: 980px) {
  .md\:vde-col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .md\:vde-col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .md\:vde-col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .md\:vde-col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .md\:vde-col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .md\:vde-col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .md\:vde-col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .md\:vde-col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .md\:vde-col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .md\:vde-ml-5 {
    margin-left: 1.25rem !important;
  }

  .md\:vde-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

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

  .md\:vde-flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}

@media (min-width: 1024px) {
  .lg\:vde-col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .lg\:vde-col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .lg\:vde-col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

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

  .lg\:vde-flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .lg\:vde-items-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .lg\:vde-justify-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
}

@media (min-width: 1280px) {
  .xl\:vde-col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .xl\:vde-col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .xl\:vde-block {
    display: block !important;
  }

  .xl\:vde-inline-block {
    display: inline-block !important;
  }

  .xl\:vde-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

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

  .xl\:vde-pt-6 {
    padding-top: 1.5rem !important;
  }
}

@media (min-width: 1536px) {
  .\32xl\:vde-mt-auto {
    margin-top: auto !important;
  }

  .\32xl\:vde-hidden {
    display: none !important;
  }

  .\32xl\:vde-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .\32xl\:vde-flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}
