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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

html{
  font-family: 'Inter', sans-serif;
}

body {
  overflow-x: hidden;
}

@font-face {
  font-family: 'Axiforma';

  font-style: normal;

  font-weight: 400;

  src: local('Axiforma-regular'), url('./../fonts/Axiforma-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Axiforma';

  font-style: normal;

  font-weight: 700;

  src: local('Axiforma-bold'), url('./../fonts/Axiforma-bold.woff2') format('woff2');
}

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

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

.container {
  width: 100%;
}

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

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

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

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

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

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

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

.block-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .block-content {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

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

.h1 {
  font-size: 1.5rem;
  line-height: 1.3;
}

@media (min-width: 640px) {
  .h1 {
    font-size: 1.875rem;
  }
}

@media (min-width: 768px) {
  .h1 {
    font-size: 2.25rem;
    line-height: 1.2;
  }
}

@media (min-width: 1080px) {
  .h1 {
    font-size: 3rem;
    line-height: 1.2;
  }
}

@media (min-width: 1440px) {
  .h1 {
    font-size: 3.75rem;
    line-height: 1.2;
  }
}

.h2 {
  font-size: 1.25rem;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .h2 {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}

@media (min-width: 1080px) {
  .h2 {
    font-size: 1.875rem;
    line-height: 1.2;
  }
}

@media (min-width: 1440px) {
  .h2 {
    font-size: 2.25rem;
    line-height: 1.2;
  }
}

.h3 {
  font-size: 1.125rem;
  line-height: 1.3;
}

@media (min-width: 1080px) {
  .h3 {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}

@media (min-width: 1440px) {
  .h3 {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}

.h4 {
  font-size: 1.125rem;
  line-height: 1.3;
}

@media (min-width: 640px) {
  .h4 {
    font-size: 1.5rem;
  }
}

@media (min-width: 1080px) {
  .h4 {
    font-size: 1.875rem;
  }
}

.h5 {
  font-size: 1.125rem;
  line-height: 1.35;
}

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

@media (min-width: 1440px) {
  .h5 {
    font-size: 1.25rem;
  }
}

.btn {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  line-height: 1.5;
  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;
}

.social-link {
  display: block;
  width: 2.5rem;
  padding: 0.5rem;
  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;
}

.label {
  margin-bottom: 0.25rem;
  display: block;
  font-size: 0.875rem;
}

.input {
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: rgb(173 182 199 / 0.3);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.75rem;
  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;
}

.input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(90 99 116 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.warning {
  margin-right: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(231 161 69 / var(--tw-text-opacity));
}

.success {
  margin-right: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(66 185 112 / var(--tw-text-opacity));
}

.error {
  margin-right: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(212 65 69 / var(--tw-text-opacity));
}

#preloader {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99999;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#preloader::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  margin-top: -3rem;
  margin-left: -3rem;
  display: block;
  height: 6rem;
  width: 6rem;
  background-image: url('./../images/logo/preloader_logo.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

#preloader.fade{
  animation: preload 0.3s 1s ease-in forwards;
}

#page-content {
  min-height: calc(100vh - var(--header-h));
}

/*-Header-*/

.header {
  position: fixed;
  z-index: 9999;
  width: 100%;
}

.header-lat {
  position: fixed;
  z-index: 9999;
  width: 100%;
}

@media (min-width: 1080px) {
  .header-lat {
    height: 100vh;
    width: 20rem;
  }

  #header-lat + #page-content,
    #header-lat ~ #footer {
    margin-left: 20rem;
  }
}

.header-content {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: var(--header-h);
  max-width: 1080px;
  align-items: center;
  justify-content: space-between;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media (min-width: 1080px) {
  .header-content {
    height: auto;
  }
}

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

@media (min-width: 1080px) {
  .header.add-bg {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
}

/*-Menu-*/

.nav-primary {
  display: none;
  width: 100%;
  flex-grow: 1;
  align-items: center;
}

@media (min-width: 1080px) {
  .nav-primary {
    display: flex;
  }
}

.nav-item {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  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;
}

.nav-item.current-item, .nav-item:hover,
    .submenu-trigger:hover :is(.nav-item, svg) {
  fill: #55CDC1;
  --tw-text-opacity: 1;
  color: rgb(85 205 193 / var(--tw-text-opacity));
}

.submenu-trigger.opened .submenu-arrow svg,
    .submenu-arrow.opened svg {
  --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));
}

.submenu {
  max-height: 0px;
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 0px;
  transition-property: max-height, padding-top, padding-bottom;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.submenu.opened {
  max-height: -moz-fit-content;
  max-height: fit-content;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

/*-Language Switcher-*/

.lang-switcher {
  position: relative;
  z-index: 10;
}

.lang-btn {
  display: flex;
  align-items: center;
  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;
}

.lang-btn:hover, .lang-btn.active {
  --tw-border-opacity: 1;
  border-color: rgb(85 205 193 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(85 205 193 / var(--tw-bg-opacity));
  fill: #1D2F51;
  --tw-text-opacity: 1;
  color: rgb(29 47 81 / var(--tw-text-opacity));
}

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

.lang-btn.active .lang-arrow {
  --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));
}

.lang-options {
  position: absolute;
  top: 100%;
  right: 0px;
  max-height: 0px;
  width: 6rem;
  overflow: hidden;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0px;
  padding-bottom: 0px;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: max-height, padding-top, padding-bottom;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1080px) {
  .lang-options {
    right: auto;
    left: 0px;
  }
}

.lang-options.active {
  max-height: -moz-fit-content;
  max-height: fit-content;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.lang-op {
  margin-bottom: 0.375rem;
  display: flex;
  width: 100%;
  align-items: center;
  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;
}

.lang-op:last-child {
  margin-bottom: 0px;
}

/*-Nav mobile-*/

.nav-button {
  height: 2.5rem;
  width: 2.5rem;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  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;
}

.nav-button.active, .nav-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(85 205 193 / var(--tw-bg-opacity));
}

.nav-line {
  height: 0.125rem;
  width: 50%;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(85 205 193 / var(--tw-bg-opacity));
}

.nav-button.active .nav-line, .nav-button:hover .nav-line {
  --tw-bg-opacity: 1;
  background-color: rgb(29 47 81 / var(--tw-bg-opacity));
}

.nav-button.active .nav-line:nth-child(1) {
  --tw-translate-y: 0.125rem;
  --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));
}

.nav-button.active .nav-line:nth-child(2) {
  opacity: 0;
}

.nav-button.active .nav-line:nth-child(3) {
  --tw-translate-y: -0.125rem;
  --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));
}

.nav-panel {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -10;
  display: flex;
  height: 100vh;
  width: 100%;
  max-width: 320px;
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  flex-direction: column;
  padding: 1.5rem;
  padding-top: calc(var(--header-h) + 1.5rem);
  text-align: center;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1080px) {
  .nav-panel {
    max-width: 400px;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 1440px) {
  .nav-panel {
    max-width: 500px;
  }
}

.nav-panel{
  background-image: linear-gradient(to bottom, transparent var(--header-h), #1a1b1c var(--header-h));
}

@media (min-width: 1080px) {
  .header:not(.add-bg) .nav-panel {
    --tw-bg-opacity: 1;
    background-color: rgb(249 249 249 / var(--tw-bg-opacity));
  }
}

.nav-panel.active {
  --tw-translate-x: 0px;
  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));
}

/*-Modal-*/

.popup {
  pointer-events: none;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 999999999;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0 / 0.7);
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  opacity: 0;
}

