@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;800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@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;
}

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

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

.top-0{
  top: 0px;
}

.right-0{
  right: 0px;
}

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

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

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

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

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

.bottom-4{
  bottom: 1rem;
}

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

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

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

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

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

.order-2{
  order: 2;
}

.order-1{
  order: 1;
}

.order-3{
  order: 3;
}

.clear-both{
  clear: both;
}

.m-0{
  margin: 0px;
}

.m-auto{
  margin: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block{
  display: block;
}

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

.flex{
  display: flex;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

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

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

.h-6{
  height: 1.5rem;
}

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

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

.h-full{
  height: 100%;
}

.h-48{
  height: 12rem;
}

.h-5{
  height: 1.25rem;
}

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

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

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

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

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

.w-full{
  width: 100%;
}

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

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

.w-screen{
  width: 100vw;
}

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

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

.w-6{
  width: 1.5rem;
}

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

.w-5{
  width: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-\[200px\]{
  max-width: 200px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-inside{
  list-style-position: inside;
}

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

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

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

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

.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-center{
  justify-items: center;
}

.gap-8{
  gap: 2rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-11{
  gap: 2.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-3{
  gap: 0.75rem;
}

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

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

.gap-1{
  gap: 0.25rem;
}

.gap-7{
  gap: 1.75rem;
}

.gap-14{
  gap: 3.5rem;
}

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

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

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

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

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

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

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

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

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

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

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

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

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

.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-0{
  border-width: 0px;
}

.border{
  border-width: 1px;
}

.border-r{
  border-right-width: 1px;
}

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

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

.border-grey{
  --tw-border-opacity: 1;
  border-color: rgb(111 123 147 / var(--tw-border-opacity));
}

.border-\[\#1F4DBE\]{
  --tw-border-opacity: 1;
  border-color: rgb(31 77 190 / var(--tw-border-opacity));
}

.border-\[\#80879C\]\/30{
  border-color: rgb(128 135 156 / 0.3);
}

.border-blue-cartel{
  --tw-border-opacity: 1;
  border-color: rgb(32 78 190 / var(--tw-border-opacity));
}

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

.bg-violeta-cartel{
  --tw-bg-opacity: 1;
  background-color: rgb(69 62 81 / var(--tw-bg-opacity));
}

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

.bg-\[\#0B2D83\]{
  --tw-bg-opacity: 1;
  background-color: rgb(11 45 131 / var(--tw-bg-opacity));
}

.bg-dark-cartel{
  --tw-bg-opacity: 1;
  background-color: rgb(7 25 70 / var(--tw-bg-opacity));
}

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

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

.bg-blue-cartel{
  --tw-bg-opacity: 1;
  background-color: rgb(32 78 190 / var(--tw-bg-opacity));
}

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

.p-5{
  padding: 1.25rem;
}

.p-4{
  padding: 1rem;
}

.p-10{
  padding: 2.5rem;
}

.p-2{
  padding: 0.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;
}

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

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

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

.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-10{
  padding-bottom: 2.5rem;
}

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

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

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

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

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

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

.font-roboto{
  font-family: Roboto Condensed;
}

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

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

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

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

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

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

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

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

.text-11{
  font-size: 11px;
  line-height: 160%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.italic{
  font-style: italic;
}

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

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

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

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

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

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

.text-dark-cartel{
  --tw-text-opacity: 1;
  color: rgb(7 25 70 / var(--tw-text-opacity));
}

.text-blue-cartel{
  --tw-text-opacity: 1;
  color: rgb(32 78 190 / var(--tw-text-opacity));
}

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

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

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

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

.text-white\/50{
  color: rgb(255 255 255 / 0.5);
}

.text-white\/70{
  color: rgb(255 255 255 / 0.7);
}

.text-\[\#84A4F3\]{
  --tw-text-opacity: 1;
  color: rgb(132 164 243 / var(--tw-text-opacity));
}

.text-\[\#05060A\]\/70{
  color: rgb(5 6 10 / 0.7);
}

.text-dark-cartel\/70{
  color: rgb(7 25 70 / 0.7);
}

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

.shadow-\[0px_10px_40px_rgba\(0\2c 0\2c 0\2c 0\.14\)\]{
  --tw-shadow: 0px 10px 40px rgba(0,0,0,0.14);
  --tw-shadow-colored: 0px 10px 40px 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;
}

.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: 375px;
  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: 3.5rem;
    padding-bottom: 5rem;
  }
}

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

.fondo-coche{
  min-height: 485px;
  background-image: url('../img/fondo-header.jpg');
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}

@media (min-width: 640px){
  .fondo-coche{
    min-height: 610px;
  }
}

@media (min-width: 1024px){
  .fondo-coche{
    min-height: 700px;
  }
}

.bg-header-gradient {
  background: linear-gradient(270deg, #261581 0%, rgba(217, 217, 217, 0) 100%);
}

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

#matricula{
  height: 71px;
  width: 250px;
  background-image: url('../img/bg-matricula.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

@media (min-width: 640px){
  #matricula{
    height: 100px;
    width: 412px;
  }
}

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

/* Change Autocomplete styles in Chrome*/

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  background-color: #fff;
  border: 1px solid #6F7B93;
  -webkit-text-fill-color: #071946;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.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: 160%;
  --tw-text-opacity: 1;
  color: rgb(111 123 147 / var(--tw-text-opacity));
}

.input_default:hover{
  --tw-border-opacity: 1;
  border-color: rgb(32 78 190 / var(--tw-border-opacity));
}

.input_default:focus{
  --tw-border-opacity: 1;
  border-color: rgb(32 78 190 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(7 25 70 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.input_mat{
  border-radius: 5px;
  border-width: 1px;
  border-color: transparent;
  text-align: center;
  font-family: Roboto Condensed;
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(7 25 70 / var(--tw-text-opacity));
}

.input_mat:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 640px){
  .input_mat{
    font-size: 50px;
    line-height: 60%;
  }
}

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

.input_default:focus {
  /* @apply text-dark-cartel border border-blue-cartel */
}

.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: 126%;
  --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(7 25 70 / 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));
}

.text_label{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.125rem;
  padding-right: 0.125rem;
  font-family: Inter;
  font-size: 14px;
  line-height: 22.4px;
  --tw-text-opacity: 1;
  color: rgb(111 123 147 / var(--tw-text-opacity));
}

input#fecha{
  background-image: url('../img/icon-calendar.svg');
  background-repeat: no-repeat;
  background-position: 95% 12px;
}

input#importe{
  background-image: url('../img/icon-euros.svg');
  background-repeat: no-repeat;
  background-position: 94% 17px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {
  opacity: 0;
}

input[type=number] {
  -moz-appearance:textfield;
}

/* --- 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(7 25 70 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(7 25 70 / 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(7 25 70 / var(--tw-text-opacity));
}

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

input[type="radio"]:checked + label span {
  background-color: #1F4DBE;
  box-shadow: 0px 7px 64px rgba(0, 0, 0, 0.07);
}

input:checked + div{
  --tw-bg-opacity: 1;
  background-color: rgb(31 77 190 / 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-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: #84A4F3;
}

.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)), #84A4F3;
}

.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-requisitos {
  background: #FF6526;
  box-shadow: 0px 40px 100px -30px rgba(18, 39, 78, 0.08);
  transition: transform 0.2s;
  cursor: pointer;
}

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

.banner-requisitos:active {
  background: #F95801;
  box-shadow: 0px 40px 100px -30px rgba(18, 39, 78, 0.08);
}

.banner-llamanos {
  border: 1px solid rgba(111, 123, 147, 0.5);
}

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

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

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

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

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

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

.icon-atm {
  background-image: url('../img/icon-atm.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(7 25 70 / 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: 160%;
  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: 126%;
  }
}

.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;
  background-repeat: no-repeat;
  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(7 25 70 / 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: 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: 0px;
  font-weight: 700;
}

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

.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: 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: 126%;
  }
}

.fs-subtitle2{
  font-family: Inter;
  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: 126%;
  }
}

.fs-text-card{
  font-size: 15px;
  line-height: 126%;
  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;
  }
}

.fs-text-body{
  font-family: Inter;
  font-size: 16px;
  line-height: 160%;
}

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

@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: 126%;
  }
}

.pasos-item{
  width: 254px;
  border-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  --tw-shadow: 0px 10px 40px rgba(5,6,10,0.06);
  --tw-shadow-colored: 0px 10px 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.pasos-num{
  font-family: Inter;
  font-size: 24px;
  line-height: 126%;
  font-weight: 700;
  letter-spacing: 0.01em;
  --tw-text-opacity: 1;
  color: rgb(32 78 190 / var(--tw-text-opacity));
}

.pasos-title{
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-family: Inter;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(7 25 70 / var(--tw-text-opacity));
  font-size: 16px;
  line-height: 126%;
}

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

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

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

.honorarios-card{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 845px;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  box-shadow: 0px 16px 16px rgb(50 50 71 / 8%), 0px 24px 32px rgb(50 50 71 / 8%);
}

.bg-honorarios{
  position: absolute;
  top: -35px;
  right: 40px;
  height: 259px;
  width: 274px;
  background-image: url('../img/pic-honorarios.svg');
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 640px){
  .bg-honorarios{
    top: 100px;
    right: -100px;
    height: 443px;
    width: 467px;
  }
}

.bg-garantias{
  position: absolute;
  top: -35px;
  right: 40px;
  height: 253px;
  width: 253px;
  background-image: url('../img/pic-honorarios.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

@media (min-width: 640px){
  .bg-garantias{
    top: 100px;
    right: -80px;
    height: 432px;
    width: 431px;
  }
}

.title-legales{
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(7 25 70 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .title-legales{
    margin-top: 0px;
    font-size: 60px;
    line-height: 60px;
  }
}

.subtitle-legales{
  margin-bottom: 1rem;
  margin-top: 2rem;
  font-family: Inter;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(7 25 70 / var(--tw-text-opacity));
}

.li-marcas{
  min-width: 62px;
  border-radius: 30px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(7 25 70 / var(--tw-border-opacity));
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  line-height: 160%;
  font-weight: 500;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(7 25 70 / var(--tw-text-opacity));
}

footer a {
  transition: 0.2s;
}

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

footer a:hover svg path, .footer-light a:hover svg path {
  fill: #fff;
  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.25rem;
}

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

[class*='uk-animation-'] {
  -webkit-animation: 0.5s ease-out both;
          animation: 0.5s ease-out both;
}

/* Animations
   ========================================================================== */

/*
   * Fade
   */

.uk-animation-fade {
  -webkit-animation-name: uk-fade;
          animation-name: uk-fade;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

/*
   * Scale
   */

.uk-animation-scale-up {
  -webkit-animation-name: uk-fade, uk-scale-up;
          animation-name: uk-fade, uk-scale-up;
}

.uk-animation-scale-down {
  -webkit-animation-name: uk-fade, uk-scale-down;
          animation-name: uk-fade, uk-scale-down;
}

/*
   * Slide
   */

.uk-animation-slide-top {
  -webkit-animation-name: uk-fade, uk-slide-top;
          animation-name: uk-fade, uk-slide-top;
}

.uk-animation-slide-bottom {
  -webkit-animation-name: uk-fade, uk-slide-bottom;
          animation-name: uk-fade, uk-slide-bottom;
}

.uk-animation-slide-left {
  -webkit-animation-name: uk-fade, uk-slide-left;
          animation-name: uk-fade, uk-slide-left;
}

.uk-animation-slide-right {
  -webkit-animation-name: uk-fade, uk-slide-right;
          animation-name: uk-fade, uk-slide-right;
}

/*
   * Slide Small
   */

.uk-animation-slide-top-small {
  -webkit-animation-name: uk-fade, uk-slide-top-small;
          animation-name: uk-fade, uk-slide-top-small;
}

.uk-animation-slide-bottom-small {
  -webkit-animation-name: uk-fade, uk-slide-bottom-small;
          animation-name: uk-fade, uk-slide-bottom-small;
}

.uk-animation-slide-left-small {
  -webkit-animation-name: uk-fade, uk-slide-left-small;
          animation-name: uk-fade, uk-slide-left-small;
}

.uk-animation-slide-right-small {
  -webkit-animation-name: uk-fade, uk-slide-right-small;
          animation-name: uk-fade, uk-slide-right-small;
}

/*
   * Slide Medium
   */

.uk-animation-slide-top-medium {
  -webkit-animation-name: uk-fade, uk-slide-top-medium;
          animation-name: uk-fade, uk-slide-top-medium;
}

.uk-animation-slide-bottom-medium {
  -webkit-animation-name: uk-fade, uk-slide-bottom-medium;
          animation-name: uk-fade, uk-slide-bottom-medium;
}

.uk-animation-slide-left-medium {
  -webkit-animation-name: uk-fade, uk-slide-left-medium;
          animation-name: uk-fade, uk-slide-left-medium;
}

.uk-animation-slide-right-medium {
  -webkit-animation-name: uk-fade, uk-slide-right-medium;
          animation-name: uk-fade, uk-slide-right-medium;
}

/*
   * Kenburns
   */

.uk-animation-kenburns {
  -webkit-animation-name: uk-kenburns;
          animation-name: uk-kenburns;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
}

/*
   * Shake
   */

.uk-animation-shake {
  -webkit-animation-name: uk-shake;
          animation-name: uk-shake;
}

/*
   * SVG Stroke
   * The `--uk-animation-stroke` custom property contains the longest path length.
   * Set it manually or use `uk-svg="stroke-animation: true"` to set it automatically.
   * All strokes are animated by the same pace and doesn't end simultaneously.
   * To end simultaneously, `pathLength="1"` could be used, but it's not working in Safari yet.
   */

.uk-animation-stroke {
  -webkit-animation-name: uk-stroke;
          animation-name: uk-stroke;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  stroke-dasharray: var(--uk-animation-stroke);
}

/* Direction modifier
   ========================================================================== */

.uk-animation-reverse {
  animation-direction: reverse;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

/* Duration modifier
   ========================================================================== */

.uk-animation-fast {
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s;
}

.uk-animation-slow {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

/* Toggle animation based on the State of the Parent Element
   ========================================================================== */

.uk-animation-toggle:not(:hover):not(:focus) [class*='uk-animation-'] {
  -webkit-animation-name: none;
          animation-name: none;
}

/* Keyframes used by animation classes
   ========================================================================== */

/*
   * Fade
   */

@-webkit-keyframes uk-fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes uk-fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*
   * Scale
   */

@-webkit-keyframes uk-scale-up {
  0% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes uk-scale-up {
  0% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes uk-scale-down {
  0% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes uk-scale-down {
  0% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

/*
   * Slide
   */

@-webkit-keyframes uk-slide-top {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes uk-slide-top {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes uk-slide-bottom {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes uk-slide-bottom {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes uk-slide-left {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes uk-slide-left {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

@-webkit-keyframes uk-slide-right {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes uk-slide-right {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(0);
  }
}

/*
   * Slide Small
   */

@-webkit-keyframes uk-slide-top-small {
  0% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes uk-slide-top-small {
  0% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes uk-slide-bottom-small {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes uk-slide-bottom-small {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes uk-slide-left-small {
  0% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes uk-slide-left-small {
  0% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(0);
  }
}

@-webkit-keyframes uk-slide-right-small {
  0% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes uk-slide-right-small {
  0% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0);
  }
}

/*
   * Slide Medium
   */

@-webkit-keyframes uk-slide-top-medium {
  0% {
    transform: translateY(-50px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes uk-slide-top-medium {
  0% {
    transform: translateY(-50px);
  }

  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes uk-slide-bottom-medium {
  0% {
    transform: translateY(50px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes uk-slide-bottom-medium {
  0% {
    transform: translateY(50px);
  }

  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes uk-slide-left-medium {
  0% {
    transform: translateX(-50px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes uk-slide-left-medium {
  0% {
    transform: translateX(-50px);
  }

  100% {
    transform: translateX(0);
  }
}

@-webkit-keyframes uk-slide-right-medium {
  0% {
    transform: translateX(50px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes uk-slide-right-medium {
  0% {
    transform: translateX(50px);
  }

  100% {
    transform: translateX(0);
  }
}

/*
   * Kenburns
   */

@-webkit-keyframes uk-kenburns {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}

@keyframes uk-kenburns {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}

/*
   * Shake
   */

@-webkit-keyframes uk-shake {
  0%,
    100% {
    transform: translateX(0);
  }

  10% {
    transform: translateX(-9px);
  }

  20% {
    transform: translateX(8px);
  }

  30% {
    transform: translateX(-7px);
  }

  40% {
    transform: translateX(6px);
  }

  50% {
    transform: translateX(-5px);
  }

  60% {
    transform: translateX(4px);
  }

  70% {
    transform: translateX(-3px);
  }

  80% {
    transform: translateX(2px);
  }

  90% {
    transform: translateX(-1px);
  }
}

@keyframes uk-shake {
  0%,
    100% {
    transform: translateX(0);
  }

  10% {
    transform: translateX(-9px);
  }

  20% {
    transform: translateX(8px);
  }

  30% {
    transform: translateX(-7px);
  }

  40% {
    transform: translateX(6px);
  }

  50% {
    transform: translateX(-5px);
  }

  60% {
    transform: translateX(4px);
  }

  70% {
    transform: translateX(-3px);
  }

  80% {
    transform: translateX(2px);
  }

  90% {
    transform: translateX(-1px);
  }
}

/*
   * Stroke
   */

@-webkit-keyframes uk-stroke {
  0% {
    stroke-dashoffset: var(--uk-animation-stroke);
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes uk-stroke {
  0% {
    stroke-dashoffset: var(--uk-animation-stroke);
  }

  100% {
    stroke-dashoffset: 0;
  }
}

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

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

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

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

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

.marker\:text-white::marker{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 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-\[\#1F4DBE\]:focus-within{
  --tw-border-opacity: 1;
  border-color: rgb(31 77 190 / var(--tw-border-opacity));
}

.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 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\:right-2{
    right: 0.5rem;
  }

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

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

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

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

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

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

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

  .sm\:block{
    display: block;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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\:gap-14{
    gap: 3.5rem;
  }

  .sm\:border-t-0{
    border-top-width: 0px;
  }

  .sm\:border-l{
    border-left-width: 1px;
  }

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

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

  .sm\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

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

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

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

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

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

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

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

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

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

  .sm\:text-50{
    font-size: 50px;
    line-height: 60%;
  }

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

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

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

@media (min-width: 768px){
  .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-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

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

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

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

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

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

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

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:grid{
    display: grid;
  }

  .md\:hidden{
    display: none;
  }

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

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

  .md\:h-6{
    height: 1.5rem;
  }

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

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

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

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

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

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

  .md\:w-6{
    width: 1.5rem;
  }

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

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

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

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

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

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

  .md\:grid-cols-\[1fr_1fr_3fr_1fr\]{
    grid-template-columns: 1fr 1fr 3fr 1fr;
  }

  .md\:grid-cols-\[1fr_5fr\]{
    grid-template-columns: 1fr 5fr;
  }

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

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

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

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

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

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

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

  .md\:border{
    border-width: 1px;
  }

  .md\:border-t-0{
    border-top-width: 0px;
  }

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

  .md\:border-r{
    border-right-width: 1px;
  }

  .md\:border-b-0{
    border-bottom-width: 0px;
  }

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

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

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

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

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

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

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

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

  .md\:pb-28{
    padding-bottom: 7rem;
  }

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

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

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

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

  .md\:text-16{
    font-size: 16px;
    line-height: 160%;
  }

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

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

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

@media (min-width: 1024px){
  .lg\:order-1{
    order: 1;
  }

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

  .lg\:float-right{
    float: right;
  }

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

  .lg\:my-0{
    margin-top: 0px;
    margin-bottom: 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-9{
    margin-top: 2.25rem;
  }

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

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

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

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

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

  .lg\:mb-20{
    margin-bottom: 5rem;
  }

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

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

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:grid{
    display: grid;
  }

  .lg\:hidden{
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:grid-cols-\[1\.8fr_1fr_1fr\]{
    grid-template-columns: 1.8fr 1fr 1fr;
  }

  .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\:flex-row{
    flex-direction: row;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:text-16{
    font-size: 16px;
    line-height: 160%;
  }

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

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

  .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\:mt-5{
    margin-top: 1.25rem;
  }

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

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

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

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

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

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

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