@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

/*
! tailwindcss v3.1.2 | 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.
*/

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 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

input:-ms-input-placeholder, textarea:-ms-input-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;
}

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

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

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

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: -webkit-sticky;
  position: sticky;
}

.left-\[-25px\]{
  left: -25px;
}

.top-\[-40px\]{
  top: -40px;
}

.right-\[-30px\]{
  right: -30px;
}

.top-\[-65px\]{
  top: -65px;
}

.right-\[-38px\]{
  right: -38px;
}

.top-\[92px\]{
  top: 92px;
}

.right-\[-125px\]{
  right: -125px;
}

.top-\[74px\]{
  top: 74px;
}

.right-0{
  right: 0px;
}

.top-\[7px\]{
  top: 7px;
}

.right-\[90px\]{
  right: 90px;
}

.top-\[13px\]{
  top: 13px;
}

.top-0{
  top: 0px;
}

.top-\[225px\]{
  top: 225px;
}

.right-\[-90px\]{
  right: -90px;
}

.top-\[10px\]{
  top: 10px;
}

.left-\[20px\]{
  left: 20px;
}

.left-0{
  left: 0px;
}

.bottom-\[-35px\]{
  bottom: -35px;
}

.left-\[50\%\]{
  left: 50%;
}

.bottom-4{
  bottom: 1rem;
}

.left-\[45px\]{
  left: 45px;
}

.top-\[-20px\]{
  top: -20px;
}

.right-\[45px\]{
  right: 45px;
}

.-z-10{
  z-index: -10;
}

.z-40{
  z-index: 40;
}

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

.z-10{
  z-index: 10;
}

.z-0{
  z-index: 0;
}

.z-50{
  z-index: 50;
}

.order-2{
  order: 2;
}

.order-1{
  order: 1;
}

.order-3{
  order: 3;
}

.m-auto{
  margin: auto;
}

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

.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-2\.5{
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}

