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

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

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 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.
*/

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 */
  font-feature-settings: normal;
  /* 5 */
}

/*
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::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

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

.container {
  width: 100%;
}

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

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

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

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

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

.collapse {
  visibility: collapse;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.-right-2 {
  right: -0.5rem;
}

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

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

.bottom-5 {
  bottom: 1.25rem;
}

.left-0 {
  left: 0px;
}

.left-5 {
  left: 1.25rem;
}

.left-\[50\%\] {
  left: 50%;
}

.top-0 {
  top: 0px;
}

.top-full {
  top: 100%;
}

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

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

.mx-\[-0\.75rem\] {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

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

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

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

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

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

.mb-10 {
  margin-bottom: 2.5rem;
}

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

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

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

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

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

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

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

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

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

.ml-10 {
  margin-left: 2.5rem;
}

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

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

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

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

.mr-0 {
  margin-right: 0px;
}

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

.mr-1\.5 {
  margin-right: 0.375rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

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

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

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

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

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

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

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

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

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

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

.mt-6 {
  margin-top: 1.5rem;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-6 {
  height: 1.5rem;
}

.h-full {
  height: 100%;
}

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

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

.w-1\/3 {
  width: 33.333333%;
}

.w-10 {
  width: 2.5rem;
}

.w-6 {
  width: 1.5rem;
}

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

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

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

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

.w-full {
  width: 100%;
}

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

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

.max-w-\[40vw\] {
  max-width: 40vw;
}

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

.grow {
  flex-grow: 1;
}

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

.basis-1\/3 {
  flex-basis: 33.333333%;
}

.basis-auto {
  flex-basis: auto;
}

.basis-full {
  flex-basis: 100%;
}

.border-collapse {
  border-collapse: collapse;
}

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

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

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

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

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

.place-content-end {
  place-content: end;
}

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

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

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

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

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

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

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

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.border {
  border-width: 1px;
}

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

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

.border-gray-dark {
  --tw-border-opacity: 1;
  border-color: rgb(101 101 101 / var(--tw-border-opacity));
}

.border-gray-dark\/50 {
  border-color: rgb(101 101 101 / 0.5);
}

.bg-blue-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(3 14 40 / var(--tw-bg-opacity));
}

.bg-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(194 193 193 / var(--tw-bg-opacity));
}

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

.bg-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(220 159 9 / var(--tw-bg-opacity));
}

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

.p-10 {
  padding: 2.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

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

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

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

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

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

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

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

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

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

.px-\[1\.875rem\] {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

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

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

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

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

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

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

.pb-20 {
  padding-bottom: 5rem;
}

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

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

.pl-3 {
  padding-left: 0.75rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

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

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

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

.pt-\[56\.6\%\] {
  padding-top: 56.6%;
}

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

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

.font-supersize {
  font-family: supersize-bk, sans-serif;
}

.text-\[1\.25rem\] {
  font-size: 1.25rem;
}

.text-\[2\.25rem\] {
  font-size: 2.25rem;
}

.text-\[2\.5rem\] {
  font-size: 2.5rem;
}

.text-\[2rem\] {
  font-size: 2rem;
}

.text-caption {
  font-size: 0.75rem;
  line-height: 1.5;
}

.text-h1 {
  font-size: 5rem;
  line-height: 1.1;
}

.text-h2-mobile {
  font-size: 1.75rem;
  line-height: 1.1;
}

.text-h3 {
  font-size: 2.5rem;
  line-height: 1.1;
}

.text-h4 {
  font-size: 2rem;
  line-height: 1.1;
}

.text-h5 {
  font-size: 1.5rem;
  line-height: 1.1;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

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

.text-blue-dark {
  --tw-text-opacity: 1;
  color: rgb(3 14 40 / var(--tw-text-opacity));
}

.text-gray {
  --tw-text-opacity: 1;
  color: rgb(194 193 193 / var(--tw-text-opacity));
}

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

.text-yellow {
  --tw-text-opacity: 1;
  color: rgb(220 159 9 / var(--tw-text-opacity));
}

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

.opacity-0 {
  opacity: 0;
}

/* vars */

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

html,
body {
  font-family: "proxima-nova", sans-serif;
  color: #FFFFFF;
  background: linear-gradient(270.17deg, #071536 0.15%, #14295A 50%, #071536 99.85%);
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

.container {
  max-width: 1920px;
}

p {
  margin-bottom: 1.5rem;
  white-space: pre-line;
}

p:last-child {
  margin-bottom: 0;
}

.font-supersize strong {
  color: #DC9F09;
  font-weight: 400;
}

.loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  background: linear-gradient(270.17deg, #071536 0.15%, #14295A 50%, #071536 99.85%);
}

.text-height-11 {
  line-height: 1.1 !important;
}

.text-height-15 {
  line-height: 1.5 !important;
}

.btn-yellow {
  color: #FFFFFF;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #DC9F09;
  padding: 8px 16px;
}

.frame {
  position: relative;
  background-color: #C2C1C1;
  overflow: hidden;
}

.frame.landscape:before {
  content: "";
  display: block;
  padding-top: 63.6363%;
}

.frame.slim:before {
  content: "";
  display: block;
  padding-top: 58.8%;
}

.frame.wide:before {
  content: "";
  display: block;
  padding-top: 44.1%;
}

.frame.portrait:before {
  content: "";
  display: block;
  padding-top: 162.5%;
}

.hover-rollover-image {
  clip-path: inset(0 100% 0 0);
  -webkit-clip-path: inset(0 100% 0 0);
  animation: close-left 0.6s forwards;
}

.bg-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /*apply for desktop only*/
}

@media screen and (min-width: 768px) {
  .bg-holder:hover .hover-rollover-image {
    animation: open-left 0.6s forwards;
  }
}

.height-sm {
  height: 40px;
}

.height-md {
  height: 80px;
}

.height-lg {
  height: 160px;
}

.height-xl {
  height: 200px;
}

@media screen and (max-width: 990px) {
  .height-sm {
    height: 20px;
  }

  .height-lg {
    height: 40px;
  }

  .height-xl {
    height: 80px;
  }
}

main {
  padding-top: 120px;
}

.header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
}

