:root {
  --color-default: #7C8080;
  --color-primary: #07132F;
  --color-secondary: #D7D8DB;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  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::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;
}

*, ::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: 400px) {
  .container {
    max-width: 400px;
  }
}

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

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

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

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

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

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

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

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

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

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

.aspect-w-4 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 4;
}

.aspect-w-4 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-h-3 {
  --tw-aspect-h: 3;
}

.aspect-w-12 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 12;
}

.aspect-w-12 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-h-13 {
  --tw-aspect-h: 13;
}

.aspect-w-9 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 9;
}

.aspect-w-9 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-h-10 {
  --tw-aspect-h: 10;
}

.aspect-w-3 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 3;
}

.aspect-w-3 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-h-2 {
  --tw-aspect-h: 2;
}

.aspect-w-8 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 8;
}

.aspect-w-8 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-w-960 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 960;
}

.aspect-w-960 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-h-922 {
  --tw-aspect-h: 922;
}

.aspect-w-720 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 720;
}

.aspect-w-720 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-h-800 {
  --tw-aspect-h: 800;
}

.aspect-w-480 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 480;
}

.aspect-w-480 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-h-350 {
  --tw-aspect-h: 350;
}

.aspect-w-13 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 13;
}

.aspect-w-13 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-h-11 {
  --tw-aspect-h: 11;
}

.aspect-w-1 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 1;
}

.aspect-w-1 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-h-1 {
  --tw-aspect-h: 1;
}

.aspect-w-14 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 14;
}

.aspect-w-14 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-w-10 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 10;
}

.aspect-w-10 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-h-7 {
  --tw-aspect-h: 7;
}

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

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

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

.top-0 {
  top: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.top-full {
  top: 100%;
}

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

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

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

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

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

.-m-3 {
  margin: -0.75rem;
}

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

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

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

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

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

.mt-11 {
  margin-top: 2.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

.h-screen {
  height: 100vh;
}

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

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

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

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

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

.h-px {
  height: 1px;
}

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

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

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

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

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

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

.w-full {
  width: 100%;
}

.w-auto {
  width: auto;
}

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

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

.w-px {
  width: 1px;
}

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

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

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

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

.w-3\/4 {
  width: 75%;
}

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

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

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

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

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

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

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

.w-half-screen {
  width: 50vw;
}

.w-0 {
  width: 0px;
}

.w-screen {
  width: 100vw;
}

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

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

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

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

.max-w-none {
  max-width: none;
}

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

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

.shrink-0 {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

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

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

.translate-x-\[0\.8\%\] {
  --tw-translate-x: 0.8%;
  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-\[3\%\] {
  --tw-translate-y: 3%;
  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));
}

.rotate-180 {
  --tw-rotate: 180deg;
  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));
}

.scale-0 {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  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));
}

.scale-x-\[-1\] {
  --tw-scale-x: -1;
  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-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

.\!justify-center {
  justify-content: center !important;
}

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

.gap-\[44px\] {
  gap: 44px;
}

.gap-8 {
  gap: 2rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.gap-x-\[9\%\] {
  column-gap: 9%;
}

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
}

.space-y-4\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.08rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.08rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.875rem * var(--tw-space-x-reverse));
  margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

.border {
  border-width: 1px;
}

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

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(7 19 47 / var(--tw-border-opacity));
}

.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(7 19 47 / var(--tw-bg-opacity));
}

.bg-primary\/30 {
  background-color: rgb(7 19 47 / 0.3);
}

.bg-secondary\/80 {
  background-color: rgb(215 216 219 / 0.8);
}

.bg-black\/5 {
  background-color: rgb(0 0 0 / 0.05);
}

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

.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

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

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

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

.object-left {
  object-position: left;
}

.object-center {
  object-position: center;
}

.p-3 {
  padding: 0.75rem;
}

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

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

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

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

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

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

.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

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

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

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

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

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

.px-\[12\.5\%\] {
  padding-left: 12.5%;
  padding-right: 12.5%;
}

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

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

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

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

.pb-30 {
  padding-bottom: 7.5rem;
}

.pt-13 {
  padding-top: 3.25rem;
}

.pb-px {
  padding-bottom: 1px;
}

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

