/*!********************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./css/app.scss ***!
  \********************************************************************************************************************************************************************************/
/*
! tailwindcss v3.4.10 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
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 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.pointer-events-none {
  pointer-events: none;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0rem;
}
.-left-25 {
  left: -2.5rem;
}
.bottom-0 {
  bottom: 0rem;
}
.bottom-\[-10rem\] {
  bottom: -10rem;
}
.left-0 {
  left: 0rem;
}
.left-1\/2 {
  left: 50%;
}
.left-85 {
  left: 8.5rem;
}
.left-\[0\.75rem\] {
  left: 0.75rem;
}
.left-\[1\.5rem\] {
  left: 1.5rem;
}
.left-\[100rem\] {
  left: 100rem;
}
.left-\[104\.7rem\] {
  left: 104.7rem;
}
.left-\[110rem\] {
  left: 110rem;
}
.left-\[23\.5rem\] {
  left: 23.5rem;
}
.left-\[4rem\] {
  left: 4rem;
}
.left-\[80rem\] {
  left: 80rem;
}
.right-0 {
  right: 0rem;
}
.right-\[-9rem\] {
  right: -9rem;
}
.top-0 {
  top: 0rem;
}
.top-1\/2 {
  top: 50%;
}
.top-\[-10rem\] {
  top: -10rem;
}
.top-\[-5rem\] {
  top: -5rem;
}
.top-\[10rem\] {
  top: 10rem;
}
.top-\[17rem\] {
  top: 17rem;
}
.top-\[18rem\] {
  top: 18rem;
}
.top-\[25rem\] {
  top: 25rem;
}
.top-\[5rem\] {
  top: 5rem;
}
.top-\[60rem\] {
  top: 60rem;
}
.top-\[63rem\] {
  top: 63rem;
}
.top-full {
  top: 100%;
}
.-z-1 {
  z-index: -1;
}
.-z-2 {
  z-index: -2;
}
.z-0 {
  z-index: 0;
}
.z-1 {
  z-index: 1;
}
.z-10 {
  z-index: 10;
}
.z-2 {
  z-index: 2;
}
.z-3 {
  z-index: 3;
}
.z-4 {
  z-index: 4;
}
.z-5 {
  z-index: 5;
}
.z-\[10001\] {
  z-index: 10001;
}
.z-\[10002\] {
  z-index: 10002;
}
.z-\[9999\] {
  z-index: 9999;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-full {
  grid-column: 1 / -1;
}
.col-start-1 {
  grid-column-start: 1;
}
.col-start-2 {
  grid-column-start: 2;
}
.col-start-4 {
  grid-column-start: 4;
}
.my-10 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.\!mt-100 {
  margin-top: 10rem !important;
}
.-mb-\[2rem\] {
  margin-bottom: -2rem;
}
.mb-13 {
  margin-bottom: 1.3rem;
}
.mb-15 {
  margin-bottom: 1.5rem;
}
.mb-20 {
  margin-bottom: 2rem;
}
.mb-22 {
  margin-bottom: 2.2rem;
}
.mb-30 {
  margin-bottom: 3rem;
}
.mb-40 {
  margin-bottom: 4rem;
}
.mb-\[16rem\] {
  margin-bottom: 16rem;
}
.mb-\[1rem\] {
  margin-bottom: 1rem;
}
.mb-\[2\.2rem\] {
  margin-bottom: 2.2rem;
}
.mb-\[2rem\] {
  margin-bottom: 2rem;
}
.mr-14 {
  margin-right: 1.4rem;
}
.mt-20 {
  margin-top: 2rem;
}
.mt-30 {
  margin-top: 3rem;
}
.mt-35 {
  margin-top: 3.5rem;
}
.mt-40 {
  margin-top: 4rem;
}
.mt-\[1\.5rem\] {
  margin-top: 1.5rem;
}
.mt-\[10rem\] {
  margin-top: 10rem;
}
.mt-\[3rem\] {
  margin-top: 3rem;
}
.mt-\[5rem\] {
  margin-top: 5rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.h-105 {
  height: 10.5rem;
}
.h-\[10\.4rem\] {
  height: 10.4rem;
}
.h-\[100rem\] {
  height: 100rem;
}
.h-\[10rem\] {
  height: 10rem;
}
.h-\[130\%\] {
  height: 130%;
}
.h-\[13rem\] {
  height: 13rem;
}
.h-\[15\.4rem\] {
  height: 15.4rem;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[26\.8rem\] {
  height: 26.8rem;
}
.h-\[28\.9rem\] {
  height: 28.9rem;
}
.h-\[29\.4rem\] {
  height: 29.4rem;
}
.h-\[3\.2rem\] {
  height: 3.2rem;
}
.h-\[3\.8rem\] {
  height: 3.8rem;
}
.h-\[33\.8rem\] {
  height: 33.8rem;
}
.h-\[34\.6rem\] {
  height: 34.6rem;
}
.h-\[38\.4rem\] {
  height: 38.4rem;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[40rem\] {
  height: 40rem;
}
.h-\[41\.8rem\] {
  height: 41.8rem;
}
.h-\[45rem\] {
  height: 45rem;
}
.h-\[53\.8rem\] {
  height: 53.8rem;
}
.h-\[5px\] {
  height: 5px;
}
.h-\[5rem\] {
  height: 5rem;
}
.h-\[6rem\] {
  height: 6rem;
}
.h-\[7\.4rem\] {
  height: 7.4rem;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-max {
  height: -moz-max-content;
  height: max-content;
}
.h-screen {
  height: 100vh;
}
.min-h-\[130px\] {
  min-height: 130px;
}
.min-h-\[20rem\] {
  min-height: 20rem;
}
.min-h-\[80vh\] {
  min-height: 80vh;
}
.min-h-\[94px\] {
  min-height: 94px;
}
.w-1\/2 {
  width: 50%;
}
.w-105 {
  width: 10.5rem;
}
.w-\[1\.3rem\] {
  width: 1.3rem;
}
.w-\[1\.9rem\] {
  width: 1.9rem;
}
.w-\[10\.4rem\] {
  width: 10.4rem;
}
.w-\[10rem\] {
  width: 10rem;
}
.w-\[13rem\] {
  width: 13rem;
}
.w-\[15\.4rem\] {
  width: 15.4rem;
}
.w-\[16\.6rem\] {
  width: 16.6rem;
}
.w-\[17rem\] {
  width: 17rem;
}
.w-\[1px\] {
  width: 1px;
}
.w-\[2\.2rem\] {
  width: 2.2rem;
}
.w-\[2\.4rem\] {
  width: 2.4rem;
}
.w-\[2\.5rem\] {
  width: 2.5rem;
}
.w-\[26px\] {
  width: 26px;
}
.w-\[29\.4rem\] {
  width: 29.4rem;
}
.w-\[2px\] {
  width: 2px;
}
.w-\[2rem\] {
  width: 2rem;
}
.w-\[3\.2rem\] {
  width: 3.2rem;
}
.w-\[33\.8rem\] {
  width: 33.8rem;
}
.w-\[36\.8rem\] {
  width: 36.8rem;
}
.w-\[38\.4rem\] {
  width: 38.4rem;
}
.w-\[3rem\] {
  width: 3rem;
}
.w-\[4\.5rem\] {
  width: 4.5rem;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[41\.8rem\] {
  width: 41.8rem;
}
.w-\[44\.4rem\] {
  width: 44.4rem;
}
.w-\[46rem\] {
  width: 46rem;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[52\.5rem\] {
  width: 52.5rem;
}
.w-\[53\.8rem\] {
  width: 53.8rem;
}
.w-\[5px\] {
  width: 5px;
}
.w-\[5rem\] {
  width: 5rem;
}
.w-\[6\.8rem\] {
  width: 6.8rem;
}
.w-\[6rem\] {
  width: 6rem;
}
.w-\[70rem\] {
  width: 70rem;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.max-w-\[60rem\] {
  max-width: 60rem;
}
.max-w-\[80rem\] {
  max-width: 80rem;
}
.max-w-\[900px\] {
  max-width: 900px;
}
.shrink-0 {
  flex-shrink: 0;
}
.\!origin-left {
  transform-origin: left !important;
}
.-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-y-\[-25\%\] {
  --tw-translate-y: -25%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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));
}
.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-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-10 {
  gap: 1rem;
}
.gap-18 {
  gap: 1.8rem;
}
.gap-20 {
  gap: 2rem;
}
.gap-25 {
  gap: 2.5rem;
}
.gap-35 {
  gap: 3.5rem;
}
.gap-70 {
  gap: 7rem;
}
.gap-y-40 {
  row-gap: 4rem;
}
.gap-y-\[1\.5rem\] {
  row-gap: 1.5rem;
}
.space-y-10 > :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));
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-\[0\.9rem\] {
  border-radius: 0.9rem;
}
.rounded-\[1\.26rem\] {
  border-radius: 1.26rem;
}
.rounded-\[1\.4rem\] {
  border-radius: 1.4rem;
}
.rounded-\[1rem\] {
  border-radius: 1rem;
}
.rounded-\[2\.7px\] {
  border-radius: 2.7px;
}
.rounded-full {
  border-radius: 9999px;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-b-\[1px\] {
  border-bottom-width: 1px;
}
.border-l-\[1px\] {
  border-left-width: 1px;
}
.border-none {
  border-style: none;
}
.border-\[\#00263A\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 38 58 / var(--tw-border-opacity));
}
.bg-\[\#00263A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 38 58 / var(--tw-bg-opacity));
}
.bg-\[\#00263a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 38 58 / var(--tw-bg-opacity));
}
.bg-\[\#EEEEEE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}
.bg-\[\#F5F5F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-\[\#FAFAFA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.bg-\[\#e5ebf6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(229 235 246 / var(--tw-bg-opacity));
}
.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 38 58 / var(--tw-bg-opacity));
}
.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgb(213 0 55 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 249 / var(--tw-bg-opacity));
}
.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-10 {
  padding: 1rem;
}
.p-15 {
  padding: 1.5rem;
}
.p-20 {
  padding: 2rem;
}
.p-25 {
  padding: 2.5rem;
}
.p-6 {
  padding: 0.6rem;
}
.p-\[1\.8rem\] {
  padding: 1.8rem;
}
.p-\[3px\] {
  padding: 3px;
}
.\!px-0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}
.px-10 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-20 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-34 {
  padding-left: 3.4rem;
  padding-right: 3.4rem;
}
.px-42 {
  padding-left: 4.2rem;
  padding-right: 4.2rem;
}
.px-\[3\.3rem\] {
  padding-left: 3.3rem;
  padding-right: 3.3rem;
}
.py-20 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-22 {
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
}
.py-30 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-8 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.py-\[1\.8rem\] {
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
}
.py-\[12rem\] {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
.\!pt-100 {
  padding-top: 10rem !important;
}
.pb-10 {
  padding-bottom: 1rem;
}
.pb-100 {
  padding-bottom: 10rem;
}
.pb-110 {
  padding-bottom: 11rem;
}
.pb-12 {
  padding-bottom: 1.2rem;
}
.pb-140 {
  padding-bottom: 14rem;
}
.pb-20 {
  padding-bottom: 2rem;
}
.pb-30 {
  padding-bottom: 3rem;
}
.pb-40 {
  padding-bottom: 4rem;
}
.pb-50 {
  padding-bottom: 5rem;
}
.pb-55 {
  padding-bottom: 5.5rem;
}
.pb-70 {
  padding-bottom: 7rem;
}
.pb-\[12rem\] {
  padding-bottom: 12rem;
}
.pb-\[13\.5rem\] {
  padding-bottom: 13.5rem;
}
.pb-\[2rem\] {
  padding-bottom: 2rem;
}
.pb-\[8rem\] {
  padding-bottom: 8rem;
}
.pl-15 {
  padding-left: 1.5rem;
}
.pl-20 {
  padding-left: 2rem;
}
.pr-30 {
  padding-right: 3rem;
}
.pr-\[2rem\] {
  padding-right: 2rem;
}
.pr-\[5rem\] {
  padding-right: 5rem;
}
.pt-0 {
  padding-top: 0rem;
}
.pt-100 {
  padding-top: 10rem;
}
.pt-140 {
  padding-top: 14rem;
}
.pt-15 {
  padding-top: 1.5rem;
}
.pt-150 {
  padding-top: 15rem;
}
.pt-20 {
  padding-top: 2rem;
}
.pt-40 {
  padding-top: 4rem;
}
.pt-50 {
  padding-top: 5rem;
}
.pt-70 {
  padding-top: 7rem;
}
.pt-\[128\%\] {
  padding-top: 128%;
}
.pt-\[12rem\] {
  padding-top: 12rem;
}
.pt-\[1rem\] {
  padding-top: 1rem;
}
.pt-\[2rem\] {
  padding-top: 2rem;
}
.pt-\[4rem\] {
  padding-top: 4rem;
}
.pt-\[51\.72\%\] {
  padding-top: 51.72%;
}
.pt-\[6rem\] {
  padding-top: 6rem;
}
.text-center {
  text-align: center;
}
.font-1 {
  font-family: mega;
}
.text-12 {
  font-size: 1.2rem;
}
.text-14 {
  font-size: 1.4rem;
}
.text-15 {
  font-size: 1.5rem;
}
.text-16 {
  font-size: 1.6rem;
}
.text-18 {
  font-size: 1.8rem;
}
.text-20 {
  font-size: 2rem;
}
.text-22 {
  font-size: 2.2rem;
}
.text-25 {
  font-size: 2.5rem;
}
.text-30 {
  font-size: 3rem;
}
.text-35 {
  font-size: 3.5rem;
}
.text-38 {
  font-size: 3.8rem;
}
.text-45 {
  font-size: 4.5rem;
}
.text-48 {
  font-size: 4.8rem;
}
.text-\[1\.3rem\] {
  font-size: 1.3rem;
}
.text-\[1\.5rem\] {
  font-size: 1.5rem;
}
.text-\[1\.6rem\] {
  font-size: 1.6rem;
}
.text-\[1\.7rem\] {
  font-size: 1.7rem;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[2\.7rem\] {
  font-size: 2.7rem;
}
.text-\[2\.8rem\] {
  font-size: 2.8rem;
}
.text-\[3rem\] {
  font-size: 3rem;
}
.text-\[4\.5rem\] {
  font-size: 4.5rem;
}
.text-\[6rem\] {
  font-size: 6rem;
}
.font-bold {
  font-weight: 700;
}
.font-extralight {
  font-weight: 200;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.leading-\[0\.8\] {
  line-height: 0.8;
}
.leading-\[0\.9\] {
  line-height: 0.9;
}
.leading-\[1\.14\] {
  line-height: 1.14;
}
.leading-\[1\.28\] {
  line-height: 1.28;
}
.leading-\[1\.2\] {
  line-height: 1.2;
}
.leading-\[1\.4\] {
  line-height: 1.4;
}
.leading-\[1\.5\] {
  line-height: 1.5;
}
.leading-\[1\.6\] {
  line-height: 1.6;
}
.leading-\[1\] {
  line-height: 1;
}
.leading-\[3\.5rem\] {
  line-height: 3.5rem;
}
.leading-none {
  line-height: 1;
}
.tracking-\[-0\.456px\] {
  letter-spacing: -0.456px;
}
.tracking-\[-1\.441px\] {
  letter-spacing: -1.441px;
}
.tracking-\[-2\%\] {
  letter-spacing: -2%;
}
.tracking-\[-2\.1px\] {
  letter-spacing: -2.1px;
}
.tracking-\[0\.57rem\] {
  letter-spacing: 0.57rem;
}
.tracking-\[5\.7px\] {
  letter-spacing: 5.7px;
}
.text-\[\#00263A\] {
  --tw-text-opacity: 1;
  color: rgb(0 38 58 / var(--tw-text-opacity));
}
.text-\[\#DEDEDE\] {
  --tw-text-opacity: 1;
  color: rgb(222 222 222 / var(--tw-text-opacity));
}
.text-\[\#EEEEEE29\] {
  color: #EEEEEE29;
}
.text-\[\#EEEEEE\] {
  --tw-text-opacity: 1;
  color: rgb(238 238 238 / var(--tw-text-opacity));
}
.text-\[\#eeeeee\] {
  --tw-text-opacity: 1;
  color: rgb(238 238 238 / 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(0 38 58 / var(--tw-text-opacity));
}
.text-grey {
  --tw-text-opacity: 1;
  color: rgb(150 150 150 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 254 249 / var(--tw-text-opacity));
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-30 {
  opacity: 0.3;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
@font-face {
  font-family: "mega";
  src: url(21ac7dc8d9c8809a1cbe.woff2) format("woff2"), url(ae162596473c11ef122a.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --size: 375;
}
@media (min-width: 650px) {
  :root {
    --size: 1440;
  }
}
html {
  font-size: calc(10 * 100vw / var(--size));
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
* {
  box-sizing: border-box;
}
@media (hover: hover) and (pointer: fine) {
  html,
  body {
    overscroll-behavior: none;
  }
}
body {
  font-family: "Manrope", system-ui;
  font-optical-sizing: auto;
  font-size: 1.7rem;
  line-height: 1.5;
  overflow: hidden scroll;
  font-weight: normal;
  color: #000;
}
body.is-loading {
  cursor: wait;
}
@media (min-width: 650px) {
  body {
    font-size: 1.9rem;
  }
}
button {
  all: unset;
  cursor: pointer;
  box-sizing: border-box;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
input,
textarea {
  all: unset;
}
blockquote {
  font-weight: normal;
}
* {
  box-sizing: border-box;
}
.body-locked {
  overflow: hidden;
}
#app {
  overflow: hidden;
}
.media-fill img,
.media-fill video,
.media-fill canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.media-contain img,
.media-contain video,
.media-contain canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.media-fit img,
.media-fit video,
.media-fit canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
::-moz-selection {
  background-color: #00263A;
  color: #FFFEF9;
}
::selection {
  background-color: #00263A;
  color: #FFFEF9;
}
/* For Webkit browsers like Chrome, Safari */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* For Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/* Hide scrollbar for Chrome, Safari and Opera */
html::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
html {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.megapunch {
  font-family: "mega";
}
.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
}
.manrope {
  font-family: "Manrope", system-ui;
  font-optical-sizing: auto;
}
#video-hero {
  position: absolute;
  top: 0;
  pointer-events: none;
  z-index: 0;
  left: -20%;
  height: 100%;
}
.whatsApp-btn {
  position: fixed;
  right: 10px;
  top: 20%;
  border-radius: 100%;
  border: 1px solid rgb(194, 194, 194);
  color: rgb(0, 38, 58);
  z-index: 7;
  width: 70px;
  height: 70px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(0, 38, 58, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg-blur-slider {
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  padding: 4rem;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.3);
}
.site-max {
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--p);
  padding-right: var(--p);
  width: 100%;
  max-width: calc(180rem - var(--m) * 2 + var(--p) * 2);
}
.site-grid {
  --cols: 4;
  --gutter: 2rem;
  --max: 100%;
  --width: 100%;
  display: grid;
  grid-template-columns: repeat(var(--cols), minmax(0, 1fr));
  grid-gap: 0 var(--gutter);
  max-width: var(--max);
  width: var(--width);
  margin: 0 auto;
  padding-left: 2.1rem;
  padding-right: 2.1rem;
}
.site-grid .grid-color {
  grid-column: span 1/span 1;
  background-color: #0044ff;
  height: 100vh;
}
.site-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 0 var(--gutter);
  max-width: var(--max);
  width: var(--width);
  margin: 0 auto;
}
.site-grid-6 {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-gap: 0 var(--gutter);
  max-width: var(--max);
  width: var(--width);
  margin: 0 auto;
}
.site-grid-11 {
  display: grid;
  grid-template-columns: repeat(11, minmax(0, 1fr));
  grid-gap: 0 var(--gutter);
  max-width: var(--max);
  width: var(--width);
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 861px) {
  .site-grid-11 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.site-grid-12 {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-gap: 0 var(--gutter);
  max-width: var(--max);
  width: var(--width);
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 861px) {
  .site-grid-12 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 861px) {
  .site-grid {
    --gutter: 2rem;
    --cols: 6;
    padding-left: 4.8rem;
    padding-right: 4.8rem;
  }
}
@media (min-width: 1025px) {
  .site-grid {
    --cols: 12;
    --width: 100%;
    padding-left: 3.4rem;
    padding-right: 3.4rem;
  }
}
@media (min-width: 1919px) {
  .site-grid {
    --max: 1600px;
    --cols: 12;
    --width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.gutter {
  padding-left: 2.1rem;
  padding-right: 2.1rem;
}
@media (min-width: 861px) {
  .gutter {
    padding-left: 4.8rem;
    padding-right: 4.8rem;
  }
}
@media (min-width: 1025px) {
  .gutter {
    padding-left: 3.4rem;
    padding-right: 3.4rem;
  }
}
@media (min-width: 1919px) {
  .gutter {
    padding-left: 0;
    padding-right: 0;
  }
}
.uline {
  position: relative;
  display: inline-flex;
  white-space: nowrap;
}
.uline:before {
  content: "";
  position: absolute;
  bottom: -0.1em;
  right: 0;
  left: 0;
  height: 0.1em;
  min-height: 1px;
  background-color: currentColor;
  transform-origin: right;
  transform: scale3d(0, 1, 1);
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
.uline:hover:before {
  transform: scale3d(1, 1, 1);
  transform-origin: left;
}
.uline-double {
  display: inline-flex;
  position: relative;
  white-space: nowrap;
  --bottom: 0;
}
.uline-double:before, .uline-double:after {
  content: "";
  position: absolute;
  bottom: var(--bottom);
  right: 0;
  left: 0;
  height: 0.05em;
  min-height: 1px;
  background-color: currentColor;
}
.uline-double:before {
  transform-origin: left;
  transform: scale3d(1, 1, 1);
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 0.5s;
}
.uline-double:after {
  transform-origin: right;
  transform: scale3d(0, 1, 1);
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 0s;
}
@media (hover: hover) and (pointer: fine) {
  .uline-double:hover:before {
    transform-origin: right;
    transform: scale3d(0, 1, 1);
    transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
    transition-delay: 0s;
  }
  .uline-double:hover:after {
    transform-origin: left;
    transform: scale3d(1, 1, 1);
    transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
    transition-delay: 0.2s;
  }
}
.stroke-title-home {
  color: #00263a;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #00263a;
}
.stroke-title {
  color: #00263a;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #00263a;
}
.stroke-title-white {
  color: #fff;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}
.no-gutter {
  grid-gap: 0 0 !important;
}
.grid-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.is-contact footer {
  margin-top: 0 !important;
}
.footer-border-b {
  opacity: 0.3;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.footer-border-t {
  opacity: 0.3;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.footer-border-black-b {
  opacity: 0.3;
  background: linear-gradient(180deg, #000 0%, rgba(255, 255, 255, 0) 100%);
}
.card-border-t {
  opacity: 0.3;
  background: linear-gradient(0deg, #000 0%, #fff 100%);
}
.card-border-b {
  opacity: 0.3;
  background: linear-gradient(90deg, #000 0%, #fff 100%);
}
.btn .btn-arrow-left {
  opacity: 0;
  transform: translateX(-6rem) scale(0);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.btn .btn-arrow-text {
  transform: translateX(0);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.btn .btn-arrow-right {
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.btn:hover .btn-arrow-left {
  opacity: 1;
  transform: translateX(0) scale(1);
}
.btn:hover .btn-arrow-text {
  transform: translateX(6rem);
}
.btn:hover .btn-arrow-right {
  opacity: 0;
  transform: translateX(6rem) scale(0);
}
.btn-talk .btn-talk-first {
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 0.2s;
}
.btn-talk .btn-talk-second {
  opacity: 0;
  transform: translateX(-100%);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 0s;
}
.btn-talk:hover .btn-talk-first {
  opacity: 0;
  transform: translateX(100%);
  transition-delay: 0s;
}
.btn-talk:hover .btn-talk-second {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.2s;
}
.btn-talk:hover .uline-double:before {
  transform-origin: right;
  transform: scale3d(0, 1, 1);
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 0s;
}
.btn-talk:hover .uline-double:after {
  transform-origin: left;
  transform: scale3d(1, 1, 1);
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 0.2s;
}
.video-home-btn .video-home-btn-inner {
  border-radius: 9999rem;
  border: 0.664px solid #fff;
  background: linear-gradient(102deg, rgba(131, 131, 131, 0.3) 5.68%, rgba(249, 249, 249, 0.3) 34.22%);
  box-shadow: 0px 8.542px 22.684px 0px rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(4.9355301857px);
          backdrop-filter: blur(4.9355301857px);
}
.quotes-slider .quotes-slide .quotes-slide-text i,
.quotes-slider .quotes-slide .quotes-slide-text em,
.quotes-slider .quotes-slide .quotes-slide-text b,
.quotes-slider .quotes-slide .quotes-slide-text strong {
  font-weight: 600;
}
.inno-action-card {
  overflow: hidden;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.inno-action-card .inno-action {
  opacity: 0;
  transform: translateY(5rem);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 861px) {
  .inno-action-card .inno-action {
    opacity: 1;
    transform: translateY(0);
    margin-top: 2.5rem;
  }
}
.inno-action-card .icons {
  color: #EEEEEE;
  background: #00263A;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.inno-action-card .icons::after {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 100%;
  top: 0;
  right: 0;
  background-color: #D50037;
  position: absolute;
}
.inno-action-card:hover {
  color: #EEEEEE;
  background-color: #00263A;
}
.inno-action-card:hover .text-blue {
  color: #EEEEEE;
}
.inno-action-card:hover .icons {
  background-color: #EEEEEE;
  color: #00263A;
}
.inno-action-card:hover .inno-action {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 861px) {
  .inno-action-card:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.energy-solutions-cards {
  cursor: pointer;
}
.energy-solutions-cards .energy-solutions-cards-image {
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.energy-solutions-cards .energy-solutions-cards-talk-first {
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 0.2s;
}
.energy-solutions-cards .energy-solutions-cards-talk-second {
  opacity: 0;
  transform: translateX(-100%);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 0s;
}
.energy-solutions-cards:hover .energy-solutions-cards-image {
  transform: scale(1.1);
}
.energy-solutions-cards:hover .energy-solutions-cards-talk-first {
  opacity: 0;
  transform: translateX(100%);
  transition-delay: 0s;
}
.energy-solutions-cards:hover .energy-solutions-cards-talk-second {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.2s;
}
.contact-socials {
  position: relative;
  background-color: rgba(249, 250, 253, 0.4588235294);
  border-radius: 0.9rem;
}
.contact-socials::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0.9rem;
  padding: 1px; /* Ajusta este valor para cambiar el grosor del borde */
  background: linear-gradient(44.84deg, rgba(0, 38, 58, 0.59) -10.37%, rgba(0, 38, 58, 0) 141.78%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.form-input {
  border-bottom: 1px solid #eeeeee;
  color: #eeeeee;
}
.set-energy {
  transform-origin: top left;
}
.set-energy-h {
  height: 15.4rem;
}
@media (max-width: 861px) {
  .set-energy-h {
    height: auto;
  }
}
.set-energy-img-s {
  transform: scale(0.25);
  transform-origin: top left;
}
@media (max-width: 861px) {
  .set-energy-img-s {
    transform: scale(1);
  }
}
.set-energy-title-s {
  transform: scale(0.6);
  transform-origin: top left;
}
@media (max-width: 861px) {
  .set-energy-title-s {
    transform: scale(1);
  }
}
.set-energy-text-o {
  visibility: hidden;
}
@media (max-width: 861px) {
  .set-energy-text-o {
    visibility: visible;
  }
}
.how-we-do-it-card {
  border-radius: 1rem;
  background: linear-gradient(200deg, rgba(252, 252, 252, 0) -59.02%, #fcfcfc 86.58%);
}
.js-card-how-slide {
  clip-path: inset(50% 50% 50% 50%);
}
.js-how-svg {
  transform: rotate(-90deg);
}
.js-how-svg-progress {
  stroke-dasharray: 1670;
  stroke-dashoffset: 1670;
}
.progress-bar-container {
  position: relative;
  width: 0.2rem;
  height: 16.5rem;
  background-color: #d1d4d3;
}
.progress-bar-container-home {
  position: relative;
  width: 16.5rem !important;
  height: 0.2rem !important;
  background-color: #d1d4d3;
}
.progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00263a;
  transform-origin: top;
}
@keyframes smoothUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3rem);
  }
}
.smoothUpDown-1 {
  animation: smoothUpDown 3.8s ease-in-out infinite;
  pointer-events: none;
}
.smoothUpDown-2 {
  animation: smoothUpDown 4.5s ease-in-out infinite;
  pointer-events: none;
}
.smoothUpDown-3 {
  animation: smoothUpDown 3.5s ease-in-out infinite;
  pointer-events: none;
}
.como footer {
  margin-top: 0 !important;
}
.somos footer {
  margin-top: 0 !important;
}
@media (max-width: 861px) {
  .bg-somos {
    background-color: #00263a;
  }
}
.circle-blur-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 65rem;
  height: 65rem;
  border-radius: 855.176px;
  opacity: 0.44;
  background: var(--Azul, #385cad);
  filter: blur(284.7421569824px);
  z-index: 1;
}
.circle-blur-2 {
  position: absolute;
  top: 50%;
  right: 0;
  width: 65rem;
  height: 65rem;
  border-radius: 855.176px;
  opacity: 0.44;
  background: var(--Azul, #385cad);
  filter: blur(284.7421569824px);
  z-index: 1;
}
.hhnav-bg {
  width: var(--whhnav);
  transition: 1s all;
}
.contact-socials {
  transition: 0.35s all;
}
.contact-socials svg {
  transition: 0.35s all;
}
.contact-socials svg path {
  transition: 0.35s all;
}
.contact-socials:hover {
  background-color: #00263a;
}
.contact-socials:hover svg {
  transform: scale(1.2);
}
.contact-socials:hover svg path {
  fill: #fff;
}
h1,
h2,
h3 {
  font-weight: normal;
}
.h1 {
  font-size: 5rem;
  line-height: 1;
}
@media (min-width: 650px) {
  .h1 {
    font-size: 8.5rem;
  }
}
.h2 {
  font-size: 3.5rem;
  line-height: 1.1;
}
@media (min-width: 650px) {
  .h2 {
    font-size: 5.4rem;
  }
}
.h3 {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.4;
}
@media (min-width: 650px) {
  .h3 {
    font-size: 2.7rem;
  }
}
.h4 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
}
.p2 {
  font-size: 1.9rem;
  line-height: 1.4;
}
@media (min-width: 650px) {
  .p2 {
    font-size: 2.4rem;
  }
}
.label {
  font-size: 2rem;
  line-height: 1.35;
}
@media (min-width: 650px) {
  .label {
    font-size: 2.8rem;
  }
}
.txt > *:not(:last-child) {
  margin-bottom: 2.5rem;
}
.txt h1,
.txt h2,
.txt h3,
.txt h4 {
  font-size: 3rem;
}
@media (min-width: 650px) {
  .txt h1,
  .txt h2,
  .txt h3,
  .txt h4 {
    font-size: 4rem;
  }
}
.txt h1,
.txt h2,
.txt h3,
.txt h4,
.txt h5 {
  line-height: 1.1;
}
.txt h1:not(:last-child),
.txt h2:not(:last-child),
.txt h3:not(:last-child),
.txt h4:not(:last-child),
.txt h5:not(:last-child) {
  margin-bottom: 1.5rem !important;
}
.txt h5 {
  font-weight: bold;
}
.txt h5:not(:last-child) {
  margin-bottom: 1rem !important;
}
.txt ul {
  display: flex;
  flex-direction: column;
  gap: 2rem 0;
}
.txt ul li {
  position: relative;
  padding-left: 3.5rem;
}
.txt ul li:before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 0.65em;
  height: 0.4rem;
  width: 0.4rem;
  border-radius: 999px;
  background-color: currentColor;
}
.txt ol {
  list-style: none;
  counter-reset: count;
  display: flex;
  flex-direction: column;
  gap: 1rem 0;
}
.txt ol li {
  counter-increment: count;
  position: relative;
  padding-left: 2.5rem;
}
.txt ol li:before {
  position: absolute;
  top: 0.125em;
  left: 0;
  content: counter(count) ". ";
  font-weight: bold;
}
.txt superscript {
  vertical-align: super;
  font-size: 0.5em;
}
.txt a {
  text-decoration: underline;
}
.txt img {
  border-radius: 2.5rem;
  width: 100%;
  max-width: 100%;
}
.txt img:not(:first-child) {
  margin-top: 5rem !important;
}
.txt img:not(:last-child) {
  margin-bottom: 5rem !important;
}
.txt .table-wrap {
  margin: -1px;
  min-width: calc(100% + 2px);
}
.txt th,
.txt td {
  border: 1px solid #000;
  border-collapse: collapse;
}
.list {
  display: flex;
  flex-direction: column;
}
.list li {
  position: relative;
  padding-left: 2rem;
}
.list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  height: 0.6rem;
  width: 0.6rem;
  border-radius: 999px;
  background-color: currentColor;
}
.icon {
  display: block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.sh {
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
.sh__nav {
  border-radius: 106.778px;
  border: 0.949px solid #fff;
  background: linear-gradient(85deg, rgba(249, 249, 249, 0.3) 15.85%, rgba(56, 92, 173, 0.05) 41.8%, rgba(249, 249, 249, 0.3) 74.82%);
  -webkit-backdrop-filter: blur(4.9355301857px);
          backdrop-filter: blur(4.9355301857px);
}
.sh:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s ease-out;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(85deg, rgba(249, 249, 249, 0.3) 15.85%, rgba(56, 92, 173, 0.05) 41.8%, rgba(249, 249, 249, 0.3) 74.82%);
  -webkit-backdrop-filter: blur(4.9355301857px);
          backdrop-filter: blur(4.9355301857px);
}
@media (min-width: 650px) {
  .is-scrolled .sh {
    transform: translateY(0);
  }
  .is-scrolled .sh:before {
    opacity: 1;
  }
  .is-sh-active .sh {
    transform: translateY(-100%) !important;
  }
}
.texto-adn > p {
  margin-bottom: 20px;
}
.popup-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.popup-video.hide {
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}
.popup-video_close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.popup-video_close svg {
  width: 30px;
  height: 30px;
}
.popup-video_close svg path {
  fill: #fff;
}
.popup-video_content {
  max-width: 90%;
}
.popup-video_content video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 650px) {

  .s\:-top-90 {
    top: -9rem;
  }

  .s\:order-none {
    order: 0;
  }

  .s\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .s\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .s\:col-span-2 {
    grid-column: span 2 / span 2;
  }

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

  .s\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .s\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .s\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .s\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .s\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .s\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .s\:col-start-11 {
    grid-column-start: 11;
  }

  .s\:col-start-2 {
    grid-column-start: 2;
  }

  .s\:col-start-3 {
    grid-column-start: 3;
  }

  .s\:col-start-4 {
    grid-column-start: 4;
  }

  .s\:col-start-5 {
    grid-column-start: 5;
  }

  .s\:col-start-6 {
    grid-column-start: 6;
  }

  .s\:col-start-7 {
    grid-column-start: 7;
  }

  .s\:row-start-1 {
    grid-row-start: 1;
  }

  .s\:row-start-2 {
    grid-row-start: 2;
  }

  .s\:row-start-3 {
    grid-row-start: 3;
  }

  .s\:row-start-4 {
    grid-row-start: 4;
  }

  .s\:-ml-40 {
    margin-left: -4rem;
  }

  .s\:mb-0 {
    margin-bottom: 0rem;
  }

  .s\:mb-\[15rem\] {
    margin-bottom: 15rem;
  }

  .s\:mt-100 {
    margin-top: 10rem;
  }

  .s\:\!block {
    display: block !important;
  }

  .s\:block {
    display: block;
  }

  .s\:flex {
    display: flex;
  }

  .s\:\!grid {
    display: grid !important;
  }

  .s\:hidden {
    display: none;
  }

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

  .s\:h-\[40rem\] {
    height: 40rem;
  }

  .s\:h-\[inherit\] {
    height: inherit;
  }

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

  .s\:w-\[21\.3rem\] {
    width: 21.3rem;
  }

  .s\:w-\[inherit\] {
    width: inherit;
  }

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

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

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

  .s\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

  .s\:gap-y-0 {
    row-gap: 0rem;
  }

  .s\:p-40 {
    padding: 4rem;
  }

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

  .s\:px-30 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

  .s\:px-\[2rem\] {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .s\:px-\[3rem\] {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .s\:pb-0 {
    padding-bottom: 0rem;
  }

  .s\:pb-140 {
    padding-bottom: 14rem;
  }

  .s\:pb-150 {
    padding-bottom: 15rem;
  }

  .s\:pb-250 {
    padding-bottom: 25rem;
  }

  .s\:pb-60 {
    padding-bottom: 6rem;
  }

  .s\:pb-80 {
    padding-bottom: 8rem;
  }

  .s\:pb-\[20rem\] {
    padding-bottom: 20rem;
  }

  .s\:pb-\[3rem\] {
    padding-bottom: 3rem;
  }

  .s\:pb-\[4rem\] {
    padding-bottom: 4rem;
  }

  .s\:pl-60 {
    padding-left: 6rem;
  }

  .s\:pl-\[2rem\] {
    padding-left: 2rem;
  }

  .s\:pr-120 {
    padding-right: 12rem;
  }

  .s\:pr-30 {
    padding-right: 3rem;
  }

  .s\:pt-0 {
    padding-top: 0rem;
  }

  .s\:pt-140 {
    padding-top: 14rem;
  }

  .s\:pt-\[12rem\] {
    padding-top: 12rem;
  }

  .s\:pt-\[15rem\] {
    padding-top: 15rem;
  }

  .s\:pt-\[4rem\] {
    padding-top: 4rem;
  }

  .s\:text-16 {
    font-size: 1.6rem;
  }

  .s\:text-22 {
    font-size: 2.2rem;
  }

  .s\:text-28 {
    font-size: 2.8rem;
  }

  .s\:text-30 {
    font-size: 3rem;
  }

  .s\:text-60 {
    font-size: 6rem;
  }

  .s\:text-95 {
    font-size: 9.5rem;
  }

  .s\:text-\[9\.5rem\] {
    font-size: 9.5rem;
  }

  .s\:text-\[9\.8rem\] {
    font-size: 9.8rem;
  }
}
@media (min-width: 869px) {

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