.preheader {
  top: -42px;
  z-index: 2;
  transition: top 0.5s cubic-bezier(0, 0, 0.5, 1) 0s;
}

.preheader.run {
  top: 0;
}

.notification-banner {
  position: relative;
  display: block;
  top: 40px;
  opacity: 0;
  background-color: #DC9F09;
  color: #fff;
  transition: top 0.5s cubic-bezier(0, 0, 0.5, 1) 0s, opacity 0.5s cubic-bezier(0, 0, 0.5, 1) 0s;
}

.notification-banner.run {
  top: 0;
  opacity: 1;
}

.header .fleet-list-menu {
  position: fixed;
  bottom: 100%;
  left: 0;
  right: 0;
  padding-top: 120px;
  z-index: 1;
  transition: bottom 0.5s cubic-bezier(0, 0, 0.5, 1) 0s;
}

.header .fleet-list-menu .padding-bottom {
  height: 21px;
  margin-top: -1px;
}

.header .header-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270.17deg, #071536 0.15%, #14295A 50%, #071536 99.85%);
  z-index: 0;
}

.header .mega-menu-wrap {
  position: relative;
  z-index: 2;
}

.header .with-indicator {
  position: relative;
}

.header .with-indicator .active-indicator {
  width: 58px;
  height: 100%;
  border: 1px solid #DC9F09;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100px;
  opacity: 0;
}

.header .mega-menu {
  position: relative;
  padding: 3px 0;
  overflow: hidden;
  top: 40px;
  opacity: 0;
  transition: top 0.5s cubic-bezier(0, 0, 0.5, 1) 0s, opacity 0.5s cubic-bezier(0, 0, 0.5, 1) 0s;
}

.header .mega-menu > li {
  position: relative;
}

.header .mega-menu .has-child {
  cursor: pointer;
}

.header .mega-menu.run {
  top: 0;
  opacity: 1;
}

.header .mobile-menu {
  position: fixed;
  top: 0;
  left: 100%;
  bottom: 0;
  width: 100%;
  height: 100vh;
}

@media screen and (max-height: 880px) and (max-width: 990px) {
  .header .mobile-menu {
    overflow-y: auto;
    scrollbar-width: thin;
  }

  .header .mobile-menu .flex.items-center.h-full {
    align-items: flex-start;
  }

  .header .mobile-menu .mobile-navs {
    padding-top: 170px;
    padding-bottom: 30px;
  }
}

.header-col {
  position: relative;
  width: 220px;
  top: 40px;
  opacity: 0;
  transition: top 0.5s cubic-bezier(0, 0, 0.5, 1) 0s, opacity 0.5s cubic-bezier(0, 0, 0.5, 1) 0s;
}

.header-col.run {
  top: 0;
  opacity: 1;
}

.footer {
  position: relative;
  padding-top: 80px;
}

.footer .social .item {
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.footer .social .item:before {
  content: "";
  background-color: #DC9F09;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 0;
  transform: scale(0);
  transition: transform 0.3s cubic-bezier(0, 0, 0.5, 1) 0s;
}

.footer .social .item:hover:before {
  transform: scale(1);
}

.footer .social .item img {
  position: relative;
  z-index: 1;
}

.footer .footer-newsletter {
  position: relative;
  width: 427px;
  max-width: 100%;
}

.footer .footer-newsletter label {
  position: absolute;
  left: 0;
  bottom: 100%;
  margin-bottom: 8px;
}

.footer .footer-newsletter .newsletter-input {
  padding: 4px;
}

.footer .footer-newsletter .newsletter-input .input-wrapper {
  border: 1px solid #C2C1C1;
}

.footer .footer-newsletter .newsletter-input input {
  width: 100%;
  padding: 8px;
  background: transparent;
}

.footer .footer-newsletter .newsletter-input input:focus {
  outline: none;
}

.footer .footer-newsletter .newsletter-input button {
  transition: padding 0.3s cubic-bezier(0, 0, 0.5, 1) 0s;
}

.footer .footer-newsletter .newsletter-input button:hover {
  padding: 8px 24px;
}

.footer .footer-nav {
  padding-top: 80px;
  padding-bottom: 80px;
}

.footer a {
  position: relative;
}

.footer a:before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #FFFFFF;
  transition: width 0.5s cubic-bezier(0, 0, 0.5, 1) 0s;
}

.footer a:hover:before {
  width: 100%;
}

.footer .disclaimer {
  color: #C2C1C1;
}

.footer .disclaimer a {
  color: #FFFFFF;
}

.cta {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 2;
  padding: 8px 16px;
  border: 1px solid #DC9F09;
  border-radius: 100px;
  transition: background-color 0.2s cubic-bezier(0, 0, 0.5, 1) 0s;
}

.cta:hover {
  background-color: #DC9F09;
}

.cta.with-icon {
  background-color: transparent !important;
  padding: 8px 8px 8px 16px;
}

.cta.with-icon .icon {
  background-color: #DC9F09;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  overflow: hidden;
  transform: scale(0.3);
  transition: margin 0.3s cubic-bezier(0, 0, 0.5, 1) 0s, transform 0.3s cubic-bezier(0, 0, 0.5, 1) 0s;
}

.cta.with-icon .icon img {
  position: relative;
  left: -24px;
  transition: left 0.3s cubic-bezier(0, 0, 0.5, 1) 0s;
}

.cta.with-icon:hover .icon {
  margin-left: 8px;
  transform: scale(1);
}

.cta.with-icon:hover .icon img {
  left: 0;
}

.fleet-categories:hover .item a svg,
.fleet-categories:hover .item a span {
  opacity: 0.5;
}

.fleet-categories:hover .item a svg path {
  stroke: #FFFFFF;
}

.fleet-categories .item {
  position: relative;
}

.fleet-categories .item a {
  color: #FFFFFF;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  height: 100%;
  border-bottom: 1px solid rgba(194, 193, 193, 0.5);
}

.fleet-categories .item a svg,
.fleet-categories .item a span {
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0, 0, 0.5, 1) 0s;
}

.fleet-categories .item a svg {
  margin-right: 8px;
}

.fleet-categories .item a svg path {
  stroke: #DC9F09;
  transition: stroke 0.5s cubic-bezier(0, 0, 0.5, 1) 0s;
}

