@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');/*
! tailwindcss v3.4.1 | 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.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/html,
:host {
  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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}/*
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-feature-settings: inherit; /* 1 */
  font-variation-settings: 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;
}/*
Reset default styling for dialogs.
*/dialog {
  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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}.container{
  width: 100%;
}@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: 1435px){.container{
    max-width: 1435px;
  }
}@media (min-width: 1690px){.container{
    max-width: 1690px;
  }
}@media (min-width: 2000px){.container{
    max-width: 2000px;
  }
}.container{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1600px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}@media (min-width: 768px){.container{
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}.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 !important;
}.relative{
  position: relative;
}.inset-0{
  inset: 0px;
}.\!bottom-0{
  bottom: 0px !important;
}.\!left-0{
  left: 0px !important;
}.bottom-0{
  bottom: 0px;
}.bottom-\[6px\]{
  bottom: 6px;
}.left-0{
  left: 0px;
}.left-1\/2{
  left: 50%;
}.right-0{
  right: 0px;
}.right-3{
  right: 0.75rem;
}.right-4{
  right: 1rem;
}.top-0{
  top: 0px;
}.top-1\/2{
  top: 50%;
}.top-4{
  top: 1rem;
}.top-\[6px\]{
  top: 6px;
}.-z-10{
  z-index: -10;
}.-z-20{
  z-index: -20;
}.z-10{
  z-index: 10;
}.z-30{
  z-index: 30;
}.z-40{
  z-index: 40;
}.z-50{
  z-index: 50;
}.z-\[60\]{
  z-index: 60;
}.z-\[80\]{
  z-index: 80;
}.z-\[81\]{
  z-index: 81;
}.order-1{
  order: 1;
}.order-2{
  order: 2;
}.order-first{
  order: -9999;
}.col-span-1{
  grid-column: span 1 / span 1;
}.col-span-12{
  grid-column: span 12 / span 12;
}.col-span-2{
  grid-column: span 2 / span 2;
}.col-span-5{
  grid-column: span 5 / span 5;
}.m-auto{
  margin: auto;
}.mx-auto{
  margin-left: auto;
  margin-right: auto;
}.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}.\!ml-4{
  margin-left: 1rem !important;
}.-mt-2{
  margin-top: -0.5rem;
}.mb-0{
  margin-bottom: 0px;
}.mb-1{
  margin-bottom: 0.25rem;
}.mb-10{
  margin-bottom: 2.5rem;
}.mb-2{
  margin-bottom: 0.5rem;
}.mb-8{
  margin-bottom: 2rem;
}.mb-auto{
  margin-bottom: auto;
}.ml-4{
  margin-left: 1rem;
}.mt-1{
  margin-top: 0.25rem;
}.mt-10{
  margin-top: 2.5rem;
}.mt-4{
  margin-top: 1rem;
}.mt-6{
  margin-top: 1.5rem;
}.mt-8{
  margin-top: 2rem;
}.mt-auto{
  margin-top: auto;
}.block{
  display: block;
}.inline-block{
  display: inline-block;
}.flex{
  display: flex;
}.grid{
  display: grid;
}.hidden{
  display: none;
}.aspect-16\/9{
  aspect-ratio: 16/9;
}.aspect-4\/3{
  aspect-ratio: 4/3;
}.aspect-\[4\/3\]{
  aspect-ratio: 4/3;
}.aspect-square{
  aspect-ratio: 1 / 1;
}.aspect-video{
  aspect-ratio: 16 / 9;
}.size-4{
  width: 1rem;
  height: 1rem;
}.size-5{
  width: 1.25rem;
  height: 1.25rem;
}.size-8{
  width: 2rem;
  height: 2rem;
}.\!h-\[1px\]{
  height: 1px !important;
}.h-0{
  height: 0px;
}.h-0\.5{
  height: 0.125rem;
}.h-1{
  height: 0.25rem;
}.h-10{
  height: 2.5rem;
}.h-16{
  height: 4rem;
}.h-2{
  height: 0.5rem;
}.h-3{
  height: 0.75rem;
}.h-4{
  height: 1rem;
}.h-6{
  height: 1.5rem;
}.h-8{
  height: 2rem;
}.h-\[25vh\]{
  height: 25vh;
}.h-\[30rem\]{
  height: 30rem;
}.h-\[38px\]{
  height: 38px;
}.h-\[calc\(100\%\+75px\)\]{
  height: calc(100% + 75px);
}.h-auto{
  height: auto;
}.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}.h-full{
  height: 100%;
}.h-max{
  height: -moz-max-content;
  height: max-content;
}.h-screen{
  height: 100vh;
}.h-svh{
  height: 100svh;
}.max-h-2{
  max-height: 0.5rem;
}.max-h-6{
  max-height: 1.5rem;
}.min-h-0{
  min-height: 0px;
}.min-h-\[200px\]{
  min-height: 200px;
}.min-h-screen{
  min-height: 100vh;
}.\!w-auto{
  width: auto !important;
}.w-1{
  width: 0.25rem;
}.w-10{
  width: 2.5rem;
}.w-16{
  width: 4rem;
}.w-2{
  width: 0.5rem;
}.w-20{
  width: 5rem;
}.w-3{
  width: 0.75rem;
}.w-36{
  width: 9rem;
}.w-4{
  width: 1rem;
}.w-48{
  width: 12rem;
}.w-8{
  width: 2rem;
}.w-\[38px\]{
  width: 38px;
}.w-\[80vw\]{
  width: 80vw;
}.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}.w-full{
  width: 100%;
}.w-max{
  width: -moz-max-content;
  width: max-content;
}.min-w-0{
  min-width: 0px;
}.max-w-2{
  max-width: 0.5rem;
}.max-w-2xl{
  max-width: 42rem;
}.max-w-4xl{
  max-width: 56rem;
}.max-w-64{
  max-width: 16rem;
}.max-w-full{
  max-width: 100%;
}.max-w-xl{
  max-width: 36rem;
}.flex-1{
  flex: 1 1 0%;
}.flex-\[0_0_auto\]{
  flex: 0 0 auto;
}.flex-shrink-0{
  flex-shrink: 0;
}.shrink-0{
  flex-shrink: 0;
}.flex-grow{
  flex-grow: 1;
}.origin-center{
  transform-origin: center;
}.-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-x-\[200\%\]{
  --tw-translate-x: -200%;
  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));
}.rotate-0{
  --tw-rotate: 0deg;
  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));
}.rotate-45{
  --tw-rotate: 45deg;
  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-100{
  --tw-scale-x: 1;
  --tw-scale-y: 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-pointer{
  cursor: pointer;
}.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}.grid-rows-\[0fr\]{
  grid-template-rows: 0fr;
}.flex-row{
  flex-direction: row;
}.flex-col{
  flex-direction: column;
}.flex-wrap{
  flex-wrap: wrap;
}.flex-nowrap{
  flex-wrap: nowrap;
}.items-start{
  align-items: flex-start;
}.items-end{
  align-items: flex-end;
}.items-center{
  align-items: center;
}.items-stretch{
  align-items: stretch;
}.justify-start{
  justify-content: flex-start;
}.justify-end{
  justify-content: flex-end;
}.justify-center{
  justify-content: center;
}.justify-between{
  justify-content: space-between;
}.\!gap-0{
  gap: 0px !important;
}.gap-1{
  gap: 0.25rem;
}.gap-1\.5{
  gap: 0.375rem;
}.gap-10{
  gap: 2.5rem;
}.gap-12{
  gap: 3rem;
}.gap-16{
  gap: 4rem;
}.gap-2{
  gap: 0.5rem;
}.gap-20{
  gap: 5rem;
}.gap-3{
  gap: 0.75rem;
}.gap-4{
  gap: 1rem;
}.gap-5{
  gap: 1.25rem;
}.gap-6{
  gap: 1.5rem;
}.gap-8{
  gap: 2rem;
}.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}.gap-y-10{
  row-gap: 2.5rem;
}.gap-y-16{
  row-gap: 4rem;
}.gap-y-2{
  row-gap: 0.5rem;
}.gap-y-8{
  row-gap: 2rem;
}.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-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-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));
}.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));
}.divide-gray-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity));
}.overflow-hidden{
  overflow: hidden;
}.\!overflow-visible{
  overflow: visible !important;
}.overflow-y-auto{
  overflow-y: auto;
}.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}.\!text-nowrap{
  text-wrap: nowrap !important;
}.text-balance{
  text-wrap: balance;
}.rounded{
  border-radius: 0.25rem;
}.rounded-full{
  border-radius: 9999px;
}.rounded-lg{
  border-radius: 0.5rem;
}.rounded-none{
  border-radius: 0px;
}.border{
  border-width: 1px;
}.border-2{
  border-width: 2px;
}.border-b{
  border-bottom-width: 1px;
}.border-t{
  border-top-width: 1px;
}.border-blue{
  --tw-border-opacity: 1;
  border-color: rgb(15 24 61 / var(--tw-border-opacity));
}.border-blue\/10{
  border-color: rgb(15 24 61 / 0.1);
}.border-current{
  border-color: currentColor;
}.border-dark-blue{
  --tw-border-opacity: 1;
  border-color: rgb(3 10 36 / var(--tw-border-opacity));
}.border-dark-blue\/10{
  border-color: rgb(3 10 36 / 0.1);
}.border-grey{
  --tw-border-opacity: 1;
  border-color: rgb(192 200 197 / var(--tw-border-opacity));
}.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}.border-white\/20{
  border-color: rgb(255 255 255 / 0.2);
}.border-white\/30{
  border-color: rgb(255 255 255 / 0.3);
}.border-t-white{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
}.border-opacity-20{
  --tw-border-opacity: 0.2;
}.\!bg-\[\#0F183D\]\/20{
  background-color: rgb(15 24 61 / 0.2) !important;
}.\!bg-blue{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(15 24 61 / var(--tw-bg-opacity)) !important;
}.\!bg-white\/20{
  background-color: rgb(255 255 255 / 0.2) !important;
}.bg-\[\#C0C8C5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(192 200 197 / var(--tw-bg-opacity));
}.bg-black\/50{
  background-color: rgb(0 0 0 / 0.5);
}.bg-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(15 24 61 / var(--tw-bg-opacity));
}.bg-dark-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(3 10 36 / var(--tw-bg-opacity));
}.bg-grey{
  --tw-bg-opacity: 1;
  background-color: rgb(192 200 197 / var(--tw-bg-opacity));
}.bg-light-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(211 225 237 / var(--tw-bg-opacity));
}.bg-orange{
  --tw-bg-opacity: 1;
  background-color: rgb(238 58 42 / var(--tw-bg-opacity));
}.bg-transparent{
  background-color: transparent;
}.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}.object-center{
  -o-object-position: center;
     object-position: center;
}.p-4{
  padding: 1rem;
}.p-5{
  padding: 1.25rem;
}.p-6{
  padding: 1.5rem;
}.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}.py-\[0\.3rem\]{
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}.px-\[10vw\]{
  padding-left: 10vw;
  padding-right: 10vw;
}.\!pb-0{
  padding-bottom: 0px !important;
}.\!pt-6{
  padding-top: 1.5rem !important;
}.pb-0{
  padding-bottom: 0px;
}.pb-10{
  padding-bottom: 2.5rem;
}.pb-4{
  padding-bottom: 1rem;
}.pb-5{
  padding-bottom: 1.25rem;
}.pb-6{
  padding-bottom: 1.5rem;
}.pb-8{
  padding-bottom: 2rem;
}.pl-2{
  padding-left: 0.5rem;
}.pl-6{
  padding-left: 1.5rem;
}.pl-8{
  padding-left: 2rem;
}.pr-10{
  padding-right: 2.5rem;
}.pt-0{
  padding-top: 0px;
}.pt-1{
  padding-top: 0.25rem;
}.pt-12{
  padding-top: 3rem;
}.pt-2{
  padding-top: 0.5rem;
}.pt-24{
  padding-top: 6rem;
}.pt-6{
  padding-top: 1.5rem;
}.text-left{
  text-align: left;
}.\!text-2xl{
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}.\!text-base{
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}.\!text-xl{
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}.font-bold{
  font-weight: 700;
}.font-medium{
  font-weight: 500;
}.font-semibold{
  font-weight: 600;
}.capitalize{
  text-transform: capitalize;
}.\!text-blue{
  --tw-text-opacity: 1 !important;
  color: rgb(15 24 61 / var(--tw-text-opacity)) !important;
}.\!text-dark-blue{
  --tw-text-opacity: 1 !important;
  color: rgb(3 10 36 / var(--tw-text-opacity)) !important;
}.text-\[\#656464\]{
  --tw-text-opacity: 1;
  color: rgb(101 100 100 / var(--tw-text-opacity));
}.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.text-blue{
  --tw-text-opacity: 1;
  color: rgb(15 24 61 / var(--tw-text-opacity));
}.text-blue\/40{
  color: rgb(15 24 61 / 0.4);
}.text-blue\/60{
  color: rgb(15 24 61 / 0.6);
}.text-current{
  color: currentColor;
}.text-dark-blue{
  --tw-text-opacity: 1;
  color: rgb(3 10 36 / var(--tw-text-opacity));
}.text-dark-blue\/80{
  color: rgb(3 10 36 / 0.8);
}.text-grey{
  --tw-text-opacity: 1;
  color: rgb(192 200 197 / var(--tw-text-opacity));
}.text-light-blue{
  --tw-text-opacity: 1;
  color: rgb(211 225 237 / var(--tw-text-opacity));
}.text-off-white{
  --tw-text-opacity: 1;
  color: rgb(254 250 243 / var(--tw-text-opacity));
}.text-orange{
  --tw-text-opacity: 1;
  color: rgb(238 58 42 / var(--tw-text-opacity));
}.text-storm-grey{
  --tw-text-opacity: 1;
  color: rgb(64 78 90 / var(--tw-text-opacity));
}.text-storm-grey\/30{
  color: rgb(64 78 90 / 0.3);
}.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.text-white\/70{
  color: rgb(255 255 255 / 0.7);
}.underline-offset-4{
  text-underline-offset: 4px;
}.opacity-0{
  opacity: 0;
}.opacity-25{
  opacity: 0.25;
}.opacity-30{
  opacity: 0.3;
}.opacity-40{
  opacity: 0.4;
}.opacity-45{
  opacity: 0.45;
}.opacity-70{
  opacity: 0.7;
}.opacity-90{
  opacity: 0.9;
}.mix-blend-multiply{
  mix-blend-mode: multiply;
}.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.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-\[grid-template-rows\]{
  transition-property: grid-template-rows;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-\[transform\2c background-color\]{
  transition-property: transform,background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.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: 150ms;
}.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.duration-150{
  transition-duration: 150ms;
}.duration-200{
  transition-duration: 200ms;
}.duration-300{
  transition-duration: 300ms;
}.duration-500{
  transition-duration: 500ms;
}.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.will-change-transform{
  will-change: transform;
}html,
body{
  scroll-behavior: smooth;
  font-family: neue-haas-grotesk-display, sans-serif;
}body{
  letter-spacing: 0.01em !important;
}@media (min-width: 1690px){body{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}strong{
  font-weight: 700;
}h1,
h2,
h3,
h4,
h5,
h6{
  text-wrap: pretty;
  font-family: neue-haas-grotesk-display, sans-serif;
  line-height: 105% !important;
}p{
  text-wrap: pretty;
  font-size: 1rem;
  line-height: 1.5rem;
}@media (min-width: 768px){p{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}.anim-hover{
  position: relative;
  text-decoration-line: none;
}.anim-hover::after{
  position: absolute;
  left: 0px;
  bottom: -2px;
  height: 1px;
  width: 0px;
  background-color: currentColor;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  --tw-content: "";
  content: var(--tw-content);
}.anim-hover:hover::after{
  width: 100%;
}h1,
.is-h1{
  font-size: 3rem;
  line-height: 1;
  font-weight: 500;
}@media (min-width: 768px){h1,
.is-h1{
    font-size: 6rem;
    line-height: 1;
  }
}@media (min-width: 1024px){h1,
.is-h1{
    font-size: 8rem;
    line-height: 1;
  }
}h2,
.is-h2{
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 400;
}@media (min-width: 768px){h2,
.is-h2{
    font-size: 3rem;
    line-height: 1;
  }
}@media (min-width: 1024px){h2,
.is-h2{
    font-size: 3.75rem;
    line-height: 1;
  }
}@media (min-width: 1280px){h2,
.is-h2{
    font-size: 4.5rem;
    line-height: 1;
  }
}@media (min-width: 1690px){h2,
.is-h2{
    font-size: 6rem;
    line-height: 1;
  }
}h3,
.is-h3{
  font-size: 1.875rem;
  line-height: 2.25rem;
}@media (min-width: 768px){h3,
.is-h3{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}@media (min-width: 1280px){h3,
.is-h3{
    font-size: 3rem;
    line-height: 1;
  }
}@media (min-width: 1690px){h3,
.is-h3{
    font-size: 4.5rem;
    line-height: 1;
  }
}h4,
.is-h4{
  font-size: 1.5rem;
  line-height: 2rem;
}@media (min-width: 768px){h4,
.is-h4{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}@media (min-width: 1024px){h4,
.is-h4{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}@media (min-width: 1280px){h4,
.is-h4{
    font-size: 3rem;
    line-height: 1;
  }
}@media (min-width: 1690px){h4,
.is-h4{
    font-size: 3.75rem;
    line-height: 1;
  }
}h5,
.is-h5{
  font-size: 1.5rem;
  line-height: 2rem;
}@media (min-width: 768px){h5,
.is-h5{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}@media (min-width: 1024px){h5,
.is-h5{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}@media (min-width: 1280px){h5,
.is-h5{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}@media (min-width: 1690px){h5,
.is-h5{
    font-size: 3rem;
    line-height: 1;
  }
}h6,
.is-h6{
  font-size: 1.125rem;
  line-height: 1.75rem;
}@media (min-width: 768px){h6,
.is-h6{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}@media (min-width: 1024px){h6,
.is-h6{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}@media (min-width: 1280px){h6,
.is-h6{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}@media (min-width: 1690px){h6,
.is-h6{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}/* List styles inside WYSIWYG editors */.block-content{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}@media (min-width: 768px){.block-content{
    gap: 1.5rem;
  }
}.block-content ul{
  margin-left: 1rem;
}.block-content ul li{
  list-style-type: disc;
}.block-content ol{
  margin-left: 1rem;
}.block-content ol li{
  list-style-type: decimal;
}.block-content p a:not(.button, .is-button){
  font-weight: 700;
  text-decoration-line: underline;
}.supertitle{
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
}.text-menu{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
}@media (min-width: 768px){.text-menu{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}@media (min-width: 1024px){.text-menu{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}.large-number{
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}@media (min-width: 640px){.large-number{
    font-size: 4.5rem;
    line-height: 1;
  }
}@media (min-width: 768px){.large-number{
    font-size: 6rem;
    line-height: 1;
  }
}@media (min-width: 1024px){.large-number{
    font-size: 8.5rem;
  }
}.large-paragraph p{
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 1.375 !important;
}@media (min-width: 768px){.large-paragraph p{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}@media (min-width: 1024px){.large-paragraph p{
    font-size: 3rem;
    line-height: 1;
  }
}.split-line p{
  line-height: 1.375 !important;
}/* Form styles */.gform_required_legend{
  display: none;
}/* Labels */.gfield_label,
.gform-field-label{
  margin-bottom: 0.5rem !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  font-weight: 400 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}/* Full width message field */.gfield--type-textarea{
  grid-column: 1 / -1 !important;
}/* Text inputs */.ginput_container input,
.ginput_container textarea{
  border-radius: 0px !important;
  background-color: transparent !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
	border: none !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
}.ginput_container input:focus,
.ginput_container textarea:focus {
	border-bottom-color: white !important;
}/* Textarea */.ginput_container textarea{
  min-height: 150px !important;
  border-width: 1px !important;
  border-color: rgb(255 255 255 / 0.3) !important;
  padding: 1rem !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
	border: 1px solid rgba(255, 255, 255, 0.3) !important;
}.ginput_container textarea:focus {
	border-color: white !important;
}/* Placeholder */.ginput_container input::-moz-placeholder, .ginput_container textarea::-moz-placeholder{
  color: rgb(255 255 255 / 0.4) !important;
}.ginput_container input::placeholder,
.ginput_container textarea::placeholder{
  color: rgb(255 255 255 / 0.4) !important;
}/* Submit button - match your button style */.gform_footer{
  position: relative !important;
  margin-top: 2rem !important;
  display: flex !important;
  justify-content: flex-end !important;
}.gform_footer input[type="submit"]{
  position: absolute !important;
  height: 0px !important;
  width: 0px !important;
  overflow: hidden !important;
  opacity: 0 !important;
	pointer-events: none !important;
}.gform_ajax_spinner{
  display: none !important;
}.gfield_required_asterisk{
  font-size: 1rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}.gfield_error .validation_message,
.gform_validation_errors,
.gform_validation_errors h2,
.validation_error{
  --tw-text-opacity: 1 !important;
  color: rgb(238 58 42 / var(--tw-text-opacity)) !important;
}.gform_footer img,
.gform_footer .gform_ajax_spinner,
.gform_footer .gform_spinner,
.gform_body + img,
img[src*="spinner"] {
	display: none !important;
	width: 0 !important;
	height: 0 !important;
}html.lenis,html.lenis body{height:auto}.lenis:not(.lenis-autoToggle).lenis-stopped{overflow:clip}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-smooth iframe{pointer-events:none}.lenis.lenis-autoToggle{transition-property:overflow;transition-duration:1ms;transition-behavior:allow-discrete}html.lenis,
html.lenis body {
	height: auto;
}.lenis.lenis-smooth {
	scroll-behavior: auto !important;
}.lenis.lenis-smooth [data-lenis-prevent] {
	overscroll-behavior: contain;
}.lenis.lenis-stopped {
	overflow: hidden;
}.lenis.lenis-smooth iframe {
	pointer-events: none;
}.custom-list {
	--custom-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M4.75 0.75V8.75M8.75 4.75H0.75' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}.custom-list li::before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0.4em;
	width: 12px;
	height: 12px;
	background-color: currentColor;

	-webkit-mask: var(--custom-icon) no-repeat center / contain;
	mask: var(--custom-icon) no-repeat center / contain;
}.custom-list ul{
  display: flex;
  flex-direction: column;
  gap: 0.25rem !important;
}.custom-list li{
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}/* Orange dot list variant */.custom-list-dot > :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));
}.custom-list-dot li{
  position: relative;
  padding-left: 1.5rem;
}.custom-list-dot li::before {
	content: '';
	position: absolute;
	left: 0.25rem;
	top: 0.5em;
	height: 0.5rem;
	width: 0.5rem;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgb(238 58 42 / var(--tw-bg-opacity));
	-webkit-mask: none;
	mask: none;
}.block-content ul{
  margin-left: 0px;
}.block-content ul li{
  list-style-type: none;
}@media not all and (min-width: 768px){.block-content ul li{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}/* Project Page Variant */.custom-list-inline-item{
  position: relative;
  padding-left: 1rem;
}.custom-list-inline-item::before {
	content: '+';
	position: absolute;
	left: 0px;
	top: 0px;
	font-weight: 300;
	color: currentColor;
}.custom-list ul ul li::before {
	content: '' !important;
	background-color: currentColor !important;
	width: 10px !important;
	height: 1.5px !important;
	top: 0.7em !important;
	-webkit-mask-image: none !important;
	mask-image: none !important;
	border-radius: 0 !important;
}/* Plus list variant (left side) */.custom-list-plus li::before {
	content: '';
	background-color: currentColor;
	width: 12px;
	height: 12px;
	top: 0.4em;
	-webkit-mask: var(--custom-icon) no-repeat center / contain;
	mask: var(--custom-icon) no-repeat center / contain;
}/**
 * Swiper 10.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 28, 2023
 *//* FONT_START */@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}/* FONT_END */:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}.swiper-horizontal {
  touch-action: pan-y;
}.swiper-vertical {
  touch-action: pan-x;
}.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}.swiper-slide-invisible-blank {
  visibility: hidden;
}/* Auto Height */.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}/* 3D Effects */.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}.swiper-3d {
  perspective: 1200px;
}.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}/* CSS Mode */.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}/* Slide styles start *//* 3D Shadows */.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}/* Slide styles end */:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}.swiper-button-lock {
  display: none;
}/* Navigation font start */.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}/* Navigation font end */:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}.swiper-scrollbar-cursor-drag {
  cursor: move;
}.swiper-scrollbar-lock {
  display: none;
}:root {
	overscroll-behavior: none; /* removes scroll bounce */
}.block-content a{
  font-weight: 400 !important;
}header.header-scrolling{
  background-color: rgb(0 0 0 / 0.1);
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-backdrop-blur: blur(16px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}::-moz-selection{
  --tw-bg-opacity: 1;
  background-color: rgb(238 58 42 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}::selection{
  --tw-bg-opacity: 1;
  background-color: rgb(238 58 42 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}::-webkit-selection{
  --tw-bg-opacity: 1;
  background-color: rgb(238 58 42 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}::-moz-selection{
  --tw-bg-opacity: 1;
  background-color: rgb(238 58 42 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}main section{
  position: relative;
}.rounded-top{
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}@media (min-width: 1024px){.rounded-top{
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
  }
}@media (min-width: 1690px){.rounded-top{
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
  }
}.rounded-bottom{
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}@media (min-width: 1024px){.rounded-bottom{
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
  }
}@media (min-width: 1690px){.rounded-bottom{
    border-bottom-right-radius: 200px;
    border-bottom-left-radius: 200px;
  }
}.section-padding{
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}@media (min-width: 1024px){.section-padding{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}@media (min-width: 1690px){.section-padding{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}.section-padding-top{
  position: relative;
  padding-top: 2.5rem;
}@media (min-width: 1024px){.section-padding-top{
    padding-top: 5rem;
  }
}@media (min-width: 1690px){.section-padding-top{
    padding-top: 8rem;
  }
}.section-padding-bottom{
  position: relative;
  padding-bottom: 2.5rem;
}@media (min-width: 1024px){.section-padding-bottom{
    padding-bottom: 5rem;
  }
}@media (min-width: 1690px){.section-padding-bottom{
    padding-bottom: 8rem;
  }
}.remove-section-padding{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}.banner{
  position: relative;
  padding-top: 6rem !important;
}@media (min-width: 640px){.banner{
    padding-top: 11rem !important;
  }
}@media (min-width: 1690px){.banner{
    padding-top: 13rem !important;
  }
}/* Mobile menu styling */[data-menu] {
	clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
}.stack_items {
	width: 100%;
	display: flex;
	flex-direction: column;
}.stack_section {
	overflow: hidden;
}@media (min-width: 992px) {
	.stack_section {
		flex: none;
	}
}.testimony-quote p{
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}@media (min-width: 768px){.testimony-quote p{
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
}@media (min-width: 1024px){.testimony-quote p{
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }
}/* Parallax starting position */[data-parallax] {
    will-change: transform;
    transform: translateY(0px);
}[data-stick] {
    position: sticky;
    transform-origin: top center;
}.placeholder\:text-blue\/40::-moz-placeholder{
  color: rgb(15 24 61 / 0.4);
}.placeholder\:text-blue\/40::placeholder{
  color: rgb(15 24 61 / 0.4);
}.hover\:-translate-x-1:hover{
  --tw-translate-x: -0.25rem;
  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));
}.hover\:translate-x-1:hover{
  --tw-translate-x: 0.25rem;
  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));
}.hover\:scale-110:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.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));
}.hover\:pl-6:hover{
  padding-left: 1.5rem;
}.hover\:pr-6:hover{
  padding-right: 1.5rem;
}.hover\:text-orange:hover{
  --tw-text-opacity: 1;
  color: rgb(238 58 42 / var(--tw-text-opacity));
}.hover\:opacity-100:hover{
  opacity: 1;
}.hover\:opacity-60:hover{
  opacity: 0.6;
}.focus\:border-blue:focus{
  --tw-border-opacity: 1;
  border-color: rgb(15 24 61 / var(--tw-border-opacity));
}.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}.active\:scale-90:active{
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
}.active\:scale-\[98\%\]:active{
  --tw-scale-x: 98%;
  --tw-scale-y: 98%;
  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));
}.disabled\:cursor-not-allowed:disabled{
  cursor: not-allowed;
}.disabled\:opacity-20:disabled{
  opacity: 0.2;
}.group:hover .group-hover\:translate-x-1{
  --tw-translate-x: 0.25rem;
  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\:translate-x-2{
  --tw-translate-x: 0.5rem;
  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\:translate-x-\[-50\%\]{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.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\:scale-\[3\]{
  --tw-scale-x: 3;
  --tw-scale-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));
}.group\/item:hover .group-hover\/item\:opacity-0{
  opacity: 0;
}.group\/item:hover .group-hover\/item\:opacity-100{
  opacity: 1;
}.group:hover .group-hover\:opacity-100{
  opacity: 1;
}.group.menu-open .group-\[\.menu-open\]\:pointer-events-auto{
  pointer-events: auto;
}.group.menu-open .group-\[\.menu-open\]\:bottom-\[11px\]{
  bottom: 11px;
}.group.menu-open .group-\[\.menu-open\]\:top-\[11px\]{
  top: 11px;
}.group\/trigger.is-active .group-\[\.is-active\]\/trigger\:rotate-45{
  --tw-rotate: 45deg;
  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.menu-open .group-\[\.menu-open\]\:-rotate-45{
  --tw-rotate: -45deg;
  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.menu-open .group-\[\.menu-open\]\:rotate-45{
  --tw-rotate: 45deg;
  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.submenu-open .group-\[\.submenu-open\]\:rotate-45{
  --tw-rotate: 45deg;
  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.submenu-open .group-\[\.submenu-open\]\:grid-rows-\[1fr\]{
  grid-template-rows: 1fr;
}.group.menu-open .group-\[\.menu-open\]\:bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}.group.menu-open .group-\[\.menu-open\]\:opacity-100{
  opacity: 1;
}@media not all and (min-width: 1024px){.max-lg\:pl-2{
    padding-left: 0.5rem;
  }.max-lg\:pt-6{
    padding-top: 1.5rem;
  }
}@media not all and (min-width: 768px){.max-md\:order-last{
    order: 9999;
  }.max-md\:row-start-3{
    grid-row-start: 3;
  }.max-md\:hidden{
    display: none;
  }
}@media (min-width: 640px){.sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}@media (min-width: 768px){.md\:sticky{
    position: sticky;
  }.md\:bottom-\[10px\]{
    bottom: 10px;
  }.md\:top-36{
    top: 9rem;
  }.md\:top-\[10px\]{
    top: 10px;
  }.md\:order-none{
    order: 0;
  }.md\:col-span-1{
    grid-column: span 1 / span 1;
  }.md\:col-span-12{
    grid-column: span 12 / span 12;
  }.md\:col-span-5{
    grid-column: span 5 / span 5;
  }.md\:col-span-6{
    grid-column: span 6 / span 6;
  }.md\:col-span-7{
    grid-column: span 7 / span 7;
  }.md\:m-4{
    margin: 1rem;
  }.md\:mb-12{
    margin-bottom: 3rem;
  }.md\:mb-5{
    margin-bottom: 1.25rem;
  }.md\:ml-0{
    margin-left: 0px;
  }.md\:ml-6{
    margin-left: 1.5rem;
  }.md\:grid{
    display: grid;
  }.md\:aspect-16\/9{
    aspect-ratio: 16/9;
  }.md\:aspect-4\/3{
    aspect-ratio: 4/3;
  }.md\:aspect-\[4\/5\]{
    aspect-ratio: 4/5;
  }.md\:aspect-auto{
    aspect-ratio: auto;
  }.md\:aspect-square{
    aspect-ratio: 1 / 1;
  }.md\:h-10{
    height: 2.5rem;
  }.md\:h-12{
    height: 3rem;
  }.md\:h-44{
    height: 11rem;
  }.md\:h-5{
    height: 1.25rem;
  }.md\:h-9{
    height: 2.25rem;
  }.md\:h-\[50rem\]{
    height: 50rem;
  }.md\:h-full{
    height: 100%;
  }.md\:max-h-8{
    max-height: 2rem;
  }.md\:min-h-\[300px\]{
    min-height: 300px;
  }.md\:w-12{
    width: 3rem;
  }.md\:w-32{
    width: 8rem;
  }.md\:w-5{
    width: 1.25rem;
  }.md\:w-64{
    width: 16rem;
  }.md\:w-9{
    width: 2.25rem;
  }.md\:w-\[200px\]{
    width: 200px;
  }.md\:w-\[450px\]{
    width: 450px;
  }.md\:w-\[90vw\]{
    width: 90vw;
  }.md\:max-w-lg{
    max-width: 32rem;
  }.md\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }.md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.md\:flex-row{
    flex-direction: row;
  }.md\:flex-col{
    flex-direction: column;
  }.md\:items-end{
    align-items: flex-end;
  }.md\:items-center{
    align-items: center;
  }.md\:justify-end{
    justify-content: flex-end;
  }.md\:justify-between{
    justify-content: space-between;
  }.md\:gap-10{
    gap: 2.5rem;
  }.md\:gap-12{
    gap: 3rem;
  }.md\:gap-14{
    gap: 3.5rem;
  }.md\:gap-16{
    gap: 4rem;
  }.md\:gap-2{
    gap: 0.5rem;
  }.md\:gap-24{
    gap: 6rem;
  }.md\:gap-28{
    gap: 7rem;
  }.md\:gap-32{
    gap: 8rem;
  }.md\:gap-4{
    gap: 1rem;
  }.md\:gap-6{
    gap: 1.5rem;
  }.md\:gap-y-16{
    row-gap: 4rem;
  }.md\: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));
  }.md\:overflow-hidden{
    overflow: hidden;
  }.md\:overflow-y-auto{
    overflow-y: auto;
  }.md\:p-12{
    padding: 3rem;
  }.md\:p-6{
    padding: 1.5rem;
  }.md\:p-8{
    padding: 2rem;
  }.md\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }.md\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }.md\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }.md\:px-\[calc\(\(100vw-450px\)\/2\)\]{
    padding-left: calc((100vw - 450px) / 2);
    padding-right: calc((100vw - 450px) / 2);
  }.md\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }.md\:\!pt-12{
    padding-top: 3rem !important;
  }.md\:pb-10{
    padding-bottom: 2.5rem;
  }.md\:pb-12{
    padding-bottom: 3rem;
  }.md\:pb-32{
    padding-bottom: 8rem;
  }.md\:pb-6{
    padding-bottom: 1.5rem;
  }.md\:pb-7{
    padding-bottom: 1.75rem;
  }.md\:pt-12{
    padding-top: 3rem;
  }.md\:\!text-lg{
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }.md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }.md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }.md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }.md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }.md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }.md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }.group.menu-open .md\:group-\[\.menu-open\]\:bottom-\[19px\]{
    bottom: 19px;
  }.group.menu-open .md\:group-\[\.menu-open\]\:top-\[19px\]{
    top: 19px;
  }
}@media (min-width: 1024px){.lg\:sticky{
    position: sticky;
  }.lg\:top-24{
    top: 6rem;
  }.lg\:order-1{
    order: 1;
  }.lg\:order-2{
    order: 2;
  }.lg\:col-span-5{
    grid-column: span 5 / span 5;
  }.lg\:col-span-7{
    grid-column: span 7 / span 7;
  }.lg\:mb-6{
    margin-bottom: 1.5rem;
  }.lg\:mt-auto{
    margin-top: auto;
  }.lg\:block{
    display: block;
  }.lg\:grid{
    display: grid;
  }.lg\:hidden{
    display: none;
  }.lg\:aspect-4\/3{
    aspect-ratio: 4/3;
  }.lg\:aspect-square{
    aspect-ratio: 1 / 1;
  }.lg\:max-h-full{
    max-height: 100%;
  }.lg\:w-40{
    width: 10rem;
  }.lg\:max-w-full{
    max-width: 100%;
  }.lg\:cursor-default{
    cursor: default;
  }.lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.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\:gap-10{
    gap: 2.5rem;
  }.lg\:gap-12{
    gap: 3rem;
  }.lg\:gap-16{
    gap: 4rem;
  }.lg\:gap-24{
    gap: 6rem;
  }.lg\:gap-3{
    gap: 0.75rem;
  }.lg\:gap-48{
    gap: 12rem;
  }.lg\:gap-52{
    gap: 13rem;
  }.lg\:gap-6{
    gap: 1.5rem;
  }.lg\:gap-8{
    gap: 2rem;
  }.lg\:p-16{
    padding: 4rem;
  }.lg\:pb-14{
    padding-bottom: 3.5rem;
  }.lg\:pt-0{
    padding-top: 0px;
  }.lg\:\!text-2xl{
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }.lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }.lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }.lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }.lg\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }.lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}.\[\&_\.swiper-scrollbar-drag\]\:\!bg-\[\#0F183D\] .swiper-scrollbar-drag{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(15 24 61 / var(--tw-bg-opacity)) !important;
}.\[\&_\.swiper-scrollbar-drag\]\:\!bg-white .swiper-scrollbar-drag{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}.\[\&_\.swiper-scrollbar-drag\]\:\!opacity-100 .swiper-scrollbar-drag{
  opacity: 1 !important;
}.\[\&_p\]\:\!text-base p{
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}@media not all and (min-width: 768px){.\[\&_p\]\:max-md\:\!text-base p{
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }.\[\&_p\]\:max-md\:leading-\[100\%\] p{
    line-height: 100%;
  }
}