@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap);
/*
! 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{
  font-family: Roboto, sans-serif;
  font-size: calc(26px + (38 - 26) * ((100vw - 300px) / (2300 - 300)));
  line-height: 1.4;
  font-weight: 500;
}
h2, .h2{
  font-family: Roboto, sans-serif;
  font-size: calc(20px + (32 - 20) * ((100vw - 300px) / (2300 - 300)));
  line-height: 1.4;
  font-weight: 500;
}
h3, .h3{
  font-family: Roboto, sans-serif;
  font-size: calc(18px + (26 - 18) * ((100vw - 300px) / (2300 - 300)));
  line-height: 1.25;
}
h4, h5, .h4{
  font-family: Roboto, sans-serif;
  font-size: calc(15px + (18 - 15) * ((100vw - 300px) / (2300 - 300)));
  line-height: 1.6;
}
.parrafo{
  font-family: Roboto, sans-serif;
  font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (2300 - 300)));
  line-height: 1.2;
}
.small{
  font-family: Roboto, sans-serif;
  font-size: calc(12px + (14 - 12) * ((100vw - 300px) / (2300 - 300)));
  line-height: 1.2;
}
.btn-font{
  font-family: Roboto, sans-serif;
  font-size: calc(11px + (13 - 11) * ((100vw - 300px) / (2300 - 300)));
  line-height: 1.2;
  font-weight: 700;
}
nav.is-scroll .links-hover{
  --tw-text-opacity: 1;
  color: rgb(37 65 133 / var(--tw-text-opacity));
}
.container-me{
  position: relative;
  z-index: 20;
  padding-top: 350px;
}
@media (min-width: 640px){
  .container-me{
    padding-top: 400px;
  }
}
@media (min-width: 1024px){
  .container-me{
    padding-top: 70vh;
  }
}
.bg-home {
        background-image: linear-gradient(to bottom, #254185 0%, rgba(28, 82, 214, 0.7) 49%, #fff 100%);
    }
.bg-acerca {
        background-image: linear-gradient(to bottom, #020f2e 0%, #254185 100%);
    }
.bg-categorias {
        background-image: linear-gradient(to bottom, #3761ab 0%, #254185 100%);
    }
.bg-footer {
        background-image: linear-gradient(to top, #020f2e 100%, #132758 0%);
    }
.bg-razones {
        background-image: linear-gradient(to bottom, #3761ab 0%, #254185 100%);
    }
.degradado-slider {
        background-image: linear-gradient(to bottom, #ededed 0%, #fafafa 100%);
    }
.degradado-contacto {
        background-image: linear-gradient(to bottom, #337fff -17%, #17181a 100%);
    }
.degradado-productos {
        background-image: radial-gradient(circle at 50% 50%, #497bd2, #254185 65%);
    }
.degradado-gracias {
        background-image: radial-gradient(circle at 50% 36%, #337fff, #254185 58%);
    }
.btn-descarga {
        transition: all 0.3s linear;
        display: inline-flex;
        height: 44px;
        align-items: center;
        text-transform: uppercase;
    }
.btn-descarga .icon-check {
        transition: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }
.btn-descarga.download .icon-check{
  --tw-translate-y: 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));
}
.btn-descarga.download .svg-icon {
        animation-delay: 0.6s !important;
        animation: slide-in-top 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    }
@keyframes slide-in-top {
        0% {
            transform: translateY(-10px);
            opacity: 0;
        }

        100% {
            transform: translateY(0px);
            opacity: 1;
        }
    }
.btn {
        transition: all 400ms;
        position: relative;
        display: inline-flex;
        height: 44px;
        align-items: center;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        padding-left: 2.75rem;
        padding-right: 1rem;
        text-transform: uppercase;
    }
.btn .icon-svg{
  position: absolute;
  top: 50%;
  left: 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));
}
.btn svg {
        transition: all 0.4s ease-in;
    }
.btn:hover svg {
        animation: slide-right 0.6s ease-out both;
    }
@keyframes slide-right {
        0% {
            transform: translateX(-10px);
            opacity: 0;
        }

        100% {
            transform: translateX(0);
            opacity: 1;
        }
    }
.menu-toggle{
  position: relative;
  display: flex;
  height: 25px;
  width: 40px;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
}
.menu-toggle span {
        transition: 0.25s ease-in-out;
        position: absolute;
        height: 3px;
        width: 100%;
        border-radius: 0.5rem;
        --tw-bg-opacity: 1;
        background-color: rgb(215 255 60 / var(--tw-bg-opacity));
    }
.menu-toggle span:nth-child(1){
  top: 0px;
}
.menu-toggle span:nth-child(2){
  top: 11px;
}
.menu-toggle span:nth-child(3){
  top: 22px;
}
.menu-toggle.open span:nth-child(1){
  top: 11px;
  --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));
}
.menu-toggle.open span:nth-child(2){
  --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));
  opacity: 0;
}
.menu-toggle.open span:nth-child(3){
  top: 11px;
  --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));
}
.animatedLi {
        transition: all 200ms cubic-bezier(0, 0.995, 0.99, 1);
    }
.list-socials-menu ul li {
        transition: all 200ms cubic-bezier(0, 0.995, 0.99, 1);
        opacity: 0;
    }
.embed iframe{
  height: auto;
  width: 100% !important;
}
/* botones slider */
.swiper-button-next,
    .swiper-button-prev {
        transition: 0.2s linear;
        position: static;
        margin: 0px;
        display: flex;
        height: 44px;
        width: 44px;
        align-items: center;
        justify-content: center;
        border-width: 1px;
        --tw-border-opacity: 1;
        border-color: rgb(245 245 245 / var(--tw-border-opacity));
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        background-image: none !important;
        --tw-text-opacity: 1;
        color: rgb(37 65 133 / var(--tw-text-opacity));
    }