.fleet-categories .item a img {
  position: relative;
  left: 0;
  opacity: 0;
}

.fleet-categories .item a:hover > * {
  opacity: 1 !important;
}

.fleet-categories .item a:hover svg path {
  stroke: #DC9F09 !important;
}

.fleet-categories .item a:hover img {
  left: 14px;
  transition: left 0.5s cubic-bezier(0, 0, 0.5, 1) 0s, opacity 0.5s cubic-bezier(0, 0, 0.5, 1) 0s;
}

.blog-items .item .bg-holder {
  transition: transform 0.5s cubic-bezier(0, 0, 0.5, 1) 0s;
}

.blog-items .item .read-more svg {
  position: relative;
  left: -10px;
  opacity: 0;
  transition: left 0.2s cubic-bezier(0, 0, 0.5, 1) 0s, opacity 0.2s cubic-bezier(0, 0, 0.5, 1) 0s;
}

.blog-items .item.is-active .bg-holder {
  transform: scale(1.2);
}

.blog-items .item.is-active .read-more {
  color: #DC9F09;
}

.blog-items .item.is-active .read-more svg {
  opacity: 1;
  left: 0px;
}

.blog-items .item.is-active .read-more svg path {
  stroke: #DC9F09;
}

.swiper .swiper-slide {
  width: auto;
  cursor: none;
}

.swiper .fleet-category-portrait,
.swiper .item {
  overflow: hidden;
  transform: scale(1);
  transition: transform 0.5s cubic-bezier(0, 0, 0.5, 1) 0s;
}

.swiper.pressing .fleet-category-portrait, .swiper.pressing .item {
  transform: scale(0.9);
}

.swiper .swiper-scrollbar {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  width: 100%;
  margin-top: 40px;
  background-color: transparent;
  border-radius: 0;
  height: 16px;
}

.swiper .swiper-scrollbar:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  width: 100%;
  height: 2px;
  background-color: #656565;
}

.swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background: #DC9F09;
  border-radius: 0;
  z-index: 2;
  cursor: pointer;
}

.swiper .swiper-scrollbar .swiper-scrollbar-drag:before, .swiper .swiper-scrollbar .swiper-scrollbar-drag:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: calc(50% - 3px);
  width: 2px;
  height: 6px;
  background-color: #14295A;
  border-radius: 6px;
}

.swiper .swiper-scrollbar .swiper-scrollbar-drag:after {
  margin-left: 4px;
}

.swiper .swiper-pagination {
  position: relative;
  margin-top: 40px;
}

.swiper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #FFFFFF;
  margin-left: 8px;
  margin-right: 8px;
  opacity: 1;
}

.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #DC9F09;
}

.element-hero_media {
  position: relative;
}

.element-hero_media .vimeo-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
}

.element-hero_media .vimeo-wrap:after {
  content: "";
  display: block;
  padding-top: 56%;
}

.element-hero_media .vimeo-wrap > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
}

.element-hero_media .image-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.element-hero_media .image-wrap:after {
  content: "";
  display: block;
  padding-top: 44.1%;
}

.element-hero_media .image-wrap.large:after {
  padding-top: 52.9%;
}

.splitting .whitespace {
  opacity: 0;
}

.splitting .word {
  display: inline-block;
}

.splitting .word-wrap {
  display: inline-flex;
}

.element-page_header .cta {
  position: relative;
}

.element-page_header .text-h6 a {
  color: #DC9F09;
  font-weight: 700;
}

.testimonials .item {
  position: relative;
}

.testimonials .item:before {
  content: "";
  display: block;
  width: 40px;
  height: 32px;
  margin-bottom: 1.5rem;
  background-image: url("../../../../public/_resources/themes/neromotion/img/ico/quotes.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.testimonials .item .rounded-full {
  width: 2.5rem;
  height: 2.5rem;
}

@media screen and (min-width: 1420px) and (max-width: 1919px) {
  .testimonials .item .rounded-full {
    width: 2.8vw;
    height: 2.8vw;
  }
}

@media screen and (min-width: 1920px) {
  .testimonials .item .rounded-full {
    width: 3.33rem;
    height: 3.33rem;
  }
}

.animated-paragraph .line-parent {
  overflow: hidden;
}

.animated-paragraph + .clone {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
}

.element-image_gallery .image-gallery_content {
  padding-top: 120px;
  padding-bottom: 120px;
}

.element-image_gallery .images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.element-image_gallery .images .item {
  position: absolute;
  width: 288px;
  height: 400px;
  top: 0;
  left: 0;
  opacity: 0;
  will-change: transform;
}

.element-image_gallery .images .item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #14295A;
  opacity: 0.5;
}

