.pagination-js{
    margin-top: 3rem;
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

@media (min-width: 768px){

    .pagination-js{
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

@media (min-width: 1024px){

    .pagination-js{
        margin-top: 4rem;
    }
}

@media (min-width: 1280px){

    .pagination-js{
        margin-top: 5rem;
    }
}

.pagination-js a{
    display: flex;
    height: 44px;
    width: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(94 102 110 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
}

@media (min-width: 1024px){

    .pagination-js a{
        height: 50px;
        width: 50px;
    }
}

.pagination-js a.jp-current{
    --tw-border-opacity: 1;
    border-color: rgb(20 156 214 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(20 156 214 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.pagination-js a.jp-next::before, .pagination-js a.jp-previous::before{
    content: "";
    background-size: 26px 26px;
    height: 1.5rem;
    width: 1.5rem;
    background-position: center;
    background-repeat: no-repeat;
}

.pagination-js a.jp-disabled{
    pointer-events: none;
    opacity: 0.5;
}

.pagination-js a.jp-next::before{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9 17L14 12L9 7' stroke='%23353535' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.pagination-js a.jp-previous::before{
    background-image: url("data:image/svg+xml,%3Csvg style='transform: rotate(-180deg);' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9 17L14 12L9 7' stroke='%23353535' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}
/*
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

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 */
  font-variation-settings: normal; /* 6 */
}

/*
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-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

h1, .h1, .text-main, .title-banner h2 {
  font-weight: 500;
  font-size: calc(36px + (42 - 36) * ((100vw - 300px) / (2300 - 300)));
  line-height: 1.2;
}

h2, .h2 {
  font-weight: 500;
  font-size: calc(26px + (32 - 26) * ((100vw - 300px) / (2300 - 300)));
  line-height: 1.2;
}

h3, .h3 {
  font-weight: 500;
  font-size: calc(20px + (22 - 20) * ((100vw - 300px) / (2300 - 300)));
  line-height: 1.4;
}

h4, .h4 {
  font-weight: 400;
  font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (2300 - 300)));
  line-height: 1.5;
}

h5, .h5 {
  font-weight: 400;
  font-size: calc(16px + (17 - 16) * ((100vw - 300px) / (2300 - 300)));
  line-height: 1.4;
}

.p-big, .text-wysing ul, .text-wysing ol {
  font-weight: 400;
  font-size: calc(14px + (14 - 14) * ((100vw - 300px) / (2300 - 300)));
  line-height: 1.4;
}

p, .p, .parrafo, .text-wysing a {
  font-weight: 400;
  font-size: calc(15px + (16 - 15) * ((100vw - 300px) / (2300 - 300)));
  line-height: 1.4;
}

.p-small, .error {
  font-weight: 400;
  font-size: calc(12px + (12 - 12) * ((100vw - 300px) / (2300 - 300)));
  line-height: 1.4;
}

.size-btn, .pagination-js a {
  font-weight: 500;
  font-size: calc(14px + (14 - 14) * ((100vw - 300px) / (2300 - 300)));
  line-height: 1.2;
  letter-spacing: 0.84px;
}
    html * {
        font-family: "avenir-lt-pro", sans-serif;
    }

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
    padding-right: 8rem;
    padding-left: 8rem;
  }
}
@media (min-width: 1920px) {

  .container {
    max-width: 1920px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.-bottom-\[15\%\] {
  bottom: -15%;
}
.-bottom-\[20\%\] {
  bottom: -20%;
}
.-left-\[10\%\] {
  left: -10%;
}
.-right-\[20\%\] {
  right: -20%;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-14 {
  bottom: 3.5rem;
}
.left-0 {
  left: 0px;
}
.left-\[-8\%\] {
  left: -8%;
}
.left-\[50\%\] {
  left: 50%;
}
.right-0 {
  right: 0px;
}
.right-2 {
  right: 0.5rem;
}
.right-\[5\%\] {
  right: 5%;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-4 {
  top: 1rem;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.z-\[-1\] {
  z-index: -1;
}
.z-\[10\] {
  z-index: 10;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[3\] {
  z-index: 3;
}
.z-\[5\] {
  z-index: 5;
}
.z-\[999\] {
  z-index: 999;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-6 {
  height: 1.5rem;
}
.h-\[1500px\] {
  height: 1500px;
}
.h-\[150px\] {
  height: 150px;
}
.h-\[160px\] {
  height: 160px;
}
.h-\[250px\] {
  height: 250px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[44px\] {
  height: 44px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[800px\] {
  height: 800px;
}
.h-\[90px\] {
  height: 90px;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-\[120px\] {
  max-height: 120px;
}
.max-h-full {
  max-height: 100%;
}
.min-h-\[300px\] {
  min-height: 300px;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.min-h-\[600px\] {
  min-height: 600px;
}
.min-h-\[800px\] {
  min-height: 800px;
}
.min-h-\[80px\] {
  min-height: 80px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-6 {
  width: 1.5rem;
}
.w-\[1500px\] {
  width: 1500px;
}
.w-\[160px\] {
  width: 160px;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[800px\] {
  width: 800px;
}
.w-\[80px\] {
  width: 80px;
}
.w-full {
  width: 100%;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-\[120px\] {
  max-width: 120px;
}
.max-w-\[180px\] {
  max-width: 180px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.-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-full {
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-full {
  --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));
}
.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));
}
.list-none {
  list-style-type: none;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-full {
  border-radius: 9999px;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-dark {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(51 51 51 / var(--tw-border-opacity));
}
.bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}
.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
.bg-gray-base {
  --tw-bg-opacity: 1;
  background-color: rgb(133 142 150 / var(--tw-bg-opacity));
}
.bg-gray-medium {
  --tw-bg-opacity: 1;
  background-color: rgb(235 239 241 / var(--tw-bg-opacity));
}
.bg-gray-opacity {
  --tw-bg-opacity: 1;
  background-color: rgb(236 237 241 / var(--tw-bg-opacity));
}
.bg-gray-text {
  --tw-bg-opacity: 1;
  background-color: rgb(94 102 110 / var(--tw-bg-opacity));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(20 156 214 / var(--tw-bg-opacity));
}
.bg-primary-base {
  --tw-bg-opacity: 1;
  background-color: rgb(190 233 251 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-gradient-blue {
  background-image: linear-gradient(180deg,  #2e9bbf 0%,  #2e9bbf 7%,  #309dcb 13%,  #31a1d6 20%,  #3faae0 27%,  #46b0e8 33%,  #36adeb 40%,  #39b1ed 47%,  #3eb5ed 53%,  #42b9f0 60%,  #47bef0 67%,  #50c5f2 73%,  #5dcff5 80%,  #6fdafa 87%,  #6fdafa 100%);
}
.bg-gradient-blue-banner {
  background-image: linear-gradient(180deg, #149CD6 0%, #0C3985 100%);
}
.bg-gradient-blue-dark {
  background-image: linear-gradient(180deg, #149CD6 0%, #0A1F70 100%);
}
.bg-gradient-circle {
  background-image: linear-gradient(180deg, #0B2273 0%, #179FD5 70%, #37C2F1 100%);
}
.bg-gradient-dark-banner {
  background-image: radial-gradient(50% 50% at 50% 50%, var(--Negro, #333) 0%, #111314 100%);
}
.bg-gradient-found {
  background-image: linear-gradient(180deg, #00CEF8 0%, #00CDF6 12.15%, #00C9F3 22.02%, #01C4ED 29.96%, #01BEE6 36.31%, #02B6DE 41.42%, #03ADD4 45.64%, #04A4CA 49.3%, #0499BE 52.75%, #058FB3 56.34%, #0684A7 60.4%, #07799B 65.3%, #086E8F 71.36%, #096484 78.93%, #0A5A7A 88.37%, #0A5270 100%);
}
.bg-gradient-white {
  background-image: linear-gradient(90deg, #FFF 11.44%, rgba(255, 255, 255, 0.00) 30.62%, rgba(255, 255, 255, 0.00) 72.5%, #FFF 100%);
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.fill-current {
  fill: currentColor;
}
.stroke-current {
  stroke: currentColor;
}
.p-2 {
  padding: 0.5rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pt-24 {
  padding-top: 6rem;
}
.pt-28 {
  padding-top: 7rem;
}
.pt-32 {
  padding-top: 8rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-\[1\.4rem\] {
  font-size: 1.4rem;
}
.uppercase {
  text-transform: uppercase;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-current {
  color: currentColor;
}
.text-dark {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.text-gray-medium {
  --tw-text-opacity: 1;
  color: rgb(235 239 241 / var(--tw-text-opacity));
}
.text-gray-text {
  --tw-text-opacity: 1;
  color: rgb(94 102 110 / var(--tw-text-opacity));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(20 156 214 / var(--tw-text-opacity));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.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-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}

nav.active-scroll {
  background-color: rgb(51 51 51 / 0.8);
}

nav.active-scroll .item-menu {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

nav.active-scroll svg path {
  fill: #fff !important;
}

.btn {
  position: relative;
  display: inline-flex;
  height: 50px;
  cursor: pointer;
  align-items: center;
  gap: 0.5rem;
  overflow: hidden;
  border-radius: 0.375rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-transform: uppercase;
}

@media (min-width: 768px) {

  .btn {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.btn-white::before {
    content: "";
    transform: translate3d(0, 100%, 0);
    transition: transform .5s cubic-bezier(.77, 0, .175, 1);
    position: absolute;
    inset: 0px;
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 1.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(20 156 214 / var(--tw-bg-opacity));
}

/* .btn-white::before,
.btn-icon-white-left .icon-container::before,
.btn-icon-dark-left .icon-container::before{
    content: "";
    transform: translate3d(0,100%,0);
    transition: transform .5s cubic-bezier(.77,0,.175,1);
    @apply absolute inset-0 block h-full bg-primary  w-full rounded-3xl;
} */

/* .btn-icon-white-left .icon-container::before,
.btn-icon-dark-left .icon-container::before {
    @apply rounded-full;
} */

.text-btn {
  position: relative;
  z-index: 2;
  color: currentColor;
}

.btn-white:hover::before {
    transform: translate3d(0, 0, 0);
}

/* .btn-icon-white-left:hover .icon-container::before,
.btn-icon-dark-left:hover .icon-container::before {
    transform: translate3d(0,0,0);
} */

.btn-icon-white-left:hover .icon-container svg,
.btn-icon-dark-left:hover .icon-container svg {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.5rem !important;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(20 156 214 / var(--tw-text-opacity));
}

.btn-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-icon-white-left {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 0px;
  padding-right: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-icon-white-left .icon-container,
.btn-icon-dark-left .icon-container {
  position: relative;
  display: flex;
  height: 44px;
  width: 44px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(190 233 251 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(20 156 214 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 768px) {

  .btn-icon-white-left .icon-container,
.btn-icon-dark-left .icon-container {
    height: 50px;
    width: 50px;
  }
}

.btn-icon-white-left .icon-container svg,
.btn-icon-dark-left .icon-container svg {
  position: relative;
  z-index: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.btn-icon-dark-left {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 0px;
  padding-right: 0px;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.btn-icon-dark-left:hover {
  --tw-text-opacity: 1;
  color: rgb(20 156 214 / var(--tw-text-opacity));
}

.btn-icon-dark-left:hover .icon-container,
.btn-icon-white-left:hover .icon-container {
  --tw-bg-opacity: 1;
  background-color: rgb(20 156 214 / var(--tw-bg-opacity));
}

.item-menu {
  position: relative;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.item-menu:hover::before,
.item-menu.is-active::before,
.item-menu-footer:hover::before {
    opacity: 1;
    transition: transform .5s cubic-bezier(.165, .84, .44, 1), opacity .2s cubic-bezier(.455, .03, .515, .955) 0s;
    --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));
}

.item-menu-footer:hover::before {
  --tw-translate-x: -1rem;
  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));
}

.item-menu::before,
.item-menu-footer::before {
    transition: transform 0s cubic-bezier(.77, 0, .175, 1) .5s, opacity .3s cubic-bezier(.455, .03, .515, .955);
    content: '';
    position: absolute;
    top: 50%;
    left: 0px;
    display: block;
    height: 0.5rem;
    width: 0.5rem;
    --tw-translate-x: -1rem;
    --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));
    border-radius: 9999px;
    background-color: transparent;
    --tw-bg-opacity: 1;
    background-color: rgb(94 102 110 / var(--tw-bg-opacity));
    opacity: 0;
}

.black-nav .item-menu {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.black-nav .btn-white {
  --tw-bg-opacity: 1;
  background-color: rgb(20 156 214 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.item-social {
  display: flex;
  height: 45px;
  width: 45px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(94 102 110 / var(--tw-text-opacity));
}

.accordeon-content .item-accordeon:not(:first-child) {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-top-color: rgb(94 102 110 / var(--tw-border-opacity));
}

@media (min-width: 768px) {

  .accordeon-content .item-accordeon:not(:first-child) {
    border-bottom-width: 0px;
    border-left-width: 1px;
    --tw-border-opacity: 1;
    border-left-color: rgb(94 102 110 / var(--tw-border-opacity));
  }
}

@media (min-width: 1024px) {

  .accordeon-content .item-accordeon:not(:first-child) {
    border-style: none;
  }
}

.item-accordeon {
    flex: 1;
    transition: all 500ms;
    /* transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95); */
    position: relative;
    display: flex;
    cursor: pointer;
    flex-direction: column;
    overflow: hidden;
    --tw-bg-opacity: 1;
    background-color: rgb(235 239 241 / var(--tw-bg-opacity));
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

@media (min-width: 1024px) {

  .item-accordeon {
    flex: none;
    cursor: auto;
    align-items: center;
    background-color: transparent;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.inner-content {
    transition: all 500ms;
    /* transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95); */
    pointer-events: none;
    position: absolute;
    left: 0px;
    bottom: 3.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    opacity: 0;
}

@media (min-width: 1024px) {

  .inner-content {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    opacity: 1;
  }
}

.item-accordeon.open {
    flex: 1;
    min-height: 380px;
}

@media (min-width: 768px) {

  .item-accordeon.open {
    min-height: 420px;
  }
}

.title-accordeon::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    display: block;
    height: 6px;
    width: 6px;
    --tw-translate-x: -1rem;
    --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));
    border-radius: 9999px;
    background-color: transparent;
    opacity: 0;
}

@media (min-width: 1024px) {

  .title-accordeon::before {
    display: none;
  }

  .item-accordeon .title-accordeon {
    margin-bottom: 1.5rem;
    min-height: 40px;
    text-align: center;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  }
}

.item-accordeon.open .title-accordeon {
  margin-left: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {

  .item-accordeon.open .title-accordeon {
    margin-left: 0px;
  }
}

.item-accordeon.open .title-accordeon::before {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  opacity: 1;
}

.item-accordeon.open .inner-content {
  opacity: 1;
}

.title-banner {
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(235 239 241 / var(--tw-text-opacity));
}

@media (min-width: 768px) {

  .title-banner {
    margin-bottom: 1.5rem;
  }
}

.title-banner span {
  --tw-text-opacity: 1;
  color: rgb(94 102 110 / var(--tw-text-opacity));
}

.border-container {
    border: 1px solid rgba(94, 102, 110, 0.50);
}

.list-text-core .item-text:not(:last-child) {
    border-bottom: 1px solid rgba(94, 102, 110, 0.50);
}

.list-text-core .item-text:first-child {
  padding-top: 0px !important;
}

.list-text-core .item-text {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.text-wysing h1,
.text-wysing h2,
.text-wysing h3,
.text-wysing h4,
.text-wysing h5 {
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.text-wysing p {
  --tw-text-opacity: 1;
  color: rgb(94 102 110 / var(--tw-text-opacity));
}

.text-wysing-spaces p {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {

  .text-wysing-spaces p {
    margin-bottom: 1.5rem;
  }
}

.text-wysing img {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {

  .text-wysing img {
    margin-bottom: 1.5rem;
  }
}

.text-wysing-spaces-large img:not(:last-child) {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {

  .text-wysing-spaces-large img:not(:last-child) {
    margin-bottom: 3rem;
  }
}

@media (min-width: 1024px) {

  .text-wysing-spaces-large img:not(:last-child) {
    margin-bottom: 9rem;
  }
}

.text-wysing ul {
  list-style-position: inside;
  list-style-type: disc;
  --tw-text-opacity: 1;
  color: rgb(94 102 110 / var(--tw-text-opacity));
}

.text-wysing ol {
  list-style-position: inside;
  list-style-type: decimal;
  --tw-text-opacity: 1;
  color: rgb(94 102 110 / var(--tw-text-opacity));
}

.text-wysing a {
  --tw-text-opacity: 1;
  color: rgb(20 156 214 / var(--tw-text-opacity));
}

.text-wysing-blue h3,
.text-wysing-blue h2,
.text-wysing-blue h1 {
  --tw-text-opacity: 1;
  color: rgb(20 156 214 / var(--tw-text-opacity));
}

.column-1-core {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {

  .column-1-core {
    margin-bottom: 0px;
  }
}

.reverse-part {
  --tw-bg-opacity: 1;
  background-color: rgb(235 239 241 / var(--tw-bg-opacity));
}

.reverse-part .row-columns {
  flex-direction: column-reverse !important;
}

@media (min-width: 768px) {

  .reverse-part .row-columns {
    flex-direction: row-reverse !important;
  }
}

.reverse-part .row-columns .column-2-core {
  padding-left: 0px;
}

@media (min-width: 768px) {

  .reverse-part .row-columns .column-1-core {
    padding-left: 1rem;
  }
}

.reverse-part .row-columns .column-1-core {
  margin-bottom: 0px;
  margin-top: 1rem;
}

@media (min-width: 768px) {

  .reverse-part .row-columns .column-1-core {
    margin-top: 0px;
  }
}

.input-g {
  height: 44px;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(51 51 51 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 2rem;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.input-g::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
  opacity: 1;
}

.input-g::placeholder {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
  opacity: 1;
}

.plast-gray {
    background-color: rgba(0, 0, 0, 0.1);
}

.item-button-img {
  height: 50px;
  width: 50px;
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  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));
  border-radius: 9999px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.item-button-img.active {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hidden-important {
    display: none !important;
}

.hover-facebook:hover {
    background-color: #337FFF;
    color: #ffffff;
}

.hover-linkedin:hover {
    background-color: #006699;
    color: #ffffff;
}

.hover-whatsapp:hover {
    background-color: #00D95F;
    color: #ffffff;
}

.hover-instagram:hover {
    color: #ffffff;
    background: linear-gradient(315deg, #FBE18A 0.96%, #FCBB45 21.96%, #F75274 38.96%, #D53692 52.96%, #8F39CE 74.96%, #5B4FE9 100.96%);
}

.transition-scale {
    transition: transform .5s ease-in-out;
}

.img-circle-hover {
    -webkit-clip-path: circle(100% at 50% 50%);
            clip-path: circle(100% at 50% 50%);
    will-change: clip-path, transform;
}

.active-step {
  --tw-bg-opacity: 1;
  background-color: rgb(20 156 214 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.reveal {
    background: linear-gradient(to right, rgba(255, 255, 255, 2), rgba(255, 255, 255, 0.8));
}

@media (min-width: 1024px) {

  .pt-section-2 {
    padding-top: 74px;
  }

  .pt-section-3 {
    padding-top: 148px;
  }

  .pt-section-4 {
    padding-top: 222px;
  }

  .pt-section-5 {
    padding-top: 296px;
  }

  .pt-section-6 {
    padding-top: 370px;
  }
}

.hover\:text-gray-text:hover {
  --tw-text-opacity: 1;
  color: rgb(94 102 110 / var(--tw-text-opacity));
}

.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));
}

@media (min-width: 640px) {

  .sm\:-bottom-\[40\%\] {
    bottom: -40%;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {

  .md\:absolute {
    position: absolute;
  }

  .md\:-bottom-\[30\%\] {
    bottom: -30%;
  }

  .md\:-bottom-\[50\%\] {
    bottom: -50%;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:mr-24 {
    margin-right: 6rem;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:mt-20 {
    margin-top: 5rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:h-\[1000px\] {
    height: 1000px;
  }

  .md\:h-\[180px\] {
    height: 180px;
  }

  .md\:h-\[200px\] {
    height: 200px;
  }

  .md\:h-\[400px\] {
    height: 400px;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:min-h-\[400px\] {
    min-height: 400px;
  }

  .md\:min-h-\[500px\] {
    min-height: 500px;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-\[1000px\] {
    width: 1000px;
  }

  .md\:w-\[180px\] {
    width: 180px;
  }

  .md\:w-\[220px\] {
    width: 220px;
  }

  .md\:w-\[80\%\] {
    width: 80%;
  }

  .md\:max-w-\[150px\] {
    max-width: 150px;
  }

  .md\:max-w-xs {
    max-width: 20rem;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

  .md\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .md\:items-end {
    align-items: flex-end;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-16 {
    gap: 4rem;
  }

  .md\:gap-y-8 {
    row-gap: 2rem;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .md\:pl-4 {
    padding-left: 1rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pr-6 {
    padding-right: 1.5rem;
  }

  .md\:pr-8 {
    padding-right: 2rem;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

  .md\:pt-24 {
    padding-top: 6rem;
  }

  .md\:pt-36 {
    padding-top: 9rem;
  }
}

@media (min-width: 1024px) {

  .lg\:-bottom-\[25\%\] {
    bottom: -25%;
  }

  .lg\:-right-\[10\%\] {
    right: -10%;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[1500px\] {
    height: 1500px;
  }

  .lg\:min-h-\[90vh\] {
    min-height: 90vh;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-\[1500px\] {
    width: 1500px;
  }

  .lg\:w-\[30\%\] {
    width: 30%;
  }

  .lg\:w-\[40\%\] {
    width: 40%;
  }

  .lg\:w-\[44\%\] {
    width: 44%;
  }

  .lg\:w-\[60\%\] {
    width: 60%;
  }

  .lg\:w-\[70\%\] {
    width: 70%;
  }

  .lg\:w-\[80\%\] {
    width: 80%;
  }

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

  .lg\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .lg\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .lg\:gap-y-14 {
    row-gap: 3.5rem;
  }

  .lg\:rounded-none {
    border-radius: 0px;
  }

  .lg\:bg-transparent {
    background-color: transparent;
  }

  .lg\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:p-16 {
    padding: 4rem;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:pl-12 {
    padding-left: 3rem;
  }

  .lg\:pr-\[5\%\] {
    padding-right: 5%;
  }

  .lg\:pr-\[8\%\] {
    padding-right: 8%;
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:pt-36 {
    padding-top: 9rem;
  }

  .lg\:pt-40 {
    padding-top: 10rem;
  }

  .lg\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

@media (min-width: 1280px) {

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:gap-8 {
    gap: 2rem;
  }

  .xl\:pt-32 {
    padding-top: 8rem;
  }
}

@media (min-width: 1920px) {

  .\33xl\:max-w-lg {
    max-width: 32rem;
  }
}