.popup.fade-in {
  pointer-events: auto;
}

#imgSizer {
  position: relative;
  width: 100%;
  max-width: 36rem;
}

#imgHolder {
  position: relative;
  left: 0px;
  top: 0px;
  height: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(37 37 38 / var(--tw-bg-opacity));
  padding-bottom: 66.66%;
}

.modalImg {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 0.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}

#gallery-right, #gallery-left {
  top: 50%;
  --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));
  background-color: rgb(0 0 0 / 0.3);
}

#gallery-right:hover, #gallery-left:hover {
  background-color: rgb(0 0 0 / 0.8);
}

#gallery-right {
  right: 0.25rem;
}

#gallery-left {
  left: 0.25rem;
}

#gallery-close {
  top: 0.5rem;
  right: 0.5rem;
  background-color: rgb(85 205 193 / 0.5);
}

#gallery-close:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(85 205 193 / var(--tw-bg-opacity));
}

/*-Gallery-*/

.gallery {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: auto;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1080px) {
  .gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1440px) {
  .gallery {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/*-Acordeon & Toggle-*/

.at-tab {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(51 51 51 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(202 202 202 / var(--tw-bg-opacity));
  padding: 0.5rem;
  font-weight: 700;
  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;
}

.at-item:first-child .at-tab {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.at-item:last-child .at-tab {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-bottom-width: 0px;
}

.at-item.current .at-tab {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(85 205 193 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.at-item.current:last-child .at-tab {
  border-radius: 0px;
}

.at-item.current .at-content {
  max-height: -moz-fit-content;
  max-height: fit-content;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/*-Select-*/

.custom-select {
  position: relative;
}

.custom-select-trigger {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
}

.custom-option {
  cursor: pointer;
  padding: 0.5rem;
}

.custom-option:not(.selection) {
  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;
}

.custom-option:not(.selection):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(85 205 193 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.custom-option.selection {
  --tw-bg-opacity: 1;
  background-color: rgb(81 183 173 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.custom-options {
  position: absolute;
  top: 100%;
  left: 0px;
  max-height: 0px;
  width: 100%;
  overflow: hidden;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
  transition-property: max-height, padding-top, padding-bottom;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.custom-select.opened .custom-options {
  max-height: -moz-fit-content;
  max-height: fit-content;
}

.select-arrow {
  pointer-events: none;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.custom-select.opened .select-arrow {
  --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));
}

/*-Tabs-*/

.tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(202 202 202 / var(--tw-bg-opacity));
}

.tab {
  margin: 0.25rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  padding: 0.5rem;
  font-weight: 700;
  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;
}

@media (min-width: 768px) {
  .tab {
    width: auto;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.tab.active, .tab:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(85 205 193 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.tab-content.active {
  display: block;
}

/*-Formatos especificos del proyecto-*/

.li {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: flex-start;
}

.li::before {
  margin-right: 0.375rem;
  margin-top: 0.375rem;
  aspect-ratio: 1 / 1;
  width: 0.75rem;
  flex-shrink: 0;
  background-image: url('./../images/icons/triangle.svg');
  background-size: contain;
  --tw-content: '';
  content: var(--tw-content);
}

.li:last-child {
  margin-bottom: 0px;
}

@media (min-width: 1080px) {
  .half {
    max-width: calc(1080px * 0.5);
  }
}

@media (min-width: 1440px) {
  .half {
    max-width: calc(1440px * 0.5);
  }
}

/*--*/

.background {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

@keyframes tranOp {
  to{
    transform: translate3d(0,0,0);
    opacity: 1;
  }
}

@keyframes show {
  to{
    opacity: 1;
  }
}

@keyframes preload {
  to{
    opacity: 0;
    pointer-events: none;
  }
}

.tran-op{
  --d: 0s;
  --dist-x: 0;
  --dist-y: 0;
  transform: translate3d(var(--dist-x), var(--dist-y), 0);
  opacity: 0;
}

.opacity{
  --d: 0s;
  opacity: 0;
}

.fade-in{
  animation: show 0.1s linear forwards;
}

.animated.tran-op{
  animation: tranOp 0.5s var(--d) ease-out forwards;
}

.animated.opacity{
  animation: show 0.5s var(--d) ease-out forwards;
}

.anim-bottom-left {
  --dist-y: 30px;
}

@media (min-width: 1080px) {
  .anim-bottom-left {
    --dist-y: 0;
    --dist-x: -30px;
  }
}

.anim-bottom-right {
  --dist-y: 30px;
}

@media (min-width: 1080px) {
  .anim-bottom-right {
    --dist-y: 0;
    --dist-x: 30px;
  }
}

.anim-bottom{
  --dist-y: 30px;
}

@media (min-width: 640px){
  .anim-cols-3:nth-child(even),
        .anim-cols-4:nth-child(even){
    --d: 0.2s;
  }
}

@media (min-width: 1080px){
  .anim-cols-3:nth-child(even),
        .anim-cols-4:nth-child(even){
    --d: 0s;
  }

  .anim-cols-3:nth-child(3n+2),
        .anim-cols-4:nth-child(4n+2){
    --d: 0.2s;
  }

  .anim-cols-3:nth-child(3n+3),
        .anim-cols-4:nth-child(4n+3){
    --d: 0.4s;
  }

  .anim-cols-4:nth-child(4n+4){
    --d: 0.6s;
  }

  .cryptos:nth-child(2){
    --d: 0.2s;
  }

  .cryptos:nth-child(3){
    --d: 0.4s;
  }
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

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

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

.z-\[1\] {
  z-index: 1;
}

.z-\[999999\] {
  z-index: 999999;
}

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

.m-1 {
  margin: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-7 {
  margin-right: 1.75rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

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

.ml-1\.5 {
  margin-left: 0.375rem;
}

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.h-10 {
  height: 2.5rem;
}

.h-24 {
  height: 6rem;
}

.h-screen {
  height: 100vh;
}

.h-1\/3 {
  height: 33.333333%;
}

.h-64 {
  height: 16rem;
}

.h-full {
  height: 100%;
}

.h-48 {
  height: 12rem;
}

.h-1 {
  height: 0.25rem;
}

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

.min-h-screen {
  min-height: 100vh;
}

.w-14 {
  width: 3.5rem;
}

.w-28 {
  width: 7rem;
}

.w-full {
  width: 100%;
}

.w-6 {
  width: 1.5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-5 {
  width: 1.25rem;
}

.w-10 {
  width: 2.5rem;
}

.w-4\/5 {
  width: 80%;
}

.w-12 {
  width: 3rem;
}

.w-20 {
  width: 5rem;
}

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

.max-w-prose {
  max-width: 65ch;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-\[26ch\] {
  max-width: 26ch;
}

.max-w-\[43ch\] {
  max-width: 43ch;
}

.max-w-xs {
  max-width: 20rem;
}

.max-w-\[36ch\] {
  max-width: 36ch;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-\[32ch\] {
  max-width: 32ch;
}

.max-w-3xl {
  max-width: 48rem;
}

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

.max-w-sm {
  max-width: 24rem;
}

.max-w-\[27ch\] {
  max-width: 27ch;
}

.max-w-\[44ch\] {
  max-width: 44ch;
}

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

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

.-translate-y-1 {
  --tw-translate-y: -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));
}

.translate-y-1 {
  --tw-translate-y: 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));
}

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

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gap-8 {
  gap: 2rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-9 {
  gap: 2.25rem;
}

.gap-4 {
  gap: 1rem;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

.rounded {
  border-radius: 0.25rem;
}

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

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-8 {
  border-width: 8px;
}

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

.border-l-4 {
  border-left-width: 4px;
}

.border-secondary-20 {
  --tw-border-opacity: 1;
  border-color: rgb(173 182 199 / var(--tw-border-opacity));
}

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

.border-\[\#42b970\] {
  --tw-border-opacity: 1;
  border-color: rgb(66 185 112 / var(--tw-border-opacity));
}

.border-\[\#d44145\] {
  --tw-border-opacity: 1;
  border-color: rgb(212 65 69 / var(--tw-border-opacity));
}

.border-primary-100 {
  --tw-border-opacity: 1;
  border-color: rgb(85 205 193 / var(--tw-border-opacity));
}

.bg-secondary-10 {
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 249 / var(--tw-bg-opacity));
}

.bg-secondary-20 {
  --tw-bg-opacity: 1;
  background-color: rgb(173 182 199 / var(--tw-bg-opacity));
}

.bg-secondary-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(24 35 57 / var(--tw-bg-opacity));
}

.bg-secondary-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 47 81 / var(--tw-bg-opacity));
}

.bg-primary-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(85 205 193 / var(--tw-bg-opacity));
}

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

.bg-soc-twitter {
  --tw-bg-opacity: 1;
  background-color: rgb(0 195 243 / var(--tw-bg-opacity));
}

.bg-soc-facebook {
  --tw-bg-opacity: 1;
  background-color: rgb(45 96 155 / var(--tw-bg-opacity));
}

.bg-soc-instagram {
  --tw-bg-opacity: 1;
  background-color: rgb(223 0 66 / var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

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

.bg-night\/80 {
  background-color: rgb(20 21 22 / 0.8);
}

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

.bg-primary-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(85 211 199 / var(--tw-bg-opacity));
}

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

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

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}

.from-secondary-5 {
  --tw-gradient-from: #E8EEF9;
  --tw-gradient-to: rgb(232 238 249 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-200 {
  --tw-gradient-from: #51B7AD;
  --tw-gradient-to: rgb(81 183 173 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-secondary-5\/20 {
  --tw-gradient-to: rgb(232 238 249 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(232 238 249 / 0.2), var(--tw-gradient-to);
}

.to-primary-50 {
  --tw-gradient-to: #55D3C7;
}

.fill-white {
  fill: #ffffff;
}

.fill-secondary-10 {
  fill: #F6F7F9;
}

.fill-primary-100 {
  fill: #55CDC1;
}

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

.p-20 {
  padding: 5rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-0 {
  padding: 0px;
}

.p-10 {
  padding: 2.5rem;
}

.p-5 {
  padding: 1.25rem;
}

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

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

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

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

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

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

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

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

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

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

.pt-\[var\(--header-h\)\] {
  padding-top: var(--header-h);
}

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

.pb-14 {
  padding-bottom: 3.5rem;
}

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

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

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

.text-sm {
  font-size: 0.875rem;
}

.text-lg {
  font-size: 1.125rem;
}

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

.font-medium {
  font-weight: 500;
}

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.leading-none {
  line-height: 1;
}

.leading-normal {
  line-height: 1.5;
}

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

.text-secondary-50 {
  --tw-text-opacity: 1;
  color: rgb(90 99 116 / var(--tw-text-opacity));
}

.text-primary-100 {
  --tw-text-opacity: 1;
  color: rgb(85 205 193 / var(--tw-text-opacity));
}

.text-white\/75 {
  color: rgb(255 255 255 / 0.75);
}

.text-secondary-100 {
  --tw-text-opacity: 1;
  color: rgb(29 47 81 / var(--tw-text-opacity));
}

.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  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);
}

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

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

.transition-bar-x {
  transition-property: transform, background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-bar-middle {
  transition-property: opacity, background-color;
  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;
}

.font-title{
  font-family: 'Axiforma';
}

.anchor:not(#hero) {
  --tw-translate-y: calc(calc(var(--header-h) - 2px) * -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));
}

.inner-anchor {
  --tw-translate-y: -2rem;
  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));
}

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

.\[--d\:1\.5s\] {
  --d: 1.5s;
}

.\[--d\:1\.7s\] {
  --d: 1.7s;
}

.\[--d\:1\.9s\] {
  --d: 1.9s;
}

.\[hostname\:port\] {
  hostname: port;
}

.slick-track {
  display: flex;
}

.slick-slider, .slick-list {
  position: relative;
}

.num-count{
  counter-reset: priv 0;
}

.rom-count{
  counter-reset: rom 0;
}

.letter-count{
  counter-reset: lett 0;
}

.num-increment {
  counter-increment: priv 1;
}

.rom-increment {
  counter-increment: rom 1;
}

.letter-increment {
  counter-increment: lett 1;
}

.before\:num-result::before {
  content: counter(priv)'. ';
}

.before\:letter-result::before {
  content: counter(lett, upper-alpha)'. ';
}

.before\:letter-low-result::before {
  content: ' ('counter(lett, lower-alpha)') ';
  font-weight: 700;
  color: #1D2F51;
}

.before\:rom-result::before {
  content: ' ('counter(rom, lower-roman)') ';
  font-weight: 700;
}

.before\:mb-1\.5::before {
  content: var(--tw-content);
  margin-bottom: 0.375rem;
}

.before\:mb-1::before {
  content: var(--tw-content);
  margin-bottom: 0.25rem;
}

.before\:mt-1\.5::before {
  content: var(--tw-content);
  margin-top: 0.375rem;
}

.before\:mt-1::before {
  content: var(--tw-content);
  margin-top: 0.25rem;
}

.before\:w-5::before {
  content: var(--tw-content);
  width: 1.25rem;
}

.before\:rotate-180::before {
  content: var(--tw-content);
  --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));
}

.before\:content-\[url\(\.\/\.\.\/images\/icons\/arrow\.svg\)\]::before {
  --tw-content: url(./../images/icons/arrow.svg);
  content: var(--tw-content);
}

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

.last\:mr-0:last-child {
  margin-right: 0px;
}

.odd\:anim-bottom-left-md:nth-child(odd) {
  --dist-y: 30px;
}

@media (min-width: 768px) {
  .odd\:anim-bottom-left-md:nth-child(odd) {
    --dist-y: 0;
    --dist-x: -30px;
  }
}

.even\:flex-row-reverse:nth-child(even) {
  flex-direction: row-reverse;
}

.even\:anim-bottom-right-md:nth-child(even) {
  --dist-y: 30px;
}

@media (min-width: 768px) {
  .even\:anim-bottom-right-md:nth-child(even) {
    --dist-y: 0;
    --dist-x: 30px;
  }
}

.hover\:bg-primary-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(85 205 193 / var(--tw-bg-opacity));
}

.hover\:bg-primary-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(81 183 173 / var(--tw-bg-opacity));
}

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

.hover\:fill-secondary-100:hover {
  fill: #1D2F51;
}

.hover\:fill-white:hover {
  fill: #ffffff;
}

.hover\:text-primary-100:hover {
  --tw-text-opacity: 1;
  color: rgb(85 205 193 / var(--tw-text-opacity));
}

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

.hover\:shadow-func:hover {
  --tw-shadow: 0px 15px 55px -1px #E9EEF8;
  --tw-shadow-colored: 0px 15px 55px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:nth-child(odd) .group-odd\:anim-bottom-right {
  --dist-y: 30px;
}

@media (min-width: 1080px) {
  .group:nth-child(odd) .group-odd\:anim-bottom-right {
    --dist-y: 0;
    --dist-x: 30px;
  }
}

.group:nth-child(even) .group-even\:anim-bottom-left {
  --dist-y: 30px;
}

@media (min-width: 1080px) {
  .group:nth-child(even) .group-even\:anim-bottom-left {
    --dist-y: 0;
    --dist-x: -30px;
  }
}

.group:hover .group-hover\:scale-110 {
  --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));
}

.group:hover .group-hover\:fill-primary-100 {
  fill: #55CDC1;
}

.group:hover .group-hover\:fill-white {
  fill: #ffffff;
}

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

.group:hover .group-hover\:text-primary-100 {
  --tw-text-opacity: 1;
  color: rgb(85 205 193 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .sm\:h3 {
    font-size: 1.125rem;
    line-height: 1.3;
  }

  @media (min-width: 1080px) {
    .sm\:h3 {
      font-size: 1.25rem;
      line-height: 1.2;
    }
  }

  @media (min-width: 1440px) {
    .sm\:h3 {
      font-size: 1.5rem;
      line-height: 1.2;
    }
  }

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

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

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

  .sm\:h-48 {
    height: 12rem;
  }

  .sm\:h-96 {
    height: 24rem;
  }

  .sm\:w-40 {
    width: 10rem;
  }

  .sm\:w-14 {
    width: 3.5rem;
  }

  .sm\:w-24 {
    width: 6rem;
  }

  .sm\:w-16 {
    width: 4rem;
  }

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

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

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

@media (min-width: 768px) {
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:-mt-8 {
    margin-top: -2rem;
  }

  .md\:-ml-8 {
    margin-left: -2rem;
  }

  .md\:h-96 {
    height: 24rem;
  }

  .md\:h-64 {
    height: 16rem;
  }

  .md\:w-4\/5 {
    width: 80%;
  }

  .md\:w-16 {
    width: 4rem;
  }

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

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

  .md\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

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

@media (min-width: 1080px) {
  .lg\:pointer-events-none {
    pointer-events: none;
  }

  .lg\:invisible {
    visibility: hidden;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:sticky {
    position: sticky;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-96 {
    height: 24rem;
  }

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

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

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

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

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

  .lg\:w-20 {
    width: 5rem;
  }

  .lg\:w-10 {
    width: 2.5rem;
  }

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

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

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

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

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

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-\[4\.4rem\] {
    width: 4.4rem;
  }

  .lg\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .lg\:max-w-5xl {
    max-width: 64rem;
  }

  .lg\:max-w-screen-xl {
    max-width: 1280px;
  }

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

  .lg\:max-w-3xl {
    max-width: 48rem;
  }

  .lg\:max-w-4xl {
    max-width: 56rem;
  }

  .lg\:max-w-screen-lg {
    max-width: 1080px;
  }

  .lg\:-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));
  }

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

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

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

  .lg\:gap-20 {
    gap: 5rem;
  }

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

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

  .lg\:gap-8 {
    gap: 2rem;
  }

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

  .lg\:border-l-\[14px\] {
    border-left-width: 14px;
  }

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

  .lg\:p-8 {
    padding: 2rem;
  }

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

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

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

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

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

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

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

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

  .lg\:pb-14 {
    padding-bottom: 3.5rem;
  }

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

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

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

  .lg\:pl-16 {
    padding-left: 4rem;
  }

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

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

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

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

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

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

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

  .lg\:text-2xl {
    font-size: 1.5rem;
  }

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

  .lg\:text-xl {
    font-size: 1.25rem;
  }

  .lg\:leading-\[1\.6\] {
    line-height: 1.6;
  }

  .lg\:\[--d\:0\.2s\] {
    --d: 0.2s;
  }

  .lg\:\[--d\:0\.4s\] {
    --d: 0.4s;
  }

  .lg\:first\:\[--d\:0s\]:first-child {
    --d: 0s;
  }

  .lg\:last\:mr-0:last-child {
    margin-right: 0px;
  }

  .last\:lg\:\[--d\:0\.4s\]:last-child {
    --d: 0.4s;
  }

  .group:nth-child(odd) .group-odd\:lg\:pl-16 {
    padding-left: 4rem;
  }

  .group:nth-child(even) .group-even\:lg\:pr-16 {
    padding-right: 4rem;
  }
}

@media (min-width: 1440px) {
  .\32xl\:mr-7 {
    margin-right: 1.75rem;
  }

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

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

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

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

  .\32xl\:w-14 {
    width: 3.5rem;
  }

  .\32xl\:w-2\/5 {
    width: 40%;
  }

  .\32xl\:w-20 {
    width: 5rem;
  }

  .\32xl\:w-28 {
    width: 7rem;
  }

  .\32xl\:w-\[5\.5rem\] {
    width: 5.5rem;
  }

  .\32xl\:max-w-screen-lg {
    max-width: 1080px;
  }

  .\32xl\:max-w-screen-2xl {
    max-width: 1440px;
  }

  .\32xl\:gap-28 {
    gap: 7rem;
  }

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

  .\32xl\:p-16 {
    padding: 4rem;
  }

  .\32xl\:p-24 {
    padding: 6rem;
  }

  .\32xl\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

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

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

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

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

  .\32xl\:pl-28 {
    padding-left: 7rem;
  }

  .\32xl\:pr-28 {
    padding-right: 7rem;
  }

  .\32xl\:pb-56 {
    padding-bottom: 14rem;
  }

  .\32xl\:text-\[3\.05rem\] {
    font-size: 3.05rem;
  }

  .group:nth-child(odd) .group-odd\:2xl\:pl-28 {
    padding-left: 7rem;
  }

  .group:nth-child(even) .group-even\:2xl\:pr-28 {
    padding-right: 7rem;
  }
}