.element-image_gallery .images .content__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.element-image_gallery .content__title {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 990px) {
  .element-image_gallery .image-gallery_content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.swiper-slide a {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}

.fleet-category-portrait {
  position: relative;
  background-color: #c5c5c5;
  width: 100%;
  height: 100%;
  display: flex;
}

.fleet-category-portrait:after {
  content: "";
  display: block;
  padding-top: 137.5%;
  position: relative;
  pointer-events: none;
}

.fleet-category-portrait .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: linear-gradient(180deg, rgba(3, 14, 40, 0) 0%, #030E28 100%);
}

.fleet-category-portrait .content .read-more {
  position: relative;
  top: 20px;
  height: 0;
  opacity: 0;
  transition: top 0.3s cubic-bezier(0, 0, 0.5, 1) 0s, height 0.3s cubic-bezier(0, 0, 0.5, 1) 0s, opacity 0.3s cubic-bezier(0, 0, 0.5, 1) 0s;
}

.fleet-category-portrait .content .read-more svg {
  position: relative;
  left: -10px;
  transition: left 0.3s cubic-bezier(0, 0, 0.5, 1) 0s;
}

.fleet-category-portrait .content:hover .read-more {
  top: 0;
  height: 34px;
  opacity: 1;
}

.fleet-category-portrait .content:hover .read-more svg {
  left: 0;
}

.element-fleet_categories_slider {
  overflow: hidden;
}

.element-fleet_categories_slider .fleet-category-portrait {
  width: 320px;
}

.element-fleet_categories_slider .swiper {
  overflow: visible;
}

@media screen and (min-width: 991px) and (max-width: 1919px) {
  .element-fleet_categories_slider .fleet-category-portrait {
    width: 22.22vw;
  }
}

@media screen and (min-width: 1920px) {
  .element-fleet_categories_slider .fleet-category-portrait {
    width: 426.6px;
  }
}

.prev-next {
  bottom: 40px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.prev-next .prev a {
  padding: 8px 16px 8px 0px;
}

.prev-next .prev a .icon {
  margin-right: 8px;
  transform-origin: right;
}

.prev-next .prev a .icon img {
  left: unset;
  right: -24px;
  transform: rotate(180deg);
  transition: right 0.5s cubic-bezier(0, 0, 0.5, 1) 0s;
}

.prev-next .prev a:hover .icon img {
  left: unset;
  right: 0;
}

.prev-next .disabled {
  opacity: 0.4;
  pointer-events: none;
}

.paginator > * {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.paginator > *.is-active {
  background-color: #DC9F09;
}

.styled-content h1 {
  font-size: 5rem;
  line-height: 1.1;
}

.styled-content h2 {
  font-size: 3.5rem;
  line-height: 1.1;
}

.styled-content h3 {
  font-size: 2.5rem;
  line-height: 1.1;
}

.styled-content h4 {
  font-family: "supersize-bk", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 80px;
  margin-bottom: 1.5rem;
}

.styled-content h5 {
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  margin-bottom: 0.1rem;
}

.styled-content a {
  color: #DC9F09;
  font-weight: 700;
}

.styled-content ul {
  list-style: disc;
  padding-left: 25px;
}

.styled-content ul li {
  margin-bottom: 0.1rem;
}

.styled-content ul li:last-child {
  margin-bottom: 0;
}

.styled-content ol {
  list-style: auto;
  padding-left: 20px;
}

.styled-content img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.styled-content .embed {
  position: relative;
  width: 100% !important;
}

.styled-content .embed:before {
  content: "";
  display: block;
  padding-top: 52.5%;
}

.styled-content .embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.element-blog_imagep h4,
.element-blog_paragraph h4 {
  margin-top: 0 !important;
}

.fleet-content .item,
.questions .item {
  border-bottom: 1px solid #656565;
}

.fleet-content .item:last-child,
.questions .item:last-child {
  border-bottom: 0;
}

.fleet-content .item .toggle-item,
.questions .item .toggle-item {
  padding-top: 20px;
  padding-bottom: 20px;
  cursor: pointer;
}

.fleet-content .item .toggle-item svg,
.questions .item .toggle-item svg {
  transform: rotateX(0deg);
  transition: transform 0.5s cubic-bezier(0, 0, 0.5, 1) 0s;
}

.fleet-content .item .content,
.questions .item .content {
  overflow: hidden;
}

.fleet-content .item .content .styled-content h5,
.questions .item .content .styled-content h5 {
  margin-top: 20px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.fleet-content .item .content .styled-content > h5:first-of-type,
.questions .item .content .styled-content > h5:first-of-type {
  margin-top: 0;
}

.fleet-content .item .content .styled-content > ul,
.questions .item .content .styled-content > ul {
  margin-bottom: 20px;
}

.fleet-content .item .content .styled-content > ul + h5,
.questions .item .content .styled-content > ul + h5 {
  margin-top: 0;
}

.fleet-content .item .content:after,
.questions .item .content:after {
  content: "";
  display: block;
  height: 20px;
}

.fleet-content .item.is-active .toggle-item svg,
.questions .item.is-active .toggle-item svg {
  transform: rotateX(180deg);
}

.fleet-content .item.is-active .content,
.questions .item.is-active .content {
  display: block;
}

@media screen and (min-width: 400px) {
  .fleet-content .item.is-active .safety-wrapper,
  .questions .item.is-active .safety-wrapper {
    overflow: visible !important;
  }
}

.fleet-content .blog-items > a,
.questions .blog-items > a {
  display: block;
  margin-bottom: 1rem;
}

.fleet-content .blog-items > a:last-child,
.questions .blog-items > a:last-child {
  margin-bottom: 0;
}

.element-values_slider {
  padding-bottom: 80px;
  overflow-x: hidden;
}

.element-values_slider .item {
  width: 360px;
  height: 440px;
  padding: 40px;
}

.element-values_slider .swiper {
  overflow: visible;
}

.element-values_slider img {
  pointer-events: none;
}

.element-animated_paragraph {
  position: relative;
  padding-top: 200px;
}

.element-animated_paragraph img {
  position: absolute;
  top: 0;
  left: calc(50% - 300px);
  opacity: 0.1;
}

@media screen and (max-width: 600px) {
  .element-animated_paragraph img {
    left: 0;
  }
}

.element-image_slider {
  cursor: none;
}

.element-image_slider .prev,
.element-image_slider .next {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 2;
}

.element-image_slider .prev {
  left: 0;
}

.element-image_slider .next {
  right: 0;
}

.element-image_slider .items {
  z-index: 1;
  overflow: hidden;
}

.element-image_slider .items .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.element-image_slider .items .item .mask {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #030E28;
  opacity: 0;
  z-index: 2;
}

.element-image_slider .items .item.is-active {
  z-index: 2;
}

.element-team_members .team-members .item {
  position: relative;
}

.element-team_members .team-members .item .frame {
  margin-bottom: 5px;
}

.element-team_members .team-members .item .frame:after {
  content: "";
  display: block;
  padding-top: 114%;
}

.element-team_members.info-center {
  text-align: center;
}

.element-team_members.info-center .additional-info {
  display: block;
}

.element-team_members.info-center .team-members {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (min-width: 991px) {
  .element-team_members.info-center .team-members {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.element-team_members.info-center .team-members .item {
  display: flex;
}

@media screen and (max-height: 880px) and (max-width: 990px) {
  .header .mobile-menu .element-team_members.info-center .team-members .item.items-center.h-full {
    align-items: flex-start;
  }
}

.element-team_members.info-center .team-members .item .frame {
  margin-bottom: 10px;
}

.element-team_members.info-center .team-members .item .inner {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(227 226 221 / var(--tw-bg-opacity));
  padding: 0.75rem;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(20 41 90 / var(--tw-text-opacity));
}

.element-team_members.info-center .team-members .item .inner .text-h5 {
  font-family: supersize-bk, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.element-team_members.info-center .team-members .item .inner .text-h5 strong {
  color: #DC9F09;
  font-weight: 400;
}

.element-team_members.info-center .team-members .item .inner .job-title {
  font-weight: 700;
  font-style: italic;
}

.element-team_members.info-center .team-members .item .inner a {
  position: relative;
}

.element-team_members.info-center .team-members .item .inner a:before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #14295A;
  transition: width 0.5s cubic-bezier(0, 0, 0.5, 1) 0s;
}

.element-team_members.info-center .team-members .item .inner a:hover:before {
  width: 100%;
}

@media screen and (max-width: 500px) {
  .element-team_members.info-center .team-members .item .inner .text-h5 {
    font-size: clamp(16px, 2vw, 24px);
  }

  .element-team_members.info-center .team-members .item .inner .additional-info {
    word-break: break-word;
  }
}

.request-hire,
.enquiry-wrap,
.popup-vimeo,
.donation-request {
  position: fixed;
  top: 0;
  right: -600px;
  bottom: 0;
  width: 600px;
  max-width: 100%;
  overflow-y: auto;
  z-index: 40;
  background-color: #14295A;
}

.request-hire .overlay,
.enquiry-wrap .overlay,
.popup-vimeo .overlay,
.donation-request .overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(3, 14, 40, 0.5);
}

.request-hire .inner,
.enquiry-wrap .inner,
.popup-vimeo .inner,
.donation-request .inner {
  position: relative;
  z-index: 2;
}

.request-hire.is-active .overlay,
.enquiry-wrap.is-active .overlay,
.popup-vimeo.is-active .overlay,
.donation-request.is-active .overlay {
  display: block;
}

.popup-vimeo {
  right: 0;
  background-color: transparent;
  width: 100%;
  pointer-events: none;
  display: none;
  /*fallback*/
}

.popup-vimeo .popup-close-btn {
  display: none;
  position: absolute;
  top: -75px;
  right: 30px;
  z-index: 2;
  transform: translateX(50%);
}

.popup-vimeo.is-active {
  display: block;
  pointer-events: auto;
}

.popup-vimeo .video-size-holder {
  width: min(100vw - 60px, 100vh - 60px);
  max-width: calc(100vmin - 60px);
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 992px) and (min-height: 768px) {
  .popup-vimeo .video-size-holder {
    width: min(100vw - 60px, 150vh - 60px);
    max-width: calc(100vmax - 60px);
  }
}

.popup-vimeo .video-holder {
  z-index: 2;
}

.popup-vimeo .video-holder:before {
  /*just for hover so close is active*/
  content: "";
  position: absolute;
  height: 50px;
  width: 100%;
  right: 0;
  top: -50px;
}

.popup-vimeo .video-holder:hover .popup-close-btn {
  display: block;
}

.popup-vimeo .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.popup-vimeo.portrait-video .video-size-holder {
  width: 100%;
  max-width: 100%;
}

.popup-vimeo.portrait-video .video-holder {
  padding-top: 80vh;
  max-width: 45vh;
}

.hide-request-hire-form,
.hide-enquiry-form,
.popup-close {
  cursor: pointer;
}

.enquiry-form-r h4 {
  font-family: "supersize-bk", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.request-hire-form,
.enquiry-form-r,
.donation-request-form {
  position: relative;
}

.request-hire-form .input-wrap,
.enquiry-form-r .input-wrap,
.donation-request-form .input-wrap {
  margin-bottom: 20px;
}

.request-hire-form .input-wrap label,
.enquiry-form-r .input-wrap label,
.donation-request-form .input-wrap label {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 0.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.request-hire-form .input-wrap input,
.request-hire-form .input-wrap textarea,
.enquiry-form-r .input-wrap input,
.enquiry-form-r .input-wrap textarea,
.donation-request-form .input-wrap input,
.donation-request-form .input-wrap textarea {
  width: 100%;
  resize: none;
  padding: 12px;
  color: #030E28;
}

.request-hire-form .radio-wrap label,
.enquiry-form-r .radio-wrap label,
.donation-request-form .radio-wrap label {
  font-size: 12px;
  font-weight: 700;
  line-height: 2;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #FFFFFF;
  padding: 12px;
  margin-bottom: 0;
  cursor: pointer;
}

.request-hire-form .radio-wrap input,
.enquiry-form-r .radio-wrap input,
.donation-request-form .radio-wrap input {
  display: none;
}

.request-hire-form .radio-wrap input:checked + label,
.enquiry-form-r .radio-wrap input:checked + label,
.donation-request-form .radio-wrap input:checked + label {
  background-color: #DC9F09;
  border-color: #DC9F09;
}

.request-hire-form .number-wrap,
.enquiry-form-r .number-wrap,
.donation-request-form .number-wrap {
  background-color: #FFFFFF;
  padding: 0 12px;
}

.request-hire-form .number-wrap input,
.enquiry-form-r .number-wrap input,
.donation-request-form .number-wrap input {
  background-color: transparent;
  width: 50px;
  text-align: center;
  pointer-events: none;
}

.request-hire-form .number-wrap .number-plus,
.request-hire-form .number-wrap .number-minus,
.enquiry-form-r .number-wrap .number-plus,
.enquiry-form-r .number-wrap .number-minus,
.donation-request-form .number-wrap .number-plus,
.donation-request-form .number-wrap .number-minus {
  cursor: pointer;
}

.request-hire-form .select-wrap,
.enquiry-form-r .select-wrap,
.donation-request-form .select-wrap {
  position: relative;
  background-color: #FFFFFF;
  color: #030E28;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.request-hire-form .select-wrap > .label,
.enquiry-form-r .select-wrap > .label,
.donation-request-form .select-wrap > .label {
  padding: 12px;
}

.request-hire-form .select-wrap .options-wrap,
.enquiry-form-r .select-wrap .options-wrap,
.donation-request-form .select-wrap .options-wrap {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
  max-height: 200px;
  border-top: 1px solid #656565;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 2;
}

.request-hire-form .select-wrap .options-wrap > .inner,
.enquiry-form-r .select-wrap .options-wrap > .inner,
.donation-request-form .select-wrap .options-wrap > .inner {
  width: 200%;
}

.request-hire-form .select-wrap .options-wrap .options,
.enquiry-form-r .select-wrap .options-wrap .options,
.donation-request-form .select-wrap .options-wrap .options {
  width: 100%;
}

.request-hire-form .select-wrap .options-wrap .options .option-group,
.enquiry-form-r .select-wrap .options-wrap .options .option-group,
.donation-request-form .select-wrap .options-wrap .options .option-group {
  display: none;
}

.request-hire-form .select-wrap .options-wrap .options .option-group.is-active,
.enquiry-form-r .select-wrap .options-wrap .options .option-group.is-active,
.donation-request-form .select-wrap .options-wrap .options .option-group.is-active {
  display: block;
}

.request-hire-form .select-wrap .options-wrap .option,
.enquiry-form-r .select-wrap .options-wrap .option,
.donation-request-form .select-wrap .options-wrap .option {
  padding: 8px 12px;
  color: #030E28;
  cursor: pointer;
}

.request-hire-form .select-wrap .options-wrap .option svg,
.enquiry-form-r .select-wrap .options-wrap .option svg,
.donation-request-form .select-wrap .options-wrap .option svg {
  transform: rotate(-90deg);
}

.request-hire-form .select-wrap .options-wrap .option:hover,
.enquiry-form-r .select-wrap .options-wrap .option:hover,
.donation-request-form .select-wrap .options-wrap .option:hover {
  background-color: #DC9F09;
  color: #FFFFFF;
}

.request-hire-form .select-wrap .options-wrap .option.back,
.enquiry-form-r .select-wrap .options-wrap .option.back,
.donation-request-form .select-wrap .options-wrap .option.back {
  color: #656565;
  font-size: 12px;
  cursor: pointer;
}

.request-hire-form .select-wrap .options-wrap .option.back svg,
.enquiry-form-r .select-wrap .options-wrap .option.back svg,
.donation-request-form .select-wrap .options-wrap .option.back svg {
  transform: rotate(90deg);
}

.request-hire-form .select-wrap.is-active .options-wrap,
.enquiry-form-r .select-wrap.is-active .options-wrap,
.donation-request-form .select-wrap.is-active .options-wrap {
  display: block;
}

.request-hire-form .add-select-wrap,
.enquiry-form-r .add-select-wrap,
.donation-request-form .add-select-wrap {
  display: none;
}

.request-hire-form .add-select-wrap.is-active,
.enquiry-form-r .add-select-wrap.is-active,
.donation-request-form .add-select-wrap.is-active {
  display: block;
}

.request-hire-form .add-select,
.enquiry-form-r .add-select,
.donation-request-form .add-select {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.request-hire-form hr,
.enquiry-form-r hr,
.donation-request-form hr {
  border-color: #C2C1C1;
  margin-top: 20px;
  margin-bottom: 20px;
}

.request-hire-form button,
.enquiry-form-r button,
.donation-request-form button {
  line-height: 2;
}

.request-hire-form .on-multiple,
.enquiry-form-r .on-multiple,
.donation-request-form .on-multiple {
  display: none;
  cursor: pointer;
}

.request-hire-form .selects.has-multiple .on-single,
.enquiry-form-r .selects.has-multiple .on-single,
.donation-request-form .selects.has-multiple .on-single {
  display: block;
}

.request-hire-form .selects.has-multiple .on-multiple,
.enquiry-form-r .selects.has-multiple .on-multiple,
.donation-request-form .selects.has-multiple .on-multiple {
  display: none;
}

.request-hire-form .selects.has-multiple .has-value .on-multiple,
.enquiry-form-r .selects.has-multiple .has-value .on-multiple,
.donation-request-form .selects.has-multiple .has-value .on-multiple {
  display: block;
}

.request-hire-form .selects.has-multiple .has-value .on-single,
.enquiry-form-r .selects.has-multiple .has-value .on-single,
.donation-request-form .selects.has-multiple .has-value .on-single {
  display: none;
}

.fleet-cta {
  position: sticky;
  bottom: 0;
  padding: 30px;
  background: linear-gradient(180deg, rgba(7, 21, 54, 0) 0%, #071536 100%);
}

.fleet-cta button {
  padding: 12px;
  border-radius: 100px;
  width: 212px;
  max-width: 300px;
}

.toggle-menu {
  position: relative;
  width: 48px;
  height: 48px;
  margin-left: 8px;
  transition-duration: 0.5s;
}

.toggle-menu .icon {
  transition-duration: 0.5s;
  position: absolute;
  height: 2px;
  width: 20px;
  top: 22px;
  left: calc(50% - 10px);
  background-color: #FFFFFF;
}

.toggle-menu .icon:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #FFFFFF;
  content: "";
  top: -6px;
}

.toggle-menu .icon:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #FFFFFF;
  content: "";
  top: 6px;
}

.toggle-menu.open .icon {
  transition-duration: 0.5s;
  background: transparent;
}

.toggle-menu.open .icon:before {
  transform: rotateZ(45deg) scaleX(1.25) translate(4.5px, 4.5px);
}

.toggle-menu.open .icon:after {
  transform: rotateZ(-45deg) scaleX(1.25) translate(3px, -3px);
}

.toggle-menu:hover {
  cursor: pointer;
}

.element-questions_full .group-nav {
  position: sticky;
  bottom: 32px;
}

.element-questions_full .group-nav ul li {
  cursor: pointer;
  overflow: hidden;
}

.element-questions_full .group-nav ul li img {
  position: relative;
  width: 24px;
  height: 24px;
  left: -24px;
  opacity: 0;
  transition: left 0.5s cubic-bezier(0, 0, 0.5, 1) 0s, opacity 0.5s cubic-bezier(0, 0, 0.5, 1) 0s;
}

.element-questions_full .group-nav ul li span {
  position: relative;
  left: -24px;
  transition: left 0.5s cubic-bezier(0, 0, 0.5, 1) 0s;
}

.element-questions_full .group-nav ul li:hover {
  color: #DC9F09;
}

.element-questions_full .group-nav ul li.is-active {
  color: #DC9F09;
}

.element-questions_full .group-nav ul li.is-active span {
  left: 0;
}

.element-questions_full .group-nav ul li.is-active img {
  opacity: 1;
  left: 0;
}

.element-questions_full .questions {
  position: relative;
}

.element-questions_full .questions .group {
  margin-bottom: 80px;
}

.element-questions_full .questions .group:last-child {
  margin-bottom: 0;
}

.enquiry-form .input-wrap {
  position: relative;
  margin-bottom: 40px;
}

.enquiry-form .input-wrap input,
.enquiry-form .input-wrap textarea {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  width: 100%;
  background-color: transparent;
  border-bottom: 1px solid #656565;
  resize: none;
}

.enquiry-form .input-wrap input:focus,
.enquiry-form .input-wrap textarea:focus {
  outline: none;
}

.enquiry-form .input-wrap label {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  color: #C2C1C1;
  margin-top: 8px;
}

.enquiry-form .input-wrap .indicator {
  background-color: #fff;
  width: 0;
  height: 1px;
  position: relative;
  z-index: 2;
  top: -1px;
  transition: width 0.5s cubic-bezier(0, 0, 0.5, 1) 0s;
}

.enquiry-form .input-wrap textarea + .indicator {
  top: -8px;
}

.enquiry-form .input-wrap input:focus + .indicator,
.enquiry-form .input-wrap textarea:focus + .indicator,
.enquiry-form .input-wrap input:valid + .indicator,
.enquiry-form .input-wrap textarea:valid + .indicator {
  width: 100%;
}

.enquiry-form button {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 2;
  padding: 11px 15px;
  border: 1px solid #DC9F09;
  border-radius: 100px;
}

.element-branch_location #map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.element-branch_location .locations a:hover {
  color: #DC9F09;
}

.element-branch_location .locations a:hover path {
  stroke: #DC9F09;
}

@media screen and (min-width: 991px) {
  .element-branch_location .locations {
    position: absolute;
    top: 40px;
    left: 80px;
    z-index: 2;
  }
}

.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 1000;
}

.custom-cursor .cursor {
  position: absolute;
  left: -48px;
  top: -48px;
  width: 96px;
  height: 96px;
  background-color: #DC9F09;
  border-radius: 50%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 3;
  transform: scale(0);
  transition: transform 0.2s cubic-bezier(0, 0, 0.5, 1) 0s;
}

.custom-cursor .cursor svg {
  position: relative;
  width: 23px;
  height: 23px;
}

.custom-cursor .cursor span {
  opacity: 1;
  transition: opacity 0.2s cubic-bezier(0, 0, 0.5, 1) 0s;
}

.custom-cursor.cursor-next .next, .custom-cursor.cursor-prev .prev, .custom-cursor.cursor-drag .drag {
  transform: scale(1);
}

.custom-cursor.over-link.cursor-next .next, .custom-cursor.over-link.cursor-prev .prev, .custom-cursor.over-link.cursor-drag .drag {
  transform: scale(0);
}

.custom-cursor.pressing .cursor {
  transform: scale(0.7);
}

.custom-cursor.pressing .cursor svg:nth-child(1) {
  left: -60px;
}

.custom-cursor.pressing .cursor svg:nth-child(3) {
  right: -60px;
}

.custom-cursor.pressing .cursor span {
  opacity: 0;
}

@media screen and (max-width: 990px) {
  .custom-cursor {
    display: none;
  }
}

.career-list a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.career-list a:hover {
  background-color: #DC9F09;
}

.career-list .head {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  padding-bottom: 8px;
  border-bottom: 1px solid #656565;
}

.career-list .row {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #656565;
}

.mobile-navs {
  width: 100%;
}

.mobile-navs li {
  font-weight: 700;
  line-height: 2;
  text-transform: uppercase;
  border-bottom: 1px solid #C2C1C1;
}

.mobile-navs li a {
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.mobile-navs li:last-child {
  border-bottom: 0;
}

.mobile-navs li.is-active {
  color: #DC9F09;
}

.sales-categories .item {
  font-size: 12px;
  line-height: 2;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 100px;
  margin-right: 8px;
  margin-bottom: 8px;
  cursor: pointer;
}

.sales-categories .item.is-active {
  border-color: #DC9F09;
  background-color: #DC9F09;
}

.sales-fleet .price {
  color: #DC9F09;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  display: block;
  margin-top: 8px;
}

.sales-fleet-content .price {
  font-family: "supersize-bk", sans-serif;
  color: #DC9F09;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
  margin-top: 24px;
  margin-bottom: 24px;
}

.sales-fleet-content .show-enquiry-form {
  border-radius: 100px;
  padding: 12px 64px;
  margin-top: 40px;
}

.fotorama .fotorama__nav__frame {
  margin-left: 10px;
  margin-right: 10px;
}

.fotorama .fotorama__nav-wrap {
  margin-top: 20px;
  margin-bottom: 40px;
}

.fotorama .fotorama__thumb-border {
  display: none;
}

.fotorama .fotorama__nav__frame {
  opacity: 0.2;
}

.fotorama .fotorama__nav__frame.fotorama__active {
  opacity: 1;
}

.fotorama .fotorama__arr {
  display: none !important;
}

button.cta {
  min-width: 150px;
}

button .animate-spin {
  display: none;
  fill: #071536;
}

button.is-loading {
  opacity: 0.8;
  pointer-events: none;
}

button.is-loading .animate-spin {
  display: inline-block;
}

button.is-loading span {
  display: none;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.cta.custom-download:hover svg path {
  stroke: #fff;
}

.show-sticky-catalog + footer + .catalogue-sticky {
  display: flex !important;
}

#mc_embed_signup .input-wrapper {
  position: relative;
}

#mc_embed_signup #mce-responses {
  position: absolute;
  top: calc(100% + 10px) !important;
}

#mc_embed_signup div.mce_inline_error {
  position: absolute;
  color: transparent !important;
  width: 100%;
  height: 100%;
  border: 1px solid #f00;
  pointer-events: none;
  background: transparent !important;
  top: 0;
  left: 0;
}

#mc_embed_signup .custom-dropdown-subs .selected-text {
  padding: 8px;
  color: rgba(255, 255, 255, 0.6);
}

#mc_embed_signup .custom-dropdown-subs .selected-text.selected {
  color: #fff;
}

#mc_embed_signup .custom-dropdown-subs ul {
  position: absolute;
  display: none;
  background-color: #fff;
  padding: 10px 0;
  border-radius: 5px;
  margin-top: 10px;
  top: 40px;
  left: 0;
  width: 100%;
}

#mc_embed_signup .custom-dropdown-subs ul.show {
  display: block;
}

#mc_embed_signup .custom-dropdown-subs ul li {
  color: #071536;
  display: block;
  width: 100%;
  padding: 12px 16px 8px 50px;
  text-align: left;
  cursor: pointer;
  position: relative;
}

#mc_embed_signup .custom-dropdown-subs ul li:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 18px;
  width: 12px;
  height: 12px;
  border: 1px solid #071536;
  background-color: #fff;
  z-index: 0;
  border-radius: 0%;
}