@media (min-width: 1280px){
  .swiper-button-next,
    .swiper-button-prev{
    height: 60px;
    width: 60px;
  }
}
.swiper-button-next:focus,
    .swiper-button-prev:focus{
  --tw-border-opacity: 1;
  border-color: rgb(2 15 46 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(2 15 46 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.swiper-button-next:hover,
    .swiper-button-prev:hover{
  --tw-border-opacity: 1;
  border-color: rgb(37 65 133 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(37 65 133 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.swiper-button-next::after,
    .swiper-button-prev::after{
  display: none;
}
.swiper-button-next svg,
    .swiper-button-prev svg{
  height: 16px;
  width: 16px;
}
/*wysing text*/
.content-wysing{
  font-family: Roboto, sans-serif;
  font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (2300 - 300)));
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(111 114 118 / var(--tw-text-opacity));
}
.content-wysing p,
    .content-wysing h1,
    .content-wysing h2,
    .content-wysing h3,
    .content-wysing h4,
    .content-wysing h5,
    .content-wysing ul,
    .content-wysing ol{
  margin-bottom: 1rem;
}
@media (min-width: 768px){
  .content-wysing p,
    .content-wysing h1,
    .content-wysing h2,
    .content-wysing h3,
    .content-wysing h4,
    .content-wysing h5,
    .content-wysing ul,
    .content-wysing ol{
    margin-bottom: 1.5rem;
  }
}
.content-wysing ul,
    .content-wysing ol{
  list-style-position: inside;
  list-style-type: disc;
}
/* menu mobile */
.menu-mobile{
  z-index: -1;
}
.menu-mobile .container-menu {
        height: calc(var(--vh, 1vh) * 100);
    }
.video-wrap{
  height: 100%;
  width: 100%;
}
.video-wrap iframe{
  height: 100%;
  width: 100%;
}
.links-hover{
  position: relative;
}
.links-hover::after {
        content: "";
        transition:
            width 0.3s ease 0s,
            opacity 0.3s ease 0s;
        position: absolute;
        left: 0px;
        bottom: -4px;
        height: 2px;
        width: 0px;
        --tw-bg-opacity: 1;
        background-color: rgb(215 255 60 / var(--tw-bg-opacity));
    }
.links-hover:hover::after,
    .links-hover.is-active::after{
  width: 100%;
}
/*cards hover*/
.card-hover {
        transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }
.card-hover:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
/*animaciones textos*/
.animacionTextOpacity{
  opacity: 0;
        transition: opacity 0.6s cubic-bezier(0.65, 0.025, 0.67, 0.36);
}
.animacionTextOpacity.is-view{
  opacity: 1;
}
.swiper .swiper-slide.swiper-slide-active h3,
    .swiper .swiper-slide.swiper-slide-active h4 {
        opacity: 1;
    }
/*active menu*/
.link-menu.is-active{
  --tw-text-opacity: 1;
  color: rgb(215 255 60 / var(--tw-text-opacity));
}
.video-container video{
  position: absolute;
  top: 50%;
  left: 50%;
  height: 56.25vw;
  min-height: 100vh;
  width: 100vw;
  min-width: 177.77vh;
  --tw-translate-x: -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));
}
/* tab custom */
.tab-label{
  font-family: Roboto, sans-serif;
  font-size: calc(11px + (13 - 11) * ((100vw - 300px) / (2300 - 300)));
  line-height: 1.2;
  font-weight: 700;
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(55 97 171 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-transform: uppercase;
  --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: 200ms;
}
.icon-tab{
  position: absolute;
  right: 0px;
  top: 50%;
  --tw-translate-y: -50%;
  --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));
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
/* checkbox custom */
.icon-check{
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 247 / var(--tw-bg-opacity));
  color: transparent;
}
.peer:checked ~ .icon-check{
  --tw-bg-opacity: 1;
  background-color: rgb(37 65 133 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
/* radiocustom */
.input-radio{
  position: relative;
  float: left;
  margin-right: 0.5rem;
  margin-top: 0.125rem;
  height: 1.25rem;
  width: 1.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 247 / var(--tw-bg-opacity));
}
.input-radio::before{
  pointer-events: none;
  position: absolute;
  height: 1rem;
  width: 1rem;
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  background-color: transparent;
  opacity: 0;
  --tw-content: '';
  content: var(--tw-content);
}
.input-radio::after{
  position: absolute;
  z-index: 1;
  display: block;
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  --tw-content: '';
  content: var(--tw-content);
}
.input-radio:checked::before{
  content: var(--tw-content);
  opacity: 0.16;
}
.input-radio:checked::after{
  position: absolute;
  left: 50%;
  top: 50%;
  height: 0.825rem;
  width: 0.825rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(55 97 171 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
  transform: translate(-50%,-50%);
}
.input-radio:hover{
  cursor: pointer;
}
.input-radio:hover::before{
  content: var(--tw-content);
  opacity: 0.04;
}
.input-radio:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.input-radio:focus::before{
  --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));
  opacity: 0.12;
  content: var(--tw-content);
  transition-property: box-shadow 0.2s,transform 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.input-radio:focus:checked::before{
  --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));
  content: var(--tw-content);
  transition-property: box-shadow 0.2s,transform 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
*, ::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: 1.4rem;
  padding-left: 1.4rem;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
    padding-right: 8rem;
    padding-left: 8rem;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
    padding-right: 9rem;
    padding-left: 9rem;
  }
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none{
  pointer-events: none;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.-bottom-\[2\%\]{
  bottom: -2%;
}
.-bottom-\[25\%\]{
  bottom: -25%;
}
.bottom-0{
  bottom: 0px;
}
.bottom-\[5\%\]{
  bottom: 5%;
}
.left-0{
  left: 0px;
}
.left-\[14\%\]{
  left: 14%;
}
.left-\[150px\]{
  left: 150px;
}
.right-0{
  right: 0px;
}
.right-1\/2{
  right: 50%;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-8{
  top: 2rem;
}
.top-\[-16px\]{
  top: -16px;
}
.top-\[10\%\]{
  top: 10%;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-50{
  z-index: 50;
}
.z-\[-1\]{
  z-index: -1;
}
.z-\[2\]{
  z-index: 2;
}
.z-\[3\]{
  z-index: 3;
}
.col-span-1{
  grid-column: span 1 / span 1;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.-ml-\[150px\]{
  margin-left: -150px;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-4{
  margin-left: 1rem;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-4{
  margin-right: 1rem;
}
.mr-8{
  margin-right: 2rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-4{
  height: 1rem;
}
.h-\[120px\]{
  height: 120px;
}
.h-\[130\%\]{
  height: 130%;
}
.h-\[140px\]{
  height: 140px;
}
.h-\[150px\]{
  height: 150px;
}
.h-\[200\%\]{
  height: 200%;
}
.h-\[20px\]{
  height: 20px;
}
.h-\[232px\]{
  height: 232px;
}
.h-\[25px\]{
  height: 25px;
}
.h-\[300px\]{
  height: 300px;
}
.h-\[324px\]{
  height: 324px;
}
.h-\[40px\]{
  height: 40px;
}
.h-\[44px\]{
  height: 44px;
}
.h-\[60px\]{
  height: 60px;
}
.h-\[75px\]{
  height: 75px;
}
.h-\[80px\]{
  height: 80px;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.max-h-\[250px\]{
  max-height: 250px;
}
.max-h-\[340px\]{
  max-height: 340px;
}
.max-h-\[60px\]{
  max-height: 60px;
}
.min-h-\[200px\]{
  min-height: 200px;
}
.min-h-\[350px\]{
  min-height: 350px;
}
.min-h-screen{
  min-height: 100vh;
}
.w-4{
  width: 1rem;
}
.w-\[100px\]{
  width: 100px;
}
.w-\[10px\]{
  width: 10px;
}
.w-\[150px\]{
  width: 150px;
}
.w-\[25\%\]{
  width: 25%;
}
.w-\[25px\]{
  width: 25px;
}
.w-\[300px\]{
  width: 300px;
}
.w-\[40px\]{
  width: 40px;
}
.w-\[44px\]{
  width: 44px;
}
.w-\[50\%\]{
  width: 50%;
}
.w-\[84\%\]{
  width: 84%;
}
.w-\[90\%\]{
  width: 90%;
}
.w-full{
  width: 100%;
}
.max-w-\[120px\]{
  max-width: 120px;
}
.max-w-\[200px\]{
  max-width: 200px;
}
.max-w-full{
  max-width: 100%;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.-translate-x-\[50\%\]{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-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-1\/2{
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[50\%\]{
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-180{
  --tw-rotate: -180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[1\.2\]{
  --tw-scale-x: 1.2;
  --tw-scale-y: 1.2;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.list-none{
  list-style-type: none;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.items-start{
  align-items: flex-start;
}
.items-center{
  align-items: center;
}
.items-stretch{
  align-items: stretch;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-2{
  gap: 0.5rem;
}
.gap-4{
  gap: 1rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-y-8{
  row-gap: 2rem;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-y-auto{
  overflow-y: auto;
}
.rounded-\[5px\]{
  border-radius: 5px;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-t-md{
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.border{
  border-width: 1px;
}
.border-base-500{
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity));
}
.\!bg-white{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.bg-accent{
  --tw-bg-opacity: 1;
  background-color: rgb(215 255 60 / var(--tw-bg-opacity));
}
.bg-base-300{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(37 65 133 / var(--tw-bg-opacity));
}
.bg-slate-800{
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-cover{
  background-size: cover;
}
.bg-center{
  background-position: center;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.fill-current{
  fill: currentColor;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.p-2{
  padding: 0.5rem;
}
.p-4{
  padding: 1rem;
}
.p-6{
  padding: 1.5rem;
}
.\!px-6{
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[60px\]{
  padding-left: 60px;
  padding-right: 60px;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-\[100px\]{
  padding-top: 100px;
  padding-bottom: 100px;
}
.pb-8{
  padding-bottom: 2rem;
}
.pb-\[100px\]{
  padding-bottom: 100px;
}
.pb-\[180px\]{
  padding-bottom: 180px;
}
.pb-\[200px\]{
  padding-bottom: 200px;
}
.pb-\[96px\]{
  padding-bottom: 96px;
}
.pr-2{
  padding-right: 0.5rem;
}
.pt-8{
  padding-top: 2rem;
}
.pt-\[100px\]{
  padding-top: 100px;
}
.pt-\[120px\]{
  padding-top: 120px;
}
.pt-\[200px\]{
  padding-top: 200px;
}
.pt-\[50px\]{
  padding-top: 50px;
}
.text-center{
  text-align: center;
}
.text-\[160px\]{
  font-size: 160px;
}
.text-\[32px\]{
  font-size: 32px;
}
.font-medium{
  font-weight: 500;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.leading-none{
  line-height: 1;
}
.text-accent{
  --tw-text-opacity: 1;
  color: rgb(215 255 60 / var(--tw-text-opacity));
}
.text-base-100{
  --tw-text-opacity: 1;
  color: rgb(111 114 118 / var(--tw-text-opacity));
}
.text-base-200{
  --tw-text-opacity: 1;
  color: rgb(2 15 46 / var(--tw-text-opacity));
}
.text-base-300{
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}
.text-current{
  color: currentColor;
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(37 65 133 / var(--tw-text-opacity));
}
.text-secondary{
  --tw-text-opacity: 1;
  color: rgb(55 97 171 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.opacity-0{
  opacity: 0;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300{
  transition-duration: 300ms;
}

.delay1 {
    transition-delay: 0.1s !important;
}
.delay2 {
    transition-delay: 0.2s !important;
}
.delay3 {
    transition-delay: 0.3s !important;
}
.delay4 {
    transition-delay: 0.4s !important;
}
.text-limit {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.plasta-video {
    background-color: rgba(37, 65, 133, 0.5);
}

nav.is-scroll {
    transition: all 300ms;
    background-color: white;
}

/* custom-range */
.rangeslider {
    position: relative;
    height: 4px;
    border-radius: 5px;
    width: 100%;
    background-color: gray;
}
.rangeslider__handle {
    transition: background-color 0.2s;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #d7ff3c;
    touch-action: pan-y;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    z-index: 3;
    box-shadow: none;
    border: none;
    top: -8px;
    background-image: none;
}
.rangeslider__handle::after {
    display: none;
}
.rangeslider__handle__value {
    transition:
        background-color 0.2s,
        box-shadow 0.1s,
        transform 0.1s;
    box-sizing: border-box;
    text-align: center;
    padding: 5px 10px;
    background-color: #f3f3f7;
    border-radius: 5px;
    color: #254185;
    left: -35px;
    top: -34px;
    position: absolute;
    white-space: nowrap;
}
.rangeslider__fill {
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
    background: #d7ff3c;
    border-radius: 5px;
    box-shadow: none;
}
.rangeslider__labels {
    position: absolute;
    width: 100%;
    z-index: 2;
    display: flex;
    justify-content: space-between;
}
.rangeslider__labels__label {
    font-family: "Roboto, sans-serif";
    font-size: 0.75em;
    position: relative;
    padding-top: 15px;
    color: #020f2e;
}
.rangeslider__labels__label:before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 1px;
    height: 9px;
    border-radius: 1px;
    background-color: rgba(128, 128, 128, 0.5);
}
.rangeslider__labels__label:first-child:before,
.rangeslider__labels__label:last-child:before {
    height: 12px;
    width: 2px;
}
.rangeslider__labels__label:first-child:before {
    background-color: #d7ff3c;
}
.rangeslider__labels__label:last-child:before {
    background-color: gray;
}
.rangeslider__labels__label:first-child {
    transform: translateX(-48%);
}
.rangeslider__labels__label:last-child {
    transform: translateX(48%);
}
.rangeslider.rangeslider--active .rangeslider__handle__value {
    transform: translateY(-5px);
    box-shadow:
        0 -3px 2px rgba(0, 0, 0, 0.04),
        0 -9px 25px rgba(0, 0, 0, 0.15);
}

/*loader custom*/
.loader {
    color: #254185;
    position: relative;
    font-size: 11px;
    background: #254185;
    animation: escaleY 1s infinite ease-in-out;
    width: 1em;
    height: 2em;
    animation-delay: -0.16s;
    display: inline-block;
}
.loader:before,
.loader:after {
    content: "";
    position: absolute;
    top: 0;
    left: 2em;
    background: #254185;
    width: 1em;
    height: 2em;
    animation: escaleY 1s infinite ease-in-out;
}
.loader:before {
    left: -2em;
    animation-delay: -0.32s;
}

@keyframes escaleY {
    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 3em;
    }
    40% {
        box-shadow: 0 -2em;
        height: 4em;
    }
}

@media (min-width: 768px){
    .md\:card-hover {
        transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }
    .md\:card-hover:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

@media (min-width: 1024px){
  .lg\:h4{
    font-family: Roboto, sans-serif;
    font-size: calc(15px + (18 - 15) * ((100vw - 300px) / (2300 - 300)));
    line-height: 1.6;
  }
}

.hover\:bg-accent:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(215 255 60 / var(--tw-bg-opacity));
}

.hover\:bg-base-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(2 15 46 / var(--tw-bg-opacity));
}

.hover\:bg-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(37 65 133 / var(--tw-bg-opacity));
}

.hover\:bg-primary-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(19 39 88 / var(--tw-bg-opacity));
}

.hover\:text-accent:hover{
  --tw-text-opacity: 1;
  color: rgb(215 255 60 / var(--tw-text-opacity));
}

.hover\:text-secondary:hover{
  --tw-text-opacity: 1;
  color: rgb(55 97 171 / var(--tw-text-opacity));
}

.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.focus\:text-secondary:focus{
  --tw-text-opacity: 1;
  color: rgb(55 97 171 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-accent{
  --tw-text-opacity: 1;
  color: rgb(215 255 60 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.peer:checked ~ .peer-checked\:flex{
  display: flex;
}

.peer:checked ~ .peer-checked\:bg-base-800{
  --tw-bg-opacity: 1;
  background-color: rgb(231 231 231 / var(--tw-bg-opacity));
}

@media (min-width: 640px){
  .sm\:mb-8{
    margin-bottom: 2rem;
  }
  .sm\:mt-10{
    margin-top: 2.5rem;
  }
  .sm\:h-\[150px\]{
    height: 150px;
  }
  .sm\:h-\[200px\]{
    height: 200px;
  }
  .sm\:h-\[300px\]{
    height: 300px;
  }
  .sm\:h-\[80px\]{
    height: 80px;
  }
  .sm\:max-h-\[440px\]{
    max-height: 440px;
  }
  .sm\:min-h-\[400px\]{
    min-height: 400px;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:justify-start{
    justify-content: flex-start;
  }
  .sm\:gap-4{
    gap: 1rem;
  }
  .sm\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .sm\:gap-y-10{
    row-gap: 2.5rem;
  }
  .sm\:p-16{
    padding: 4rem;
  }
  .sm\:pb-\[250px\]{
    padding-bottom: 250px;
  }
}

@media (min-width: 768px){
  .md\:absolute{
    position: absolute;
  }
  .md\:bottom-0{
    bottom: 0px;
  }
  .md\:left-1\/2{
    left: 50%;
  }
  .md\:top-0{
    top: 0px;
  }
  .md\:order-1{
    order: 1;
  }
  .md\:order-2{
    order: 2;
  }
  .md\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:mb-10{
    margin-bottom: 2.5rem;
  }
  .md\:mb-12{
    margin-bottom: 3rem;
  }
  .md\:mb-4{
    margin-bottom: 1rem;
  }
  .md\:mb-6{
    margin-bottom: 1.5rem;
  }
  .md\:ml-auto{
    margin-left: auto;
  }
  .md\:mr-0{
    margin-right: 0px;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:mt-12{
    margin-top: 3rem;
  }
  .md\:block{
    display: block;
  }
  .md\:flex{
    display: flex;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-\[110\%\]{
    height: 110%;
  }
  .md\:h-\[120\%\]{
    height: 120%;
  }
  .md\:h-\[134\%\]{
    height: 134%;
  }
  .md\:h-\[300px\]{
    height: 300px;
  }
  .md\:h-\[400px\]{
    height: 400px;
  }
  .md\:h-\[90px\]{
    height: 90px;
  }
  .md\:h-full{
    height: 100%;
  }
  .md\:max-h-\[300px\]{
    max-height: 300px;
  }
  .md\:max-h-\[80px\]{
    max-height: 80px;
  }
  .md\:w-\[40\%\]{
    width: 40%;
  }
  .md\:w-\[50\%\]{
    width: 50%;
  }
  .md\:w-\[60\%\]{
    width: 60%;
  }
  .md\:w-auto{
    width: auto;
  }
  .md\:max-w-\[50\%\]{
    max-width: 50%;
  }
  .md\:max-w-\[500px\]{
    max-width: 500px;
  }
  .md\:max-w-\[60\%\]{
    max-width: 60%;
  }
  .md\:max-w-\[600px\]{
    max-width: 600px;
  }
  .md\:max-w-\[80\%\]{
    max-width: 80%;
  }
  .md\:max-w-none{
    max-width: none;
  }
  .md\:flex-1{
    flex: 1 1 0%;
  }
  .md\:shrink-0{
    flex-shrink: 0;
  }
  .md\:-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));
  }
  .md\:-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));
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:flex-col{
    flex-direction: column;
  }
  .md\:items-start{
    align-items: flex-start;
  }
  .md\:justify-between{
    justify-content: space-between;
  }
  .md\:gap-10{
    gap: 2.5rem;
  }
  .md\:gap-4{
    gap: 1rem;
  }
  .md\:gap-6{
    gap: 1.5rem;
  }
  .md\:gap-8{
    gap: 2rem;
  }
  .md\:p-6{
    padding: 1.5rem;
  }
  .md\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .md\:pb-0{
    padding-bottom: 0px;
  }
  .md\:pb-12{
    padding-bottom: 3rem;
  }
  .md\:pb-16{
    padding-bottom: 4rem;
  }
  .md\:pb-\[100px\]{
    padding-bottom: 100px;
  }
  .md\:pl-8{
    padding-left: 2rem;
  }
  .md\:pl-\[60px\]{
    padding-left: 60px;
  }
  .md\:pr-0{
    padding-right: 0px;
  }
  .md\:pr-6{
    padding-right: 1.5rem;
  }
  .md\:pr-8{
    padding-right: 2rem;
  }
  .md\:pt-12{
    padding-top: 3rem;
  }
  .md\:text-left{
    text-align: left;
  }
  .md\:text-center{
    text-align: center;
  }
  .md\:text-\[42px\]{
    font-size: 42px;
  }
}

@media (min-width: 1024px){
  .lg\:-bottom-\[50\%\]{
    bottom: -50%;
  }
  .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:mb-10{
    margin-bottom: 2.5rem;
  }
  .lg\:mb-24{
    margin-bottom: 6rem;
  }
  .lg\:mb-6{
    margin-bottom: 1.5rem;
  }
  .lg\:mr-3{
    margin-right: 0.75rem;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-\[120\%\]{
    height: 120%;
  }
  .lg\:h-\[150px\]{
    height: 150px;
  }
  .lg\:h-\[350px\]{
    height: 350px;
  }
  .lg\:h-\[70vh\]{
    height: 70vh;
  }
  .lg\:max-h-\[100vh\]{
    max-height: 100vh;
  }
  .lg\:max-h-\[500px\]{
    max-height: 500px;
  }
  .lg\:max-h-\[50vh\]{
    max-height: 50vh;
  }
  .lg\:w-\[20\%\]{
    width: 20%;
  }
  .lg\:w-\[30\%\]{
    width: 30%;
  }
  .lg\:w-\[40px\]{
    width: 40px;
  }
  .lg\:w-\[600px\]{
    width: 600px;
  }
  .lg\:w-\[70\%\]{
    width: 70%;
  }
  .lg\:w-\[80\%\]{
    width: 80%;
  }
  .lg\:w-auto{
    width: auto;
  }
  .lg\:max-w-\[40\%\]{
    max-width: 40%;
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:justify-end{
    justify-content: flex-end;
  }
  .lg\:gap-4{
    gap: 1rem;
  }
  .lg\:gap-6{
    gap: 1.5rem;
  }
  .lg\:self-end{
    align-self: flex-end;
  }
  .lg\:p-20{
    padding: 5rem;
  }
  .lg\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lg\:px-\[60px\]{
    padding-left: 60px;
    padding-right: 60px;
  }
  .lg\:pb-14{
    padding-bottom: 3.5rem;
  }
  .lg\:pl-\[10\%\]{
    padding-left: 10%;
  }
  .lg\:pr-16{
    padding-right: 4rem;
  }
  .lg\:pr-\[10\%\]{
    padding-right: 10%;
  }
  .lg\:pt-14{
    padding-top: 3.5rem;
  }
  .lg\:text-\[180px\]{
    font-size: 180px;
  }
}

@media (min-width: 1280px){
  .xl\:right-0{
    right: 0px;
  }
  .xl\:top-\[20\%\]{
    top: 20%;
  }
  .xl\:mb-0{
    margin-bottom: 0px;
  }
  .xl\:mb-10{
    margin-bottom: 2.5rem;
  }
  .xl\:ml-auto{
    margin-left: auto;
  }
  .xl\:mt-12{
    margin-top: 3rem;
  }
  .xl\:mt-24{
    margin-top: 6rem;
  }
  .xl\:mt-\[150px\]{
    margin-top: 150px;
  }
  .xl\:block{
    display: block;
  }
  .xl\:hidden{
    display: none;
  }
  .xl\:h-\[140\%\]{
    height: 140%;
  }
  .xl\:h-\[400px\]{
    height: 400px;
  }
  .xl\:h-\[480px\]{
    height: 480px;
  }
  .xl\:max-h-\[100px\]{
    max-height: 100px;
  }
  .xl\:w-\[20\%\]{
    width: 20%;
  }
  .xl\:w-\[25\%\]{
    width: 25%;
  }
  .xl\:w-\[40\%\]{
    width: 40%;
  }
  .xl\:w-\[50\%\]{
    width: 50%;
  }
  .xl\:w-\[70\%\]{
    width: 70%;
  }
  .xl\:w-\[80\%\]{
    width: 80%;
  }
  .xl\:w-full{
    width: 100%;
  }
  .xl\:max-w-\[140px\]{
    max-width: 140px;
  }
  .xl\:max-w-\[50\%\]{
    max-width: 50%;
  }
  .xl\:translate-y-0{
    --tw-translate-y: 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));
  }
  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:justify-between{
    justify-content: space-between;
  }
  .xl\:gap-0{
    gap: 0px;
  }
  .xl\:gap-12{
    gap: 3rem;
  }
  .xl\:gap-6{
    gap: 1.5rem;
  }
  .xl\:gap-8{
    gap: 2rem;
  }
  .xl\:p-16{
    padding: 4rem;
  }
  .xl\:py-\[150px\]{
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .xl\:pb-16{
    padding-bottom: 4rem;
  }
  .xl\:pb-28{
    padding-bottom: 7rem;
  }
  .xl\:pb-\[150px\]{
    padding-bottom: 150px;
  }
  .xl\:pb-\[300px\]{
    padding-bottom: 300px;
  }
  .xl\:pl-\[10\%\]{
    padding-left: 10%;
  }
  .xl\:pl-\[60px\]{
    padding-left: 60px;
  }
  .xl\:pr-\[10\%\]{
    padding-right: 10%;
  }
  .xl\:pr-\[60px\]{
    padding-right: 60px;
  }
  .xl\:pt-16{
    padding-top: 4rem;
  }
  .xl\:pt-\[150px\]{
    padding-top: 150px;
  }
  .xl\:pt-\[300px\]{
    padding-top: 300px;
  }
  .xl\:text-\[200px\]{
    font-size: 200px;
  }
}