.mx-7{
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

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

.mt-4{
  margin-top: 1rem;
}

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

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

.mt-0{
  margin-top: 0px;
}

.mb-28{
  margin-bottom: 7rem;
}

.mb-9{
  margin-bottom: 2.25rem;
}

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

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

.mt-2\.5{
  margin-top: 0.625rem;
}

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

.mr-5{
  margin-right: 1.25rem;
}

.mb-2\.5{
  margin-bottom: 0.625rem;
}

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

.mt-12{
  margin-top: 3rem;
}

.mt-16{
  margin-top: 4rem;
}

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

.mt-7{
  margin-top: 1.75rem;
}

.mb-7{
  margin-bottom: 1.75rem;
}

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

.ml-2{
  margin-left: 0.5rem;
}

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

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

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

.mt-3{
  margin-top: 0.75rem;
}

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

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

.mt-14{
  margin-top: 3.5rem;
}

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

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

.mt-1{
  margin-top: 0.25rem;
}

.ml-\[-187px\]{
  margin-left: -187px;
}

.mb-\[7px\]{
  margin-bottom: 7px;
}

.ml-2\.5{
  margin-left: 0.625rem;
}

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

.mr-0{
  margin-right: 0px;
}

.ml-7{
  margin-left: 1.75rem;
}

.mr-2\.5{
  margin-right: 0.625rem;
}

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

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

.block{
  display: block;
}

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

.flex{
  display: flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-6{
  height: 1.5rem;
}

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

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

.h-10{
  height: 2.5rem;
}

.h-full{
  height: 100%;
}

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

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

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

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

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

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

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

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

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

.w-full{
  width: 100%;
}

.w-\[220px\]{
  width: 220px;
}

.w-\[46px\]{
  width: 46px;
}

.w-\[184px\]{
  width: 184px;
}

.w-screen{
  width: 100vw;
}

.w-\[90px\]{
  width: 90px;
}

.w-\[92px\]{
  width: 92px;
}

.w-\[62px\]{
  width: 62px;
}

.w-\[135px\]{
  width: 135px;
}

.w-\[160px\]{
  width: 160px;
}

.w-\[74px\]{
  width: 74px;
}

.w-\[48px\]{
  width: 48px;
}

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

.w-\[236px\]{
  width: 236px;
}

.w-\[400px\]{
  width: 400px;
}

.w-\[218px\]{
  width: 218px;
}

.w-6{
  width: 1.5rem;
}

.w-\[11px\]{
  width: 11px;
}

.w-20{
  width: 5rem;
}

.w-\[24px\]{
  width: 24px;
}

.w-10\/12{
  width: 83.333333%;
}

.w-\[182px\]{
  width: 182px;
}

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

.w-\[230px\]{
  width: 230px;
}

.w-\[45px\]{
  width: 45px;
}

.w-\[630px\]{
  width: 630px;
}

.w-\[34px\]{
  width: 34px;
}

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

.w-\[134px\]{
  width: 134px;
}

.w-\[205px\]{
  width: 205px;
}

.w-\[180px\]{
  width: 180px;
}

.w-\[54px\]{
  width: 54px;
}

.w-\[50px\]{
  width: 50px;
}

.w-\[340px\]{
  width: 340px;
}

.w-\[154px\]{
  width: 154px;
}

.w-\[204px\]{
  width: 204px;
}

.w-\[167px\]{
  width: 167px;
}

.w-\[120px\]{
  width: 120px;
}

.max-w-6xl{
  max-width: 72rem;
}

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

.max-w-\[462px\]{
  max-width: 462px;
}

.max-w-\[640px\]{
  max-width: 640px;
}

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

.max-w-\[270px\]{
  max-width: 270px;
}

.max-w-\[328px\]{
  max-width: 328px;
}

.max-w-\[460px\]{
  max-width: 460px;
}

.max-w-\[450px\]{
  max-width: 450px;
}

.max-w-\[25px\]{
  max-width: 25px;
}

.max-w-\[500px\]{
  max-width: 500px;
}

.max-w-\[230px\]{
  max-width: 230px;
}

.max-w-\[200px\]{
  max-width: 200px;
}

.max-w-\[190px\]{
  max-width: 190px;
}

.max-w-\[320px\]{
  max-width: 320px;
}

.max-w-\[490px\]{
  max-width: 490px;
}

.max-w-\[316px\]{
  max-width: 316px;
}

.max-w-full{
  max-width: 100%;
}

.max-w-\[260px\]{
  max-width: 260px;
}

.max-w-\[800px\]{
  max-width: 800px;
}

.max-w-\[400px\]{
  max-width: 400px;
}

.max-w-\[345px\]{
  max-width: 345px;
}

.max-w-\[445px\]{
  max-width: 445px;
}

.max-w-\[355px\]{
  max-width: 355px;
}

.max-w-\[375px\]{
  max-width: 375px;
}

.max-w-\[620px\]{
  max-width: 620px;
}

.max-w-\[600px\]{
  max-width: 600px;
}

.max-w-\[370px\]{
  max-width: 370px;
}

.max-w-\[810px\]{
  max-width: 810px;
}

.max-w-\[348px\]{
  max-width: 348px;
}

.max-w-\[455px\]{
  max-width: 455px;
}

.max-w-\[300px\]{
  max-width: 300px;
}

.max-w-\[272px\]{
  max-width: 272px;
}

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

.origin-top-right{
  transform-origin: top right;
}

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

.cursor-pointer{
  cursor: pointer;
}

.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.list-disc{
  list-style-type: disc;
}

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

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

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

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

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

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

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

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

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

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

.justify-items-end{
  justify-items: end;
}

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

.gap-8{
  gap: 2rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-2\.5{
  gap: 0.625rem;
}

.gap-11{
  gap: 2.75rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-12{
  gap: 3rem;
}

.gap-1\.5{
  gap: 0.375rem;
}

.gap-1{
  gap: 0.25rem;
}

.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-y-3{
  row-gap: 0.75rem;
}

.gap-y-7{
  row-gap: 1.75rem;
}

.gap-y-2{
  row-gap: 0.5rem;
}

.gap-y-10{
  row-gap: 2.5rem;
}

.gap-x-7{
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}

.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

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

.overflow-hidden{
  overflow: hidden;
}

.overflow-x-hidden{
  overflow-x: hidden;
}

.rounded-\[20px\]{
  border-radius: 20px;
}

.rounded-xl{
  border-radius: 0.75rem;
}

.rounded-\[8px\]{
  border-radius: 8px;
}

.rounded-\[10px\]{
  border-radius: 10px;
}

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

.rounded-\[30px\]{
  border-radius: 30px;
}

.rounded-\[50\%\]{
  border-radius: 50%;
}

.rounded-\[25px\]{
  border-radius: 25px;
}

.rounded-\[6px\]{
  border-radius: 6px;
}

.rounded-md{
  border-radius: 0.375rem;
}

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

.rounded-t-\[10px\]{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.rounded-b-\[6px\]{
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.border{
  border-width: 1px;
}

.border-t{
  border-top-width: 1px;
}

.border-azul-rgpd{
  --tw-border-opacity: 1;
  border-color: rgb(21 136 243 / var(--tw-border-opacity));
}

.border-\[\#2899BF\]{
  --tw-border-opacity: 1;
  border-color: rgb(40 153 191 / var(--tw-border-opacity));
}

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

.border-\[\#E6E6E6\]{
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity));
}

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

.bg-\[\#F2F8FA\]{
  --tw-bg-opacity: 1;
  background-color: rgb(242 248 250 / var(--tw-bg-opacity));
}

.bg-gris-fondo{
  --tw-bg-opacity: 1;
  background-color: rgb(26 70 71 / var(--tw-bg-opacity));
}

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

.bg-main-rgpd{
  --tw-bg-opacity: 1;
  background-color: rgb(237 237 237 / var(--tw-bg-opacity));
}

.bg-azul-rgpd{
  --tw-bg-opacity: 1;
  background-color: rgb(21 136 243 / var(--tw-bg-opacity));
}

.bg-\[rgba\(40\2c 153\2c 191\2c 0\.1\)\]{
  background-color: rgba(40,153,191,0.1);
}

.bg-\[\#F5F5F5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.bg-blue-lighter{
  --tw-bg-opacity: 1;
  background-color: rgb(234 245 249 / var(--tw-bg-opacity));
}

.bg-violeta{
  --tw-bg-opacity: 1;
  background-color: rgb(89 69 123 / var(--tw-bg-opacity));
}

.bg-grey-disable{
  --tw-bg-opacity: 1;
  background-color: rgb(169 176 190 / var(--tw-bg-opacity));
}

.bg-light-rgpd{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}

.bg-dark-rgpd{
  --tw-bg-opacity: 1;
  background-color: rgb(18 39 78 / var(--tw-bg-opacity));
}

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

.bg-\[\#2665A7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(38 101 167 / var(--tw-bg-opacity));
}

.bg-\[\#DA1212\]{
  --tw-bg-opacity: 1;
  background-color: rgb(218 18 18 / var(--tw-bg-opacity));
}

.bg-\[left_top_15rem\]{
  background-position: left top 15rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

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

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

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

.px-3\.5{
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

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

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

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

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

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

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

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

.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

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

.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.pt-\[60px\]{
  padding-top: 60px;
}

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

.pt-12{
  padding-top: 3rem;
}

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

.pl-7{
  padding-left: 1.75rem;
}

.pt-5{
  padding-top: 1.25rem;
}

.pb-4{
  padding-bottom: 1rem;
}

.pt-4{
  padding-top: 1rem;
}

.pb-6{
  padding-bottom: 1.5rem;
}

.pb-12{
  padding-bottom: 3rem;
}

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

.pb-5{
  padding-bottom: 1.25rem;
}

.pb-1\.5{
  padding-bottom: 0.375rem;
}

.pb-1{
  padding-bottom: 0.25rem;
}

.pt-\[2px\]{
  padding-top: 2px;
}

.pb-\[15px\]{
  padding-bottom: 15px;
}

.pb-0{
  padding-bottom: 0px;
}

.pt-7{
  padding-top: 1.75rem;
}

.pt-16{
  padding-top: 4rem;
}

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

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

.font-inter{
  font-family: Inter;
}

.text-16{
  font-size: 16px;
  line-height: 25.6px;
}

.text-45{
  font-size: 45px;
  line-height: 56.7px;
}

.text-20{
  font-size: 20px;
  line-height: 32px;
}

.text-15{
  font-size: 15px;
  line-height: 24px;
}

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

.text-30{
  font-size: 30px;
  line-height: 37.8px;
}

.text-32{
  font-size: 32px;
  line-height: 40.32px;
}

.text-12{
  font-size: 12px;
  line-height: 19px;
}

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-18{
  font-size: 18px;
  line-height: 28.8px;
}

.text-13{
  font-size: 13px;
  line-height: 23.4px;
}

.text-14{
  font-size: 14px;
  line-height: 22.4px;
}

.text-76{
  font-size: 76px;
  line-height: 96px;
}

.text-25{
  font-size: 25px;
  line-height: 31.5px;
}

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

.font-semibold{
  font-weight: 600;
}

.font-extrabold{
  font-weight: 800;
}

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

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

.uppercase{
  text-transform: uppercase;
}

.italic{
  font-style: italic;
}

.leading-\[140\%\]{
  line-height: 140%;
}

.leading-\[126\%\]{
  line-height: 126%;
}

.leading-6{
  line-height: 1.5rem;
}

.leading-loose{
  line-height: 2;
}

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

.leading-\[160\%\]{
  line-height: 160%;
}

.leading-\[38px\]{
  line-height: 38px;
}

.tracking-\[0\.01em\]{
  letter-spacing: 0.01em;
}

.text-gris-rgpd{
  --tw-text-opacity: 1;
  color: rgb(111 123 147 / var(--tw-text-opacity));
}

.text-dark-rgpd{
  --tw-text-opacity: 1;
  color: rgb(18 39 78 / var(--tw-text-opacity));
}

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

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

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

.text-azul-rgpd{
  --tw-text-opacity: 1;
  color: rgb(21 136 243 / var(--tw-text-opacity));
}

.text-rose-600{
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity));
}

.text-grey-disable{
  --tw-text-opacity: 1;
  color: rgb(169 176 190 / var(--tw-text-opacity));
}

.underline{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.opacity-0{
  opacity: 0;
}

.opacity-70{
  opacity: 0.7;
}

.opacity-50{
  opacity: 0.5;
}

.shadow-\[0px_40px_60px_rgba\(189\2c 188\2c 188\2c 0\.16\)\]{
  --tw-shadow: 0px 40px 60px rgba(189,188,188,0.16);
  --tw-shadow-colored: 0px 40px 60px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[-40px_40px_80px_rgba\(27\2c 62\2c 70\2c 0\.1\)\]{
  --tw-shadow: -40px 40px 80px rgba(27,62,70,0.1);
  --tw-shadow-colored: -40px 40px 80px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.duration-200{
  transition-duration: 200ms;
}

.duration-100{
  transition-duration: 100ms;
}

body {
  font-family: "Montserrat";
}

div {
  transition: 0.2s;
}

.w-container{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 348px;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px){
  .w-container{
    max-width: 72rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 768px){
  .w-container{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1280px){
  .w-container{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.bg-blue-gradient {
  background: linear-gradient(270.24deg, #2665A7 0.86%, #3084D4 18.75%, #3084D4 84.69%, #2665A7 99%);
}

.bg-light-gradient {
  background: linear-gradient(270deg, #E3EBF5 0%, #EFF6FF 17.71%, #EFF6FF 85.42%, #E3EBF5 100%);
}

.bg-gray-gradient {
  background: linear-gradient(284.77deg, #D9D9D9 3.52%, #EEEDEB 25.45%, #EBEBEB 52.25%, #EBEBEB 82.71%, #D8D8D8 97.09%);
}

.bg-fondo-header-movil {
  background-image: url('../img/bg-laboral-full.svg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 260px;
  height: 260px;
  transform: rotate(30deg);
  opacity: .1;
  position: absolute;
  bottom: 0;
  left: -62px;
}

.bg-alert-octagon {
  background-image: url('../img/pic-alert-octagon-mobile.svg');
  background-repeat: no-repeat;
  transition: none;
  background-position: 15px 115px;
}

@media (min-width: 1024px) {
  .bg-alert-octagon {
    background-image: url('../img/pic-alert-octagon.svg');
    background-size: 170%;
    background-position: 0 140px;
  }
}

@media (min-width: 1280px) {
  .bg-alert-octagon {
    background-size: 170%;
    background-position: 0 57px;
  }
}

.bg-smartphone {
  background-image: url('../img/pic-smartphone.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.bg-smartphone2 {
  background-image: url('../img/pic-smartphone2.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bg-certificado {
  box-shadow: inset 0px 0px 14px rgba(102, 112, 128, 0.24);
  /* background-image: url('../img/bg-requisitos-shadow.svg'); */
  position: relative;
}

.bg-certificado-header {
  background: linear-gradient(309.76deg, #4760E6 13.94%, #79E5EB 85.22%);
  border-radius: 6px 6px 0px 0px;
}

/* 
.bg-certificado::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 60px 0 0;
  border-color: #fff transparent transparent transparent;
  right: -5px;
  top: 44%;
  transform: rotate(135deg);
  box-shadow: inset 0px 0px 14px rgb(102 112 128 / 24%);
} */

.bg-step4 {
  background: url('../img/bg-step4.svg') no-repeat center left;
  min-height: 412px;
}

@media (max-width: 1023px) {
  .bg-step4 {
    background: transparent;
  }
}

.bg-certificado-footer {
  background: linear-gradient(270deg, #E3EBF5 0%, #EFF6FF 17.71%, #EFF6FF 85.42%, #E3EBF5 100%);
  border-radius: 6px;
}

.shadow-calculadora {
  box-shadow: inset 0px 0px 14px rgba(80, 60, 111, 0.14);
}

/* --- Go to top --- */

.go-top {
  position: fixed;
  bottom: 1em;
  right: 1em;
  border-radius: 40px;
  display: none;
}

.input_default{
  height: 3rem;
  border-radius: 5px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(169 176 190 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Inter;
  font-size: 16px;
  line-height: 25.6px;
  --tw-text-opacity: 1;
  color: rgb(111 123 147 / var(--tw-text-opacity));
}

.input_default:hover{
  --tw-border-opacity: 1;
  border-color: rgb(21 136 243 / var(--tw-border-opacity));
}

.input_default:focus{
  --tw-border-opacity: 1;
  border-color: rgb(21 136 243 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(18 39 78 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.input_default:hover {
  /* filter: drop-shadow(0px 0px 4px #7AE6EC); */
}

.input_default:focus {
  /* @apply text-dark-rgpd border border-azul-rgpd */
}

.input_dropdown{
  cursor: pointer;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: Inter;
  font-size: 15px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(111 123 147 / var(--tw-text-opacity));
}

.input_dropdown:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}

.input_done{
  --tw-border-opacity: 1;
  border-color: rgb(111 123 147 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(18 39 78 / var(--tw-text-opacity));
}

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

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

/* --- Floating labels --- */

.element-floating + label{
  position: absolute;
  top: -12px;
  left: 3px;
  font-size: 12px;
  line-height: 19px;
}

.floating-label{
  position: relative;
  width: 100%;
}

.floating-label label  {
  transition: .2s;
}

.floating-label .floating{
  position: absolute;
  top: -24px;
  left: 0px;
  font-size: 12px;
  line-height: 19px;
}

.dropdown-content {
  background: #FFFFFF;
  box-shadow: 0px 4px 14px rgba(169, 176, 190, 0.14);
  border-radius: 5px;
  transition: .2s;
}

.custom-control label{
  display: block;
  min-width: 62px;
  cursor: pointer;
  border-radius: 25px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(169 176 190 / var(--tw-border-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}

.custom-control label:hover{
  --tw-border-opacity: 1;
  border-color: rgb(18 39 78 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(18 39 78 / var(--tw-text-opacity));
  --tw-shadow: 0px 4px 10px rgba(174,176,183,0.14);
  --tw-shadow-colored: 0px 4px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.custom-control label.label-on{
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(18 39 78 / var(--tw-text-opacity));
}

label.alert {
  font-size: 12px;
}

input[type="radio"]:checked + label span {
  background-color: #2899BF;
  box-shadow: 0px 0px 0px 4px white inset;
}

input:checked + div{
  --tw-bg-opacity: 1;
  background-color: rgb(40 153 191 / var(--tw-bg-opacity));
}

input:checked + div svg{
  display: block;
}

.input_filled {
  border: none;
  background: rgba(40, 153, 191, 0.05);
  color: #2899BF;
  font-weight: 600;
}

.input_filled:hover {
  box-shadow: none !important;
}

.selected {
  border-color: rgba(40, 153, 191, 0.05);
  background: rgba(40, 153, 191, 0.05);
  color: #2899BF;
  font-weight: 600;
  box-shadow: none;
  cursor:initial;
  position: relative;
  z-index: 100;
}

.selected:hover {
  box-shadow: none !important;
  background: rgba(40, 153, 191, 0.05) !important;
}

#mensual:hover,  #anual:hover,  .n12:hover,  .n14:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(245 250 252 / var(--tw-bg-opacity));
  --tw-shadow: 0px 4px 10px rgba(5,6,10,0.06);
  --tw-shadow-colored: 0px 4px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* @media (max-width: 767px) {
  #step3 {
    gap: 16px;
  }
} */

.step-active {
  font-weight: bold;
}

.bullet-active{
  --tw-bg-opacity: 1;
  background-color: rgb(255 96 38 / var(--tw-bg-opacity));
}

.bullet-check {
  transform: scale(2);
}

.bullet-check svg {
  display: block;
  transform: scale(0.5);
}

/* buttons */

.btn {
  font-weight: 600;
  border: none;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  position: relative;
  transition: color 0.2s, transform 0.2s, background-color 0.1s, width 0.2s, height 0.2s;
  box-shadow: none;
}

.btn:hover {
  transform: scale(1.05) translateY(-2px);
  box-shadow: 0px 6px 20px rgba(189, 188, 188, 0.3);
}

.btn:active {
  transform: scale(1.05) translateY(0);
}

.btn:active:focus {
  box-shadow: none;
}

.btn-orange {
  background: linear-gradient(265.39deg, #FC7A01 0%, #F95801 100%);
  color: #fff;
  border-radius: 8px;
}

.btn-orange:active {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(265.39deg, #FC7A01 0%, #F95801 100%);
}

.btn-fondo-oscuro:hover {
  box-shadow: 0px 6px 20px rgba(255, 96, 38, 0.3)
}

.btn-border{
  border-width: 1px;
  border-style: solid;
}

.btn-acceso-clientes {
  background: #EFF6FF;
  box-shadow: inset 0px 0px 4px #6F7B93;
}

.btn-blue-dark {
  background: linear-gradient(270.24deg, #1B3667 0.86%, #21427D 18.75%, #21427D 84.69%, #1B3667 99%);
  color: #fff;
  border-radius: 8px;
}

.btn-blue-dark:active {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(270.24deg, #1B3667 0.86%, #21427D 18.75%, #21427D 84.69%, #1B3667 99%);
}

.btn-blue {
  background: #1588F3;
}

.btn-blue:hover {
  box-shadow: none;
}

.btn-blue:active {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #1588F3;
}

.btn-custom-shadow {
  box-shadow: 0px 6px 20px rgba(174, 176, 183, 0.3);
}

.btn-inset-shadow {
  box-shadow: inset 0px 0px 10px rgba(205, 73, 2, 0.5);
  filter: drop-shadow(0px 20px 26px rgba(18, 39, 78, 0.06));
}

.btn-banner {
  box-shadow: inset 0px 0px 6px rgba(93, 97, 111, 0.5);
}

.btn-banner:hover {
  box-shadow: inset 0px 0px 6px rgba(93, 97, 111, 0.5);
  transform: none;
}

.banner-especialistas{
  position: absolute;
  left: 50%;
  bottom: -70px;
  z-index: 10;
  margin-left: -160px;
  display: flex;
  width: 100%;
  max-width: 320px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  border-radius: 14px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-right: 0px;
}

@media (min-width: 640px){
  .banner-especialistas{
    margin-left: -290px;
    max-width: 580px;
    flex-direction: row;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 768px){
  .banner-especialistas{
    margin-left: -375px;
    max-width: 750px;
    padding-right: 3rem;
  }
}

@media (min-width: 1024px){
  .banner-especialistas{
    margin-left: -445px;
    max-width: 890px;
  }
}

.banner-especialistas {
  background: linear-gradient(265.39deg, #FC7A01 0%, #F95801 100%);
  box-shadow: 0px 6px 20px rgba(174, 176, 183, 0.3);
  transition: transform 0.2s;
  cursor: pointer;
}

.banner-especialistas:hover {
  box-shadow: 0px 6px 20px rgba(174, 176, 183, 0.6);
  transform: scale(1.02);
}

.banner-calcular_rgpd {
  background: linear-gradient(268.38deg, #F95801 1.84%, #FC7A01 15.23%, #FF7B00 85.32%, #F95801 99.37%);
  box-shadow: 0px 40px 100px -30px rgba(18, 39, 78, 0.08);
  transition: transform 0.2s;
  cursor: pointer;
}

.banner-calcular_rgpd:hover {
  box-shadow: 0px 40px 100px -30px rgba(18, 39, 78, 0.08);
  box-shadow: 0px 6px 20px rgba(174, 176, 183, 0.6);
  transform: scale(1.02);
}

.banner-calcular_rgpd:active {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(268.38deg, #F95801 1.84%, #FC7A01 15.23%, #FF7B00 85.32%, #F95801 99.37%);
  box-shadow: 0px 40px 100px -30px rgba(18, 39, 78, 0.08);
}

.banner-llamanos {
  background: linear-gradient(270deg, rgba(244, 244, 244, 0.66) 0%, #FFFFFF 21.88%, #FFFFFF 85.94%, #F4F4F4 100%);
  box-shadow: inset 0px 0px 20px rgba(18, 39, 78, 0.14);
}

.icon-calculadoras {
  background-image: url('../img/icon-calculadoras.svg');
  background-size: cover;
}

.icon-devices {
  background-image: url('../img/icon-devices.svg');
  background-size: cover;
}

.icon-finger-up {
  background-image: url('../img/icon-finger-up.svg');
  background-size: cover;
}

.icon-document-search {
  background-image: url('../img/icon-document-search.svg');
  background-size: cover;
}

.white-circle-shadow {
  box-shadow: 0px 14px 30px rgba(5, 6, 10, 0.08), inset 0px 0px 6px rgba(18, 39, 78, 0.06);
}

.ul-card-rgpd li{
  margin-bottom: 1rem;
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border-left-width: 6px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-family: Inter;
  font-weight: 700;
  color: rgb(18 39 78 / 0.7);
}

@media (min-width: 640px){
  .ul-card-rgpd li{
    height: 80px;
    border-radius: 8px;
    border-left-width: 8px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1024px){
  .ul-card-rgpd li{
    margin-bottom: 2rem;
    height: 100px;
    border-radius: 10px;
    border-left-width: 10px;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.accordion-item{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  width: 320px;
  border-radius: 6px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 640px){
  .accordion-item{
    width: 423px;
  }
}

@media (min-width: 768px){
  .accordion-item{
    width: 449px;
  }
}

@media (min-width: 1024px){
  .accordion-item{
    width: 535px;
  }
}

.accordion-item {
  box-shadow: 0px 40px 100px -30px rgba(0, 0, 0, 0.04);
}

.ui-accordion .ui-accordion-header{
  margin: 0px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  border-width: 0px;
  padding: 1.25rem;
  font-size: 16px;
  line-height: 25.6px;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

@media (min-width: 640px){
  .ui-accordion .ui-accordion-header{
    font-size: 20px;
    line-height: 32px;
  }
}

@media (min-width: 768px){
  .ui-accordion .ui-accordion-header{
    font-size: 22px;
    line-height: 27.72px;
  }
}

@media (min-width: 1024px){
  .ui-accordion .ui-accordion-header{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 24px;
    line-height: 29px;
  }
}

.ui-accordion .ui-accordion-content{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0px;
  padding-bottom: 1.25rem;
  font-weight: 400;
}

@media (min-width: 1024px){
  .ui-accordion .ui-accordion-content{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.ui-widget-content {
  border: none;
}

.ui-icon, .ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url('../img/icon-accordion.svg');
  transition: .2s;
}

.ui-state-active .ui-icon {
  background-image: url('../img/icon-accordion-active.svg');
}

.ui-icon-triangle-1-s, .ui-icon-triangle-1-e {
  background-position: center center;
  width: 25px;
  height: 25px;
}

.preguntas-frecuentes li{
  margin-bottom: 0.75rem;
  border-radius: 6px;
  border-left-width: 6px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-family: Inter;
  font-weight: 700;
  color: rgb(18 39 78 / 0.7);
}

@media (min-width: 640px){
  .preguntas-frecuentes li{
    border-radius: 8px;
    border-left-width: 8px;
  }
}

@media (min-width: 1024px){
  .preguntas-frecuentes li{
    border-radius: 10px;
    border-left-width: 10px;
  }
}

.preguntas-frecuentes.ui-accordion .ui-accordion-header{
  gap: 1.25rem;
  padding: 1.25rem;
  font-size: 15px;
  line-height: 24px;
  line-height: 126%;
}

@media (min-width: 1024px){
  .preguntas-frecuentes.ui-accordion .ui-accordion-header{
    font-size: 18px;
    line-height: 28.8px;
  }
}

.preguntas-frecuentes .ui-accordion-header-active{
  border-radius: 6px;
  border-bottom-width: 2px;
  font-weight: 700;
}

.fs-title{
  font-size: 32px;
  line-height: 40.32px;
}

@media (min-width: 640px){
  .fs-title{
    font-size: 45px;
    line-height: 56.7px;
  }
}

@media (min-width: 1024px){
  .fs-title{
    font-size: 52px;
    line-height: 66px;
  }
}

.fs-subtitle{
  font-size: 16px;
  line-height: 25.6px;
  line-height: 126%;
}

@media (min-width: 640px){
  .fs-subtitle{
    font-size: 20px;
    line-height: 32px;
  }
}

@media (min-width: 768px){
  .fs-subtitle{
    font-size: 22px;
    line-height: 27.72px;
  }
}

@media (min-width: 1024px){
  .fs-subtitle{
    font-size: 24px;
    line-height: 29px;
    line-height: 126%;
  }
}

.fs-subtitle2{
  font-size: 20px;
  line-height: 32px;
}

@media (min-width: 1024px){
  .fs-subtitle2{
    font-size: 22px;
    line-height: 27.72px;
  }
}

@media (min-width: 1280px){
  .fs-subtitle2{
    font-size: 24px;
    line-height: 29px;
  }
}

.fs-text-card{
  font-size: 15px;
  line-height: 20px;
}

@media (min-width: 640px){
  .fs-text-card{
    font-size: 18px;
    line-height: 22px;
  }
}

@media (min-width: 1024px){
  .fs-text-card{
    font-size: 20px;
    line-height: 25px;
  }
}

.btn-sizes{
  width: 218px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 16px;
  line-height: 25.6px;
}

@media (min-width: 640px){
  .btn-sizes{
    width: 267px;
    font-size: 18px;
    line-height: 28.8px;
  }
}

@media (min-width: 1024px){
  .btn-sizes{
    width: 333px;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-size: 24px;
    line-height: 29px;
  }
}

footer a {
  transition: 0.2s;
}

.footer-light a svg path {
  fill: #05060A;
}

footer a:hover svg path, .footer-light a:hover svg path {
  fill: #FF6026;
  transition: 0.2s;
}

@media (max-width: 1023px) {
  footer .social-icons a svg {
    width: 100%;
    height: 100%;
  }
}

.proceso-completado .btn {
  border: 1px solid #FF6026;
}

.proceso-completado .icono-attach svg {
  width: 100%;
}

.aviso-legal h4{
  margin-top: 2.5rem;
  font-weight: 700;
}

.aviso-legal p{
  margin-top: 1.5rem;
}

.pag-404 {
  background: #f5f5f5;
}

.fondo-404 {
  background: url('../img/404.svg') no-repeat;
  background-size: contain;
  background-position: center;
}

.pic-404 svg {
  max-width: 100%;
}

@media (max-width: 640px) {
  .pic-404 svg {
    height: 200px;
  }

  .fondo-404 {
    background-position: top;
  }
}

.ui-widget.ui-widget-content {
  border: 1px solid #93CCDF !important;
  font-family: 'Montserrat';
  border-radius: 0.375rem;
}

#ui-datepicker-div .ui-widget-header {
  background-color: rgba(40, 153, 191, 0.05);
  background-image: none;
  border: none;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  opacity: .2;
}

.ui-datepicker .ui-datepicker-title {
  font-size: 16px;
}

.ui-datepicker th {
  font-weight: normal;
}

.ui-state-default, .ui-widget-content .ui-state-default {
  background: none !important;
  border-color: rgba(40, 153, 191, 0.05) !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight {
  /* background: none !important; */
  border-color: rgba(40, 153, 191, 0.05);
}

.ui-widget-content .ui-state-hover {
  background-color: #F4FAFC !important;
}

.marker\:text-22 *::marker{
  font-size: 22px;
  line-height: 27.72px;
}

.marker\:text-\[\#452C65\] *::marker{
  --tw-text-opacity: 1;
  color: rgb(69 44 101 / var(--tw-text-opacity));
}

.marker\:text-22::marker{
  font-size: 22px;
  line-height: 27.72px;
}

.marker\:text-\[\#452C65\]::marker{
  --tw-text-opacity: 1;
  color: rgb(69 44 101 / var(--tw-text-opacity));
}

.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}

.before\:left-\[-5px\]::before{
  content: var(--tw-content);
  left: -5px;
}

.before\:top-\[5px\]::before{
  content: var(--tw-content);
  top: 5px;
}

.before\:block::before{
  content: var(--tw-content);
  display: block;
}

.before\:h-px::before{
  content: var(--tw-content);
  height: 1px;
}

.before\:w-1\/2::before{
  content: var(--tw-content);
  width: 50%;
}

.before\:bg-grey-disable::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(169 176 190 / var(--tw-bg-opacity));
}

.before\:content-\[\'\'\]::before{
  --tw-content: '';
  content: var(--tw-content);
}

.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}

.after\:right-\[-5px\]::after{
  content: var(--tw-content);
  right: -5px;
}

.after\:top-\[5px\]::after{
  content: var(--tw-content);
  top: 5px;
}

.after\:block::after{
  content: var(--tw-content);
  display: block;
}

.after\:h-px::after{
  content: var(--tw-content);
  height: 1px;
}

.after\:w-1\/2::after{
  content: var(--tw-content);
  width: 50%;
}

.after\:bg-grey-disable::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(169 176 190 / var(--tw-bg-opacity));
}

.after\:content-\[\'\'\]::after{
  --tw-content: '';
  content: var(--tw-content);
}

.focus-within\:border-blue-500:focus-within{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}

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

.hover\:underline:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

@media (min-width: 640px){
  .sm\:absolute{
    position: absolute;
  }

  .sm\:left-\[-230px\]{
    left: -230px;
  }

  .sm\:top-\[92px\]{
    top: 92px;
  }

  .sm\:right-\[-75px\]{
    right: -75px;
  }

  .sm\:top-\[190px\]{
    top: 190px;
  }

  .sm\:top-\[15px\]{
    top: 15px;
  }

  .sm\:top-\[105px\]{
    top: 105px;
  }

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

  .sm\:left-auto{
    left: auto;
  }

  .sm\:top-\[30px\]{
    top: 30px;
  }

  .sm\:top-\[-30px\]{
    top: -30px;
  }

  .sm\:left-\[-60px\]{
    left: -60px;
  }

  .sm\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

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

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

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

  .sm\:ml-\[80px\]{
    margin-left: 80px;
  }

  .sm\:ml-\[-30px\]{
    margin-left: -30px;
  }

  .sm\:mt-20{
    margin-top: 5rem;
  }

  .sm\:block{
    display: block;
  }

  .sm\:hidden{
    display: none;
  }

  .sm\:h-\[80px\]{
    height: 80px;
  }

  .sm\:h-\[300px\]{
    height: 300px;
  }

  .sm\:h-\[155px\]{
    height: 155px;
  }

  .sm\:h-\[140px\]{
    height: 140px;
  }

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

  .sm\:h-\[62px\]{
    height: 62px;
  }

  .sm\:w-\[88px\]{
    width: 88px;
  }

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

  .sm\:w-\[300px\]{
    width: 300px;
  }

  .sm\:w-\[138px\]{
    width: 138px;
  }

  .sm\:w-5\/12{
    width: 41.666667%;
  }

  .sm\:w-\[60px\]{
    width: 60px;
  }

  .sm\:w-\[311px\]{
    width: 311px;
  }

  .sm\:w-\[185px\]{
    width: 185px;
  }

  .sm\:w-\[200px\]{
    width: 200px;
  }

  .sm\:min-w-\[600px\]{
    min-width: 600px;
  }

  .sm\:max-w-\[930px\]{
    max-width: 930px;
  }

  .sm\:max-w-\[520px\]{
    max-width: 520px;
  }

  .sm\:max-w-\[370px\]{
    max-width: 370px;
  }

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

  .sm\:max-w-\[270px\]{
    max-width: 270px;
  }

  .sm\:max-w-\[393px\]{
    max-width: 393px;
  }

  .sm\:max-w-\[512px\]{
    max-width: 512px;
  }

  .sm\:max-w-\[620px\]{
    max-width: 620px;
  }

  .sm\:max-w-6xl{
    max-width: 72rem;
  }

  .sm\:max-w-7xl{
    max-width: 80rem;
  }

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

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

  .sm\:flex-row{
    flex-direction: row;
  }

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

  .sm\:justify-start{
    justify-content: flex-start;
  }

  .sm\:gap-16{
    gap: 4rem;
  }

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

  .sm\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:pt-\[82px\]{
    padding-top: 82px;
  }

  .sm\:pt-10{
    padding-top: 2.5rem;
  }

  .sm\:pb-12{
    padding-bottom: 3rem;
  }

  .sm\:pb-6{
    padding-bottom: 1.5rem;
  }

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

  .sm\:text-72{
    font-size: 72px;
    line-height: 91px;
  }

  .sm\:text-18{
    font-size: 18px;
    line-height: 28.8px;
  }

  .sm\:text-\[40px\]{
    font-size: 40px;
  }

  .sm\:text-24{
    font-size: 24px;
    line-height: 29px;
  }

  .sm\:text-45{
    font-size: 45px;
    line-height: 56.7px;
  }

  .sm\:text-16{
    font-size: 16px;
    line-height: 25.6px;
  }

  .sm\:text-32{
    font-size: 32px;
    line-height: 40.32px;
  }

  .sm\:text-26{
    font-size: 26px;
    line-height: 32.76px;
  }

  .sm\:text-25{
    font-size: 25px;
    line-height: 31.5px;
  }

  .sm\:font-semibold{
    font-weight: 600;
  }
}

@media (min-width: 768px){
  .md\:right-\[-75px\]{
    right: -75px;
  }

  .md\:top-\[190px\]{
    top: 190px;
  }

  .md\:top-0{
    top: 0px;
  }

  .md\:left-\[-55px\]{
    left: -55px;
  }

  .md\:my-2\.5{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .md\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .md\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:mb-32{
    margin-bottom: 8rem;
  }

  .md\:mt-0{
    margin-top: 0px;
  }

  .md\:mt-7{
    margin-top: 1.75rem;
  }

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

  .md\:mr-\[100px\]{
    margin-right: 100px;
  }

  .md\:mr-\[130px\]{
    margin-right: 130px;
  }

  .md\:mr-\[98px\]{
    margin-right: 98px;
  }

  .md\:mr-\[96px\]{
    margin-right: 96px;
  }

  .md\:mr-32{
    margin-right: 8rem;
  }

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-32{
    height: 8rem;
  }

  .md\:h-\[78px\]{
    height: 78px;
  }

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

  .md\:h-\[500px\]{
    height: 500px;
  }

  .md\:h-\[80px\]{
    height: 80px;
  }

  .md\:h-\[56px\]{
    height: 56px;
  }

  .md\:h-\[62px\]{
    height: 62px;
  }

  .md\:h-\[457px\]{
    height: 457px;
  }

  .md\:w-10\/12{
    width: 83.333333%;
  }

  .md\:w-32{
    width: 8rem;
  }

  .md\:w-\[78px\]{
    width: 78px;
  }

  .md\:w-\[60px\]{
    width: 60px;
  }

  .md\:w-\[468px\]{
    width: 468px;
  }

  .md\:w-\[256px\]{
    width: 256px;
  }

  .md\:w-\[269px\]{
    width: 269px;
  }

  .md\:w-\[233px\]{
    width: 233px;
  }

  .md\:w-\[226px\]{
    width: 226px;
  }

  .md\:w-\[452px\]{
    width: 452px;
  }

  .md\:min-w-\[400px\]{
    min-width: 400px;
  }

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

  .md\:max-w-\[350px\]{
    max-width: 350px;
  }

  .md\:max-w-\[890px\]{
    max-width: 890px;
  }

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

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

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

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

  .md\:rounded-\[8px\]{
    border-radius: 8px;
  }

  .md\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

  .md\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:pt-10{
    padding-top: 2.5rem;
  }

  .md\:pb-20{
    padding-bottom: 5rem;
  }

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

  .md\:text-18{
    font-size: 18px;
    line-height: 28.8px;
  }

  .md\:text-26{
    font-size: 26px;
    line-height: 32.76px;
  }

  .md\:text-60{
    font-size: 60px;
    line-height: 60px;
  }

  .md\:text-32{
    font-size: 32px;
    line-height: 40.32px;
  }

  .md\:text-25{
    font-size: 25px;
    line-height: 31.5px;
  }
}

@media (min-width: 1024px){
  .lg\:right-\[-145px\]{
    right: -145px;
  }

  .lg\:top-\[160px\]{
    top: 160px;
  }

  .lg\:right-\[-10px\]{
    right: -10px;
  }

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

  .lg\:right-\[-100px\]{
    right: -100px;
  }

  .lg\:top-\[-25px\]{
    top: -25px;
  }

  .lg\:top-\[-48px\]{
    top: -48px;
  }

  .lg\:left-\[-30px\]{
    left: -30px;
  }

  .lg\:order-1{
    order: 1;
  }

  .lg\:order-2{
    order: 2;
  }

  .lg\:order-3{
    order: 3;
  }

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

  .lg\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:mb-52{
    margin-bottom: 13rem;
  }

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

  .lg\:mt-1\.5{
    margin-top: 0.375rem;
  }

  .lg\:mt-1{
    margin-top: 0.25rem;
  }

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

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

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

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

  .lg\:mb-7{
    margin-bottom: 1.75rem;
  }

  .lg\:ml-4{
    margin-left: 1rem;
  }

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

  .lg\:ml-12{
    margin-left: 3rem;
  }

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

  .lg\:mt-9{
    margin-top: 2.25rem;
  }

  .lg\:ml-\[-90px\]{
    margin-left: -90px;
  }

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

  .lg\:mt-3\.5{
    margin-top: 0.875rem;
  }

  .lg\:mt-3{
    margin-top: 0.75rem;
  }

  .lg\:mr-\[-25px\]{
    margin-right: -25px;
  }

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

  .lg\:block{
    display: block;
  }

  .lg\:inline{
    display: inline;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:grid{
    display: grid;
  }

  .lg\:hidden{
    display: none;
  }

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

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

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

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

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

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

  .lg\:h-auto{
    height: auto;
  }

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

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

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

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

  .lg\:w-\[402px\]{
    width: 402px;
  }

  .lg\:w-\[208px\]{
    width: 208px;
  }

  .lg\:w-\[694px\]{
    width: 694px;
  }

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

  .lg\:w-\[300px\]{
    width: 300px;
  }

  .lg\:w-\[260px\]{
    width: 260px;
  }

  .lg\:w-\[269px\]{
    width: 269px;
  }

  .lg\:w-\[650px\]{
    width: 650px;
  }

  .lg\:min-w-\[480px\]{
    min-width: 480px;
  }

  .lg\:max-w-\[694px\]{
    max-width: 694px;
  }

  .lg\:max-w-\[520px\]{
    max-width: 520px;
  }

  .lg\:max-w-\[790px\]{
    max-width: 790px;
  }

  .lg\:max-w-\[495px\]{
    max-width: 495px;
  }

  .lg\:max-w-\[410px\]{
    max-width: 410px;
  }

  .lg\:max-w-\[930px\]{
    max-width: 930px;
  }

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

  .lg\:max-w-\[305px\]{
    max-width: 305px;
  }

  .lg\:max-w-\[490px\]{
    max-width: 490px;
  }

  .lg\:max-w-\[340px\]{
    max-width: 340px;
  }

  .lg\:max-w-\[500px\]{
    max-width: 500px;
  }

  .lg\:table-auto{
    table-layout: auto;
  }

  .lg\:list-none{
    list-style-type: none;
  }

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

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

  .lg\:grid-cols-\[2fr_1fr_2fr\]{
    grid-template-columns: 2fr 1fr 2fr;
  }

  .lg\:flex-row{
    flex-direction: row;
  }

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

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

  .lg\:justify-start{
    justify-content: flex-start;
  }

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

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

  .lg\:justify-items-end{
    justify-items: end;
  }

  .lg\:justify-items-stretch{
    justify-items: stretch;
  }

  .lg\:gap-12{
    gap: 3rem;
  }

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

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

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

  .lg\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

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

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

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

  .lg\:pb-0{
    padding-bottom: 0px;
  }

  .lg\:pt-7{
    padding-top: 1.75rem;
  }

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

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

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

  .lg\:text-25{
    font-size: 25px;
    line-height: 31.5px;
  }

  .lg\:text-60{
    font-size: 60px;
    line-height: 60px;
  }

  .lg\:text-24{
    font-size: 24px;
    line-height: 29px;
  }

  .lg\:text-38{
    font-size: 38px;
    line-height: 47px;
  }

  .lg\:leading-\[38px\]{
    line-height: 38px;
  }

  .lg\:leading-\[33px\]{
    line-height: 33px;
  }

  .lg\:shadow-\[0px_60px_80px_rgba\(189\2c 188\2c 188\2c 0\.16\)\]{
    --tw-shadow: 0px 60px 80px rgba(189,188,188,0.16);
    --tw-shadow-colored: 0px 60px 80px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1280px){
  .xl\:relative{
    position: relative;
  }

  .xl\:right-\[-175px\]{
    right: -175px;
  }

  .xl\:right-\[-85px\]{
    right: -85px;
  }

  .xl\:top-\[0px\]{
    top: 0px;
  }

  .xl\:top-\[-15px\]{
    top: -15px;
  }

  .xl\:right-\[-140px\]{
    right: -140px;
  }

  .xl\:left-\[16px\]{
    left: 16px;
  }

  .xl\:right-\[16px\]{
    right: 16px;
  }

  .xl\:bottom-0{
    bottom: 0px;
  }

  .xl\:top-auto{
    top: auto;
  }

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

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

  .xl\:ml-\[-90px\]{
    margin-left: -90px;
  }

  .xl\:block{
    display: block;
  }

  .xl\:hidden{
    display: none;
  }

  .xl\:gap-\[140px\]{
    gap: 140px;
  }

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

  .xl\:pb-0{
    padding-bottom: 0px;
  }
}