#mc_embed_signup .custom-dropdown-subs ul li.active:before, #mc_embed_signup .custom-dropdown-subs ul li:hover:before {
  border-color: #071536;
  background-color: #071536;
}

@keyframes open-left {
  from {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
  }

  to {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}

/* Keyframes: left-to-right close */

@keyframes close-left {
  from {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }

  to {
    clip-path: inset(0 0% 0 100%);
    -webkit-clip-path: inset(0 0% 0 100%);
  }
}

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

.before\:pt-\[67\.8\%\]::before {
  content: var(--tw-content);
  padding-top: 67.8%;
}

.group:hover .group-hover\:flex {
  display: flex;
}

@media (min-width: 576px) {
  .sm\:max-w-full {
    max-width: 100%;
  }

  .sm\:max-w-screen-sm {
    max-width: 576px;
  }

  .sm\:basis-1\/4 {
    flex-basis: 25%;
  }

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

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

  .md\:ml-6 {
    margin-left: 1.5rem;
  }

  .md\:mr-6 {
    margin-right: 1.5rem;
  }

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:basis-1\/2 {
    flex-basis: 50%;
  }

  .md\:basis-1\/3 {
    flex-basis: 33.333333%;
  }

  .md\:basis-1\/5 {
    flex-basis: 20%;
  }

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

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

  .md\:place-content-between {
    place-content: space-between;
  }

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

  .md\:text-h2 {
    font-size: 3.5rem;
    line-height: 1.1;
  }

  .md\:text-h2\.5 {
    font-size: 3rem;
    line-height: 1.1;
  }

  .md\:text-h3 {
    font-size: 2.5rem;
    line-height: 1.1;
  }

  .md\:text-h5 {
    font-size: 1.5rem;
    line-height: 1.1;
  }

  .md\:text-h5-fluid {
    font-size: clamp(20px, 2vw, 24px);
    line-height: 1.1;
  }

  .md\:text-h5-vw {
    font-size: 1.66vw;
    line-height: 1.1;
  }
}

@media (min-width: 991px) {
  .lg\:sticky {
    position: sticky;
  }

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

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:mr-8 {
    margin-right: 2rem;
  }

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

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

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

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

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

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

  .lg\:basis-1\/2 {
    flex-basis: 50%;
  }

  .lg\:basis-1\/3 {
    flex-basis: 33.333333%;
  }

  .lg\:basis-1\/4 {
    flex-basis: 25%;
  }

  .lg\:basis-2\/6 {
    flex-basis: 33.333333%;
  }

  .lg\:basis-3\/5 {
    flex-basis: 60%;
  }

  .lg\:basis-4\/6 {
    flex-basis: 66.666667%;
  }

  .lg\:basis-auto {
    flex-basis: auto;
  }

  .lg\:basis-full {
    flex-basis: 100%;
  }

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

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

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

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

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

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

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:p-5 {
    padding: 1.25rem;
  }

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

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

  .lg\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

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

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

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

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

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

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

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

  .lg\:text-h1-vw {
    font-size: 5.55vw;
    line-height: 1.1;
  }

  .lg\:text-h2 {
    font-size: 3.5rem;
    line-height: 1.1;
  }

  .lg\:text-h2-vw {
    font-size: 3.9vw;
    line-height: 1.1;
  }

  .lg\:text-h2\.5-vw {
    font-size: 3.33vw;
    line-height: 1.1;
  }

  .lg\:text-h3-vw {
    font-size: 2.778vw;
    line-height: 1.1;
  }

  .lg\:text-h4-vw {
    font-size: 2.254vw;
    line-height: 1.1;
  }

  .lg\:text-h5-vw {
    font-size: 1.66vw;
    line-height: 1.1;
  }

  .lg\:text-h6-vw {
    font-size: 1.11vw;
    line-height: 1.5;
  }
}

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

  .xl\:ml-20 {
    margin-left: 5rem;
  }

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

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

  .xl\:basis-1\/4 {
    flex-basis: 25%;
  }

  .xl\:basis-1\/6 {
    flex-basis: 16.666667%;
  }

  .xl\:p-40 {
    padding: 10rem;
  }

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

  .xl\:text-caption-vw {
    font-size: 0.84vw;
    line-height: 1.5;
  }

  .xl\:text-h6-vw {
    font-size: 1.11vw;
    line-height: 1.5;
  }
}

@media (min-width: 1920px) {
  .xxl\:px-\[10rem\] {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xxl\:text-caption-max {
    font-size: 1.01rem;
    line-height: 1.5;
  }

  .xxl\:text-h1-max {
    font-size: 6.655rem;
    line-height: 1.1;
  }

  .xxl\:text-h2 {
    font-size: 3.5rem;
    line-height: 1.1;
  }

  .xxl\:text-h2-max {
    font-size: 4.68rem;
    line-height: 1.1;
  }

  .xxl\:text-h2\.5-max {
    font-size: 4rem;
    line-height: 1.1;
  }

  .xxl\:text-h3-max {
    font-size: 3.33rem;
    line-height: 1.1;
  }

  .xxl\:text-h4-max {
    font-size: 2.706rem;
    line-height: 1.1;
  }

  .xxl\:text-h5-max {
    font-size: 2rem;
    line-height: 1.1;
  }

  .xxl\:text-h6-max {
    font-size: 1.33rem;
    line-height: 1.5;
  }
}

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