.pr-3\.5 {
  padding-right: 0.875rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pt-11 {
  padding-top: 2.75rem;
}

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

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

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

.pt-9 {
  padding-top: 2.25rem;
}

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

.pt-18 {
  padding-top: 4.5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pt-20 {
  padding-top: 5rem;
}

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

.pr-\[13\%\] {
  padding-right: 13%;
}

.pr-\[30\%\] {
  padding-right: 30%;
}

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

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

.pt-30 {
  padding-top: 7.5rem;
}

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

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

.pt-14 {
  padding-top: 3.5rem;
}

.pl-4 {
  padding-left: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.\!leading-\[1\.2\] {
  line-height: 1.2 !important;
}

.\!leading-\[1\.25\] {
  line-height: 1.25 !important;
}

.\!leading-\[1\.5\] {
  line-height: 1.5 !important;
}

.\!leading-\[1\.3\] {
  line-height: 1.3 !important;
}

.\!leading-\[1\.4\] {
  line-height: 1.4 !important;
}

.\!leading-\[2\.15\] {
  line-height: 2.15 !important;
}

.\!tracking-\[0\.06em\] {
  letter-spacing: 0.06em !important;
}

.\!tracking-\[0\.05em\] {
  letter-spacing: 0.05em !important;
}

.\!tracking-\[0\.1em\] {
  letter-spacing: 0.1em !important;
}

.\!tracking-\[0\.08em\] {
  letter-spacing: 0.08em !important;
}

.\!tracking-\[0\.03em\] {
  letter-spacing: 0.03em !important;
}

.text-primary\/80 {
  color: rgb(7 19 47 / 0.8);
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(215 216 219 / var(--tw-text-opacity));
}

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

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(7 19 47 / var(--tw-text-opacity));
}

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

.text-default {
  --tw-text-opacity: 1;
  color: rgb(124 128 128 / var(--tw-text-opacity));
}

.text-\[\#D6D7Da\] {
  --tw-text-opacity: 1;
  color: rgb(214 215 218 / var(--tw-text-opacity));
}

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

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

.underline-offset-2 {
  text-underline-offset: 2px;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.outline {
  outline-style: solid;
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  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);
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

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

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

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

.transition-\[width\] {
  transition-property: width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

/*! locomotive-scroll v4.1.3 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */

html.has-scroll-smooth{
  position:fixed;
  left:0;
  right:0;
  top:0;
  bottom:0;
  overflow:hidden
}

html.has-scroll-dragging{
  -webkit-user-select:none;
  user-select:none
}

.has-scroll-smooth body{
  overflow:hidden
}

.has-scroll-smooth [data-scroll-container]{
  min-height:100vh
}

[data-scroll-direction=horizontal] [data-scroll-container]{
  display:inline-block;
  height:100vh;
  white-space:nowrap
}

[data-scroll-direction=horizontal] [data-scroll-section]{
  display:inline-block;
  height:100%;
  vertical-align:top;
  white-space:nowrap
}

.c-scrollbar{
  height:100%;
  opacity:0;
  position:absolute;
  right:0;
  top:0;
  transform-origin:center right;
  transition:transform .3s,opacity .3s;
  width:11px
}

.c-scrollbar:hover{
  transform:scaleX(1.45)
}

.c-scrollbar:hover,.has-scroll-dragging .c-scrollbar,.has-scroll-scrolling .c-scrollbar{
  opacity:1
}

[data-scroll-direction=horizontal] .c-scrollbar{
  bottom:0;
  height:10px;
  top:auto;
  transform:scaleY(1);
  width:100%
}

[data-scroll-direction=horizontal] .c-scrollbar:hover{
  transform:scaleY(1.3)
}

.c-scrollbar_thumb{
  background-color:#000;
  border-radius:10px;
  cursor:grab;
  margin:2px;
  opacity:.5;
  position:absolute;
  right:0;
  top:0;
  width:7px
}

.has-scroll-dragging .c-scrollbar_thumb{
  cursor:grabbing
}

[data-scroll-direction=horizontal] .c-scrollbar_thumb{
  bottom:0;
  right:auto
}

::selection {
  background-color: var(--color-primary);
  color: var(--color-secondary);
}

.bg-primary ::selection {
  background-color: var(--color-secondary);
  color: var(--color-primary);
}

:focus-visible {
  outline-width: 1px;
  outline-color: var(--color-primary);
  outline-style: double;
  outline-offset: 4px;
  border-radius: 0;
}

.rtl {
  direction: rtl;
}

body, html {
  font-family: "neue-haas-grotesk-display", sans-serif;
}

.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.4;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.font-alternate {
  font-family: "nimbus-sans", sans-serif;
}

.c-scrollbar {
  height: 100vh;
  z-index: 100;
}

.text-content > :last-child,
.text-content ul > :last-child,
.text-content ol > :last-child {
  padding-bottom: 0 !important;
}

.text-content ul li,
.text-content ol li {
  padding-left: 1em;
}

.text-content ul li:before {
  content: "\2022";
  color: var(--color-primary);
  font-weight: 400;
  display: inline-block;
  width: 1em;
  position: relative;
  margin-left: -1em;
}

.text-content ol {
  list-style: none;
  counter-reset: my-counter;
}

.text-content ol li {
  counter-increment: my-counter;
  padding-left: 1.5em;
}

.text-content ol li:before {
  content: "0" counter(my-counter);
  color: var(--color-primary);
  display: inline-block;
  width: 1.75em;
  position: relative;
  font-size: 0.85em;
  line-height: 1em;
  margin-left: -1.75em;
}

.text-content ul ul,
.text-content ul ol,
.text-content ol ol,
.text-content ol ul {
  padding-top: 0.75rem !important;
  padding-bottom: 0 !important;
}

@media (min-width: 768px) {
  .text-content ul ul,
    .text-content ul ol,
    .text-content ol ol,
    .text-content ol ul {
    padding-top: 0.875rem !important;
  }
}

@media (min-width: 1024px) {
  .text-content ul ul,
    .text-content ul ol,
    .text-content ol ol,
    .text-content ol ul {
    padding-top: 0.1rem !important;
  }
}

@media (min-width: 1280px) {
  .text-content ul ul,
    .text-content ul ol,
    .text-content ol ol,
    .text-content ol ul {
    padding-top: 1.08rem !important;
  }
}

@media (min-width: 1536px) {
  .text-content ul ul,
    .text-content ul ol,
    .text-content ol ol,
    .text-content ol ul {
    padding-top: 1.25rem !important;
  }
}

.text-content .apply-h1:not(:first-child),
.text-content .apply-h2:not(:first-child),
.text-content .apply-h3:not(:first-child),
.text-content .apply-h4:not(:first-child),
.text-content .apply-h5:not(:first-child),
.text-content .apply-h6:not(:first-child) {
  padding-top: 0.75rem !important;
}

@media (min-width: 768px) {
  .text-content .apply-h1:not(:first-child),
    .text-content .apply-h2:not(:first-child),
    .text-content .apply-h3:not(:first-child),
    .text-content .apply-h4:not(:first-child),
    .text-content .apply-h5:not(:first-child),
    .text-content .apply-h6:not(:first-child) {
    padding-top: 0.875rem !important;
  }
}

@media (min-width: 1024px) {
  .text-content .apply-h1:not(:first-child),
    .text-content .apply-h2:not(:first-child),
    .text-content .apply-h3:not(:first-child),
    .text-content .apply-h4:not(:first-child),
    .text-content .apply-h5:not(:first-child),
    .text-content .apply-h6:not(:first-child) {
    padding-top: 0.1rem !important;
  }
}

@media (min-width: 1280px) {
  .text-content .apply-h1:not(:first-child),
    .text-content .apply-h2:not(:first-child),
    .text-content .apply-h3:not(:first-child),
    .text-content .apply-h4:not(:first-child),
    .text-content .apply-h5:not(:first-child),
    .text-content .apply-h6:not(:first-child) {
    padding-top: 1.08rem !important;
  }
}

@media (min-width: 1536px) {
  .text-content .apply-h1:not(:first-child),
    .text-content .apply-h2:not(:first-child),
    .text-content .apply-h3:not(:first-child),
    .text-content .apply-h4:not(:first-child),
    .text-content .apply-h5:not(:first-child),
    .text-content .apply-h6:not(:first-child) {
    padding-top: 1.25rem !important;
  }
}

.apply-h1 {
  font-size: 30px;
  line-height: 1.2 !important;
  letter-spacing: 0em !important;
  font-family: "nimbus-sans", sans-serif;
}

@media (min-width: 768px) {
  .apply-h1 {
    font-size: 33px;
  }
}

@media (min-width: 1024px) {
  .apply-h1 {
    font-size: 37px;
  }
}

@media (min-width: 1280px) {
  .apply-h1 {
    font-size: 41px;
  }
}

@media (min-width: 1536px) {
  .apply-h1 {
    font-size: 45px;
  }
}

.apply-h2 {
  font-size: 30px;
  line-height: 1.2 !important;
  letter-spacing: 0em !important;
  font-family: "nimbus-sans", sans-serif;
}

@media (min-width: 768px) {
  .apply-h2 {
    font-size: 33px;
  }
}

@media (min-width: 1024px) {
  .apply-h2 {
    font-size: 37px;
  }
}

@media (min-width: 1280px) {
  .apply-h2 {
    font-size: 41px;
  }
}

@media (min-width: 1536px) {
  .apply-h2 {
    font-size: 45px;
  }
}

.apply-h3 {
  font-size: 24px;
  line-height: 1.25 !important;
  letter-spacing: 0em !important;
  font-family: "nimbus-sans", sans-serif;
}

@media (min-width: 768px) {
  .apply-h3 {
    font-size: 26px;
  }
}

@media (min-width: 1024px) {
  .apply-h3 {
    font-size: 29px;
  }
}

@media (min-width: 1280px) {
  .apply-h3 {
    font-size: 32px;
  }
}

@media (min-width: 1536px) {
  .apply-h3 {
    font-size: 35px;
  }
}

.apply-h4 {
  font-size: 22px;
  line-height: 1.25 !important;
  letter-spacing: 0em !important;
  font-family: "nimbus-sans", sans-serif;
}

@media (min-width: 768px) {
  .apply-h4 {
    font-size: 24px;
  }
}

@media (min-width: 1024px) {
  .apply-h4 {
    font-size: 26px;
  }
}

@media (min-width: 1280px) {
  .apply-h4 {
    font-size: 28px;
  }
}

@media (min-width: 1536px) {
  .apply-h4 {
    font-size: 30px;
  }
}

.apply-h5 {
  font-size: 20px;
  line-height: 1.25 !important;
  letter-spacing: 0em !important;
  font-family: "nimbus-sans", sans-serif;
}

@media (min-width: 768px) {
  .apply-h5 {
    font-size: 21px;
  }
}

@media (min-width: 1280px) {
  .apply-h5 {
    font-size: 22px;
  }
}

.apply-h6 {
  font-size: 16px;
  line-height: 1.25 !important;
  letter-spacing: 0em !important;
  font-family: "nimbus-sans", sans-serif;
}

@media (min-width: 768px) {
  .apply-h6 {
    font-size: 17px;
  }
}

@media (min-width: 1280px) {
  .apply-h6 {
    font-size: 18px;
  }
}

.apply-small-title {
  font-size: 14px;
  line-height: 1.5 !important;
  letter-spacing: 0.06em !important;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.apply-text-base {
  font-size: 16px;
  line-height: 1.5 !important;
  letter-spacing: 0.05em !important;
}

@media (min-width: 768px) {
  .apply-text-base {
    font-size: 17px;
  }
}

@media (min-width: 1024px) {
  .apply-text-base {
    font-size: 18px;
  }
}

@media (min-width: 1280px) {
  .apply-text-base {
    font-size: 19px;
  }
}

@media (min-width: 1536px) {
  .apply-text-base {
    font-size: 20px;
  }
}

.apply-link {
  color: rgb(7 19 47 / 0.8);
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.apply-link:hover {
  --tw-text-opacity: 1;
  color: rgb(7 19 47 / var(--tw-text-opacity));
}

.apply-cta {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: inline-flex;
  min-height: 55px;
  width: 100%;
  max-width: 350px;
  align-items: center;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(7 19 47 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.3 !important;
  letter-spacing: 0.1em !important;
  --tw-text-opacity: 1;
  color: rgb(215 216 219 / var(--tw-text-opacity));
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.apply-cta ::selection {
  background-color: var(--color-secondary);
  color: var(--color-primary);
}

.apply-cta:hover {
  background-color: rgb(7 19 47 / 0.8);
}

@media (min-width: 768px) {
  .apply-cta {
    width: auto;
    font-size: 13px;
  }
}

@media (min-width: 1024px) {
  .apply-cta {
    min-width: calc(25vw - 1.5rem);
  }
}

@media (min-width: 1280px) {
  .apply-cta {
    min-width: 12.5vw;
    font-size: 14px;
  }
}

.swiper-slide:not(.swiper-slide-visible) {
  opacity: 0 !important;
}

.swiper-btn-disabled {
  opacity: 0.3 !important;
  cursor: default;
}

.swiper-products-disabled,
.swiper-work-disabled {
  cursor: default;
  background-color: transparent !important;
}

.swiper-products-disabled svg path,
.swiper-work-disabled svg path {
  opacity: 0.3 !important;
}

/* ------- FORM ------- */

form{
  position:relative;
  text-align:left;
  font-size:17px;
  letter-spacing:0.03em;
}

form p{
  margin:0;
}

form p:after{
  content:'';
  visibility:hidden;
  display:block;
  height:0;
  clear:both;
}

form label{
  display:none;
}

form ::-webkit-input-placeholder{
  color:var(--color-default);
  opacity:1;
}

form :-moz-placeholder{
  color:var(--color-default);
  opacity:1;
}

form ::-moz-placeholder{
  color:var(--color-default);
  opacity:1;
}

form :-ms-input-placeholder{
  color:var(--color-default);
  opacity:1;
}

form .gform_validation_container{
  position:absolute !important;
  top:auto;
  left:-9999px;
  right:auto;
  bottom:auto;
}

form .gchoice input{
  position:absolute;
  left:-9999px;
  right:auto;
}

form input,
form select,
form textarea{
  display:block;
  width:100%;
  padding:0.5em 0;
  color:var(--color-primary);
  border:none;
  border-bottom:1px solid var(--color-default);
  border-radius:0;
  background-color:transparent;
  outline:none;
  letter-spacing:inherit;
}

form textarea{
  height:150px;
  min-height:150px;
  max-height:150px;
}

form .gfield{
  position:relative;
  margin-bottom:25px;
}

form .gfield:last-child{
  margin-bottom:0 !important;
}

form .gchoice label{
  position:relative;
  padding-left:52px;
  line-height:1.5;
}

form .gchoice label:before,
form .gchoice label:after{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  bottom:auto;
  left:0;
  right:auto;
  display:inline-flex;
  content:'';
  width:34px;
  height:34px;
  padding:0;
  margin:0;
  border-radius:0;
  border:1px solid var(--color-default);
  transition:transform 300ms ease, opacity 300ms ease;
}

form .gchoice label:after{
  left:4px;
  width:26px;
  height:26px;
  border:0;
  background-color:var(--color-primary);
  opacity:0;
  border-radius:0;
  transform:translateY(-50%) scale(0);
}

form .gchoice input:focus+label:before{
  outline:1px solid var(--color-primary) !important;
  outline-offset:4px;
}

form .gchoice input:checked + label:before{
  border-color:var(--color-default) !important;
}

form .gchoice input:checked + label:after{
  opacity:1;
  transform:translateY(-50%) scale(1);
}

form .gfield.acceptance{
  padding:15px 0 10px;
  margin-bottom:0 !important;
  color:var(--color-default);
  font-size:14px;
}

form .gfield.acceptance legend{
  display:none;
}

form .gfield .ginput_container label{
  display:block;
}

form .gfield a{
  color:inherit;
  text-decoration:underline;
  transition:color 500ms ease;
}

form .gfield.acceptance a:hover{
  color:var(--color-primary);
}

.gform_fileupload_rules{
  font-size:0.7em;
  line-height:1.1;
  display:block;
  padding-top:5px;
  opacity:0.6;
}

.gform_footer{
  padding-top:30px;
}

.gform_validation_errors{
  padding:0.7em 1em;
  margin:0 0 20px;
  background-color:#dec5c6;
  border:1px solid #770c0c;
  border-radius:0;
}

.gform_validation_errors .gform_submission_error{
  font-size:1em;
  line-height:1.5;
  padding:0;
  margin:0;
  color:#770c0c;
  letter-spacing:0.03em;
}

form .gfield_validation_message{
  position:absolute;
  top:100%;
  font-size:0.75em;
  color:#770c0c;
}

form .gform_footer{
  position:relative;
  display:flex;
  width:100%;
}

form .wrapper-button{
  position:relative;
  display:block;
}

form .wrapper-button .gform_ajax_spinner{
  display:none !important;
}

form .ginput_container_fileupload{
  position:relative;
}

form .ginput_container_fileupload:before{
  position:absolute;
  top:0;
  left:0;
  display:block;
  content:'Allega il tuo CV *';
  padding:0.5em 0.5em;
  outline:none;
  line-height:1.8 !important;
  opacity:0.5;
  white-space:nowrap;
  -webkit-user-select:none;
  font-size:inherit;
}

form .ginput_container_fileupload input[type="file"]{
  position:relative;
  padding-left:120px;
  cursor:pointer;
}

form input:focus-visible,
form textarea:focus-visible{
  outline:none;
  border-bottom-color:var(--color-primary);
}

form .gchoice input,
form .gchoice input:focus-visible{
  outline:none !important;
}

form .gchoice input:focus-visible + label:before{
  outline:none;
  border-color:var(--color-primary);
}

.gform_confirmation_message{
  letter-spacing:0.03em;
}

@media (min-width: 575px) {
  form .ginput_container_fileupload input[type="file"]{
    padding-left:130px;
  }
}

@media (min-width: 768px) {
  form{
    font-size:18px;
  }

  form .gfield{
    margin-bottom:30px;
  }

  form .ginput_container_fileupload input[type="file"]{
    padding-left:135px;
  }

  .gform_validation_errors{
    margin-bottom:20px;
  }

  form #field_1_5{
    padding-bottom:10px;
  }

  form .gfield.acceptance{
    display:flex;
    align-items:center;
    width:50%;
    height:55px;
    padding:0;
  }

  form .gform_footer{
    padding-top:0;
  }

  form .wrapper-button{
    position:absolute;
    top:auto;
    left:auto;
    right:0;
    bottom:0;
    display:flex;
    width:50%;
    justify-content:flex-end;
  }
}

@media (min-width: 1024px) {
  form{
    font-size:19px;
  }

  form .gfield{
    margin-bottom:35px;
  }

  form .ginput_container_fileupload input[type="file"]{
    padding-left:145px;
  }

  .gform_validation_errors{
    margin-bottom:25px;
  }
}

@media (min-width: 1280px) {
  form{
    font-size:20px;
  }

  form .gfield{
    margin-bottom:40px;
  }

  form .ginput_container_fileupload input[type="file"]{
    padding-left:155px;
  }

  .gform_validation_errors{
    margin-bottom:30px;
  }
}

@media (min-width: 1536px) {
  form .gfield{
    margin-bottom:45px;
  }

  form .ginput_container_fileupload input[type="file"]{
    padding-left:160px;
  }

  .gform_validation_errors{
    margin-bottom:35px;
  }
}

.accordion-container {
  margin-bottom: 20px;
  box-shadow: 0px 0px 20px #00000030;
}

.accordion {
  background-color: #ffffff;
  color: #000000;
  cursor: pointer;
  padding: 25px;
  font-size: 30px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */

.active, .accordion:hover {
}

/* Style the accordion panel. Note: hidden by default */

.panel {
  padding: 0 25px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion:after {
  content: '';
  /* Unicode character for "plus" sign (+) */
  background-image: url(img/piu.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 17px auto;
  width: 35px;
  aspect-ratio: 1 / 1;
  background-color: #E30813;
}

.active:after {
  background-image: url(img/meno.svg);
}

.panel ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  padding-bottom: 25px;
}

.panel ul .immaginedownload {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  margin-bottom: 15px;
  display: block;
}

.panel ul a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #E30813;
  font-size: 22px;
  gap: 10px;
}

.panel ul a img {
  width: 20px;
  height: auto;
}

.before\:pointer-events-none::before {
  content: var(--tw-content);
  pointer-events: none;
}

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

.before\:inset-x-0::before {
  content: var(--tw-content);
  left: 0px;
  right: 0px;
}

.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}

.before\:z-10::before {
  content: var(--tw-content);
  z-index: 10;
}

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

.before\:h-4::before {
  content: var(--tw-content);
  height: 1rem;
}

.before\:w-auto::before {
  content: var(--tw-content);
  width: auto;
}

.before\:bg-gradient-to-b::before {
  content: var(--tw-content);
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.before\:from-white::before {
  content: var(--tw-content);
  --tw-gradient-from: #fff;
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:to-transparent::before {
  content: var(--tw-content);
  --tw-gradient-to: transparent;
}

.after\:pointer-events-none::after {
  content: var(--tw-content);
  pointer-events: none;
}

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

.after\:inset-x-0::after {
  content: var(--tw-content);
  left: 0px;
  right: 0px;
}

.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}

.after\:z-10::after {
  content: var(--tw-content);
  z-index: 10;
}

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

.after\:h-4::after {
  content: var(--tw-content);
  height: 1rem;
}

.after\:w-auto::after {
  content: var(--tw-content);
  width: auto;
}

.after\:bg-gradient-to-b::after {
  content: var(--tw-content);
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.after\:from-transparent::after {
  content: var(--tw-content);
  --tw-gradient-from: transparent;
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.after\:to-white::after {
  content: var(--tw-content);
  --tw-gradient-to: #fff;
}

.hover\:bg-primary\/80:hover {
  background-color: rgb(7 19 47 / 0.8);
}

.hover\:bg-primary\/5:hover {
  background-color: rgb(7 19 47 / 0.05);
}

.hover\:bg-white\/5:hover {
  background-color: rgb(255 255 255 / 0.05);
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(7 19 47 / var(--tw-text-opacity));
}

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

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.group:hover .group-hover\:bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(7 19 47 / var(--tw-bg-opacity));
}

@media (min-width: 575px) {
  .xs\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:max-w-none {
    max-width: none;
  }

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

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

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

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

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

  .md\:gap-\[50px\] {
    gap: 50px;
  }

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

  .md\:gap-y-9 {
    row-gap: 2.25rem;
  }

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .md\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

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

  .md\:py-4\.5 {
    padding-top: 1.08rem;
    padding-bottom: 1.08rem;
  }

  .md\:py-5\.5 {
    padding-top: 1.38rem;
    padding-bottom: 1.38rem;
  }

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

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

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

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

  .md\:pt-\[62px\] {
    padding-top: 62px;
  }

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

  .md\:pt-18 {
    padding-top: 4.5rem;
  }

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

  .md\:pt-14 {
    padding-top: 3.5rem;
  }

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

  .md\:pt-22 {
    padding-top: 5.5rem;
  }

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

  .md\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .md\:pt-32 {
    padding-top: 8rem;
  }

  .md\:pr-0 {
    padding-right: 0px;
  }

  .md\:pt-11 {
    padding-top: 2.75rem;
  }

  .md\:pt-7 {
    padding-top: 1.75rem;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {
  .lg\:aspect-w-10 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 10;
  }

  .lg\:aspect-w-10 > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:aspect-h-11 {
    --tw-aspect-h: 11;
  }

  .lg\:absolute {
    position: absolute;
  }

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

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

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

  .lg\:top-full {
    top: 100%;
  }

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

  .lg\:-mt-36 {
    margin-top: -9rem;
  }

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

  .lg\:mb-\[16\%\] {
    margin-bottom: 16%;
  }

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

  .lg\:-mr-12 {
    margin-right: -3rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

  .lg\:max-h-\[calc\(100\%-116px\)\] {
    max-height: calc(100% - 116px);
  }

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

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

  .lg\:w-\[calc\(25vw-1\.5rem\)\] {
    width: calc(25vw - 1.5rem);
  }

  .lg\:w-\[calc\(25\%\+1\.5rem\)\] {
    width: calc(25% + 1.5rem);
  }

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

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

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

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

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

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

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

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

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

  .lg\:w-0 {
    width: 0px;
  }

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

  .lg\:min-w-\[calc\(25vw-1\.5rem\)\] {
    min-width: calc(25vw - 1.5rem);
  }

  .lg\:max-w-none {
    max-width: none;
  }

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

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

  .lg\:shrink-0 {
    flex-shrink: 0;
  }

  .lg\:flex-grow {
    flex-grow: 1;
  }

  .lg\:-translate-y-\[40\%\] {
    --tw-translate-y: -40%;
    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));
  }

  .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\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }

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

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

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

  .lg\:items-stretch {
    align-items: stretch;
  }

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

  .lg\:gap-7 {
    gap: 1.75rem;
  }

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

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

  .lg\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .lg\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3.75rem * var(--tw-space-x-reverse));
    margin-left: calc(3.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

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

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

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

  .lg\:py-13 {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

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

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

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

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

  .lg\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

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

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

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

  .lg\:pt-\[69px\] {
    padding-top: 69px;
  }

  .lg\:pb-34 {
    padding-bottom: 8.5rem;
  }

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

  .lg\:pr-12 {
    padding-right: 3rem;
  }

  .lg\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

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

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

  .lg\:pt-13 {
    padding-top: 3.25rem;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pt-14 {
    padding-top: 3.5rem;
  }

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

  .lg\:pt-26 {
    padding-top: 6.5rem;
  }

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

  .lg\:pt-34 {
    padding-top: 8.5rem;
  }

  .lg\:pl-12 {
    padding-left: 3rem;
  }

  .lg\:pr-\[40\%\] {
    padding-right: 40%;
  }

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

  .lg\:pt-9 {
    padding-top: 2.25rem;
  }

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

  .lg\:pt-5\.5 {
    padding-top: 1.38rem;
  }

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

  .lg\:pt-36 {
    padding-top: 9rem;
  }

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

  .lg\:pb-13 {
    padding-bottom: 3.25rem;
  }

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

  .lg\:text-left {
    text-align: left;
  }

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

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

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

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

@media (min-width: 1280px) {
  .xl\:top-px {
    top: 1px;
  }

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

  .xl\:col-end-7 {
    grid-column-end: 7;
  }

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

  .xl\:mb-\[17\%\] {
    margin-bottom: 17%;
  }

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

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

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

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

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

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

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

  .xl\:w-\[12\.5vw\] {
    width: 12.5vw;
  }

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

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

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

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

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

  .xl\:w-3\/4 {
    width: 75%;
  }

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

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

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

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

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

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

  .xl\:min-w-\[12\.5vw\] {
    min-width: 12.5vw;
  }

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

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

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

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

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

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

  .xl\:gap-y-11 {
    row-gap: 2.75rem;
  }

  .xl\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .xl\:bg-\[\#dfdfe2\] {
    --tw-bg-opacity: 1;
    background-color: rgb(223 223 226 / var(--tw-bg-opacity));
  }

  .xl\:px-\[12\.5\%\] {
    padding-left: 12.5%;
    padding-right: 12.5%;
  }

  .xl\:px-\[12\.5vw\] {
    padding-left: 12.5vw;
    padding-right: 12.5vw;
  }

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

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

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

  .xl\:py-15 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .xl\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

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

  .xl\:py-5\.5 {
    padding-top: 1.38rem;
    padding-bottom: 1.38rem;
  }

  .xl\:py-6\.5 {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }

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

  .xl\:pt-\[76px\] {
    padding-top: 76px;
  }

  .xl\:pb-36 {
    padding-bottom: 9rem;
  }

  .xl\:pt-30 {
    padding-top: 7.5rem;
  }

  .xl\:pr-14 {
    padding-right: 3.5rem;
  }

  .xl\:pt-14 {
    padding-top: 3.5rem;
  }

  .xl\:pt-7 {
    padding-top: 1.75rem;
  }

  .xl\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

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

  .xl\:pt-16 {
    padding-top: 4rem;
  }

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

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

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

  .xl\:pt-36 {
    padding-top: 9rem;
  }

  .xl\:pl-\[12\.5vw\] {
    padding-left: 12.5vw;
  }

  .xl\:pr-\[30\%\] {
    padding-right: 30%;
  }

  .xl\:pr-\[12\.5vw\] {
    padding-right: 12.5vw;
  }

  .xl\:pt-13 {
    padding-top: 3.25rem;
  }

  .xl\:pt-11 {
    padding-top: 2.75rem;
  }

  .xl\:pl-\[12\.5\%\] {
    padding-left: 12.5%;
  }

  .xl\:pt-28 {
    padding-top: 7rem;
  }

  .xl\:pr-0 {
    padding-right: 0px;
  }

  .xl\:pr-\[6\.25vw\] {
    padding-right: 6.25vw;
  }

  .xl\:pt-0 {
    padding-top: 0px;
  }

  .xl\:pt-42 {
    padding-top: 10.5rem;
  }

  .xl\:pt-24 {
    padding-top: 6rem;
  }

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

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

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

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

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

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

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

  .xl\:text-default {
    --tw-text-opacity: 1;
    color: rgb(124 128 128 / var(--tw-text-opacity));
  }

  .xl\:hover\:text-primary:hover {
    --tw-text-opacity: 1;
    color: rgb(7 19 47 / var(--tw-text-opacity));
  }
}

@media (min-width: 1440px) {
  .\31\.5xl\:pb-7 {
    padding-bottom: 1.75rem;
  }
}

@media (min-width: 1536px) {
  .\32xl\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .\32xl\:mb-\[18\%\] {
    margin-bottom: 18%;
  }

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

  .\32xl\:-mb-18 {
    margin-bottom: -4.5rem;
  }

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

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

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

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

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

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

  .\32xl\:min-h-\[700px\] {
    min-height: 700px;
  }

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

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

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

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

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

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

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

  .\32xl\:flex-row {
    flex-direction: row;
  }

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

  .\32xl\:gap-12 {
    gap: 3rem;
  }

  .\32xl\:gap-x-\[9\%\] {
    column-gap: 9%;
  }

  .\32xl\:gap-y-13 {
    row-gap: 3.25rem;
  }

  .\32xl\:space-y-5\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.38rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.38rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:py-4\.5 {
    padding-top: 1.08rem;
    padding-bottom: 1.08rem;
  }

  .\32xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .\32xl\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .\32xl\:py-17 {
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
  }

  .\32xl\:py-5\.5 {
    padding-top: 1.38rem;
    padding-bottom: 1.38rem;
  }

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

  .\32xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .\32xl\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .\32xl\:py-13 {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .\32xl\:pt-\[83px\] {
    padding-top: 83px;
  }

  .\32xl\:pb-38 {
    padding-bottom: 9.5rem;
  }

  .\32xl\:pt-36 {
    padding-top: 9rem;
  }

  .\32xl\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .\32xl\:pr-4\.5 {
    padding-right: 1.08rem;
  }

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

  .\32xl\:pt-15 {
    padding-top: 3.75rem;
  }

  .\32xl\:pt-18 {
    padding-top: 4.5rem;
  }

  .\32xl\:pt-11 {
    padding-top: 2.75rem;
  }

  .\32xl\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .\32xl\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .\32xl\:pt-38 {
    padding-top: 9.5rem;
  }

  .\32xl\:pt-14 {
    padding-top: 3.5rem;
  }

  .\32xl\:pt-13 {
    padding-top: 3.25rem;
  }

  .\32xl\:pt-32 {
    padding-top: 8rem;
  }

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

  .\32xl\:pt-28 {
    padding-top: 7rem;
  }

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

  .\32xl\:pt-46 {
    padding-top: 11.5rem;
  }

  .\32xl\:pb-0 {
    padding-bottom: 0px;
  }

  .\32xl\:pb-18 {
    padding-bottom: 4.5rem;
  }

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

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

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

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

@media (min-width: 1760px) {
  .\33xl\:mb-16 {
    margin-bottom: 4rem;
  }

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

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

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

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

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

  .\33xl\:min-h-\[800px\] {
    min-height: 800px;
  }

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

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

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

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

  .\33xl\:gap-15 {
    gap: 3.75rem;
  }

  .\33xl\:gap-y-13 {
    row-gap: 3.25rem;
  }

  .\33xl\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .\33xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .\33xl\:py-18 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .\33xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .\33xl\:py-6\.5 {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }

  .\33xl\:py-7\.5 {
    padding-top: 1.85rem;
    padding-bottom: 1.85rem;
  }

  .\33xl\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .\33xl\:pt-\[90px\] {
    padding-top: 90px;
  }

  .\33xl\:pb-40 {
    padding-bottom: 10rem;
  }

  .\33xl\:pt-40 {
    padding-top: 10rem;
  }

  .\33xl\:pr-5 {
    padding-right: 1.25rem;
  }

  .\33xl\:pt-16 {
    padding-top: 4rem;
  }

  .\33xl\:pt-20 {
    padding-top: 5rem;
  }

  .\33xl\:pt-12 {
    padding-top: 3rem;
  }

  .\33xl\:pt-15 {
    padding-top: 3.75rem;
  }

  .\33xl\:pt-36 {
    padding-top: 9rem;
  }

  .\33xl\:pt-50 {
    padding-top: 12.5rem;
  }

  .\33xl\:pt-32 {
    padding-top: 8rem;
  }

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

  .\33xl\:pt-14 {
    padding-top: 3.5rem;
  }

  .\33xl\:pb-7 {
    padding-bottom: 1.75rem;
  }
}

.\[\&\.active\]\:bg-primary.active {
  --tw-bg-opacity: 1;
  background-color: rgb(7 19 47 / var(--tw-bg-opacity));
}

.\[\&\.active\]\:hover\:bg-primary:hover.active {
  --tw-bg-opacity: 1;
  background-color: rgb(7 19 47 / var(--tw-bg-opacity));
}

.\[\&\:not\(\.active\)\]\:absolute:not(.active) {
  position: absolute;
}

.\[\&\:not\(\.active\)\]\:-left-\[9999px\]:not(.active) {
  left: -9999px;
}

.\[\&\:not\(\.active\)\]\:-top-\[9999px\]:not(.active) {
  top: -9999px;
}

.\[\&\:not\(\.active\)\]\:opacity-0:not(.active) {
  opacity: 0;
}

.\[\&\.menu-open\]\:overflow-hidden.menu-open {
  overflow: hidden;
}

.\[\&\.current\]\:opacity-100.current {
  opacity: 1;
}

.\[\&\:not\(\.nosticky\)\]\:-translate-y-full:not(.nosticky) {
  --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));
}