/* [FONTS] */

@import url("https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* ! tailwindcss v3.0.23 | 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: 'Public Sans', sans-serif;
  /* 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: 'Public Sans', sans-serif;
  /* 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 */
  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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

body {
  font-feature-settings: "tnum" on, "lnum" on;
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(36 59 83 / var(--tw-text-opacity));
}

*, ::before, ::after{
  --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(74 189 247 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container{
  width: 100%;
}

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

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

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

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

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

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

.btn{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.375rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.btn-dark-outline{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(72 101 129 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(72 101 129 / var(--tw-text-opacity));
  outline-style: solid;
  outline-width: 3px;
  outline-offset: 2px;
  outline-color: transparent;
}

.btn-dark-outline:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(240 244 248 / var(--tw-bg-opacity));
}

.btn-dark-outline:focus{
  outline-color: #98DAFB;
}

.btn-dark-outline:active{
  --tw-bg-opacity: 1;
  background-color: rgb(217 226 236 / var(--tw-bg-opacity));
  outline-color: transparent;
}

.btn-dark-outline:disabled{
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: rgb(188 204 220 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(188 204 220 / var(--tw-text-opacity));
}

.btn-dark-filled{
  --tw-bg-opacity: 1;
  background-color: rgb(130 154 177 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(16 42 67 / var(--tw-text-opacity));
  --tw-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04);
  --tw-shadow-colored: 0px 4px 8px var(--tw-shadow-color), 0px 0px 2px var(--tw-shadow-color), 0px 0px 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline-style: solid;
  outline-width: 3px;
  outline-offset: 2px;
  outline-color: transparent;
}

.btn-dark-filled:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(159 179 200 / var(--tw-bg-opacity));
}

.btn-dark-filled:focus{
  outline-color: #98DAFB;
}

.btn-dark-filled:active{
  --tw-bg-opacity: 1;
  background-color: rgb(188 204 220 / var(--tw-bg-opacity));
  outline-color: transparent;
}

.btn-dark-filled:disabled{
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: rgb(188 204 220 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(130 154 177 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(72 101 129 / var(--tw-text-opacity));
}

.btn-orange-filled{
  --tw-bg-opacity: 1;
  background-color: rgb(255 173 31 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(82 52 0 / var(--tw-text-opacity));
  --tw-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04);
  --tw-shadow-colored: 0px 4px 8px var(--tw-shadow-color), 0px 0px 2px var(--tw-shadow-color), 0px 0px 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline-style: solid;
  outline-width: 3px;
  outline-offset: 2px;
  outline-color: transparent;
}

.btn-orange-filled:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 191 82 / var(--tw-bg-opacity));
}

.btn-orange-filled:focus{
  outline-color: #FFD285;
}

.btn-orange-filled:active{
  --tw-bg-opacity: 1;
  background-color: rgb(255 210 133 / var(--tw-bg-opacity));
  outline-color: transparent;
}

.btn-orange-filled:disabled{
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: rgb(255 210 133 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 173 31 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(184 116 0 / var(--tw-text-opacity));
}

/* [Responsive Navbar] */

.nav-list{
  pointer-events: none;
  visibility: hidden;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 100%;
  z-index: 50;
  display: flex;
  height: calc(100vh - 80px);
  flex: 1 1 0%;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(51 78 104 / var(--tw-bg-opacity));
  padding: 1.5rem;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 1000px){
  .nav-list{
    pointer-events: auto;
  }

  .nav-list{
    visibility: visible;
  }

  .nav-list{
    position: static;
  }

  .nav-list{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .nav-list{
    height: auto;
  }

  .nav-list{
    flex-direction: row;
  }

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

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

  .nav-list{
    padding: 0px;
  }

  .nav-list{
    opacity: 1;
  }

  .nav-list{
    transition-property: none;
  }
}

@media (min-width: 992px) {
  .will-up,
    .nav-list {
    transition: none;
  }
}

@media (max-width: 1000px) {
  .nav-list.active-list{
    pointer-events: auto;
  }

  .nav-list.active-list{
    visibility: visible;
  }

  .nav-list.active-list{
    opacity: 1;
  }

  .nav-list .will-up{
    --tw-translate-y: 4rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .nav-list .will-up{
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .nav-list .will-up{
    opacity: 0;
  }

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

  .nav-list .will-up{
    transition-delay: 300ms;
  }

  .nav-list .will-up{
    transition-duration: 500ms;
  }

  @media (min-width: 1000px){
    .nav-list .will-up{
      --tw-translate-y: 0px;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
  }

  @media (min-width: 1000px){
    .nav-list .will-up{
      transform: none;
    }
  }

  @media (min-width: 1000px){
    .nav-list .will-up{
      opacity: 1;
    }
  }

  @media (min-width: 1000px){
    .nav-list .will-up{
      transition-property: none;
    }
  }

  .nav-list .will-slide{
    --tw-translate-x: -4rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .nav-list .will-slide{
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .nav-list .will-slide{
    opacity: 0;
  }

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

  .nav-list .will-slide{
    transition-delay: 300ms;
  }

  .nav-list .will-slide{
    transition-duration: 300ms;
  }

  @media (min-width: 1000px){
    .nav-list .will-slide{
      --tw-translate-y: 0px;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
  }

  @media (min-width: 1000px){
    .nav-list .will-slide{
      transform: none;
    }
  }

  @media (min-width: 1000px){
    .nav-list .will-slide{
      opacity: 1;
    }
  }

  @media (min-width: 1000px){
    .nav-list .will-slide{
      transition-property: none;
    }
  }

  .nav-list.active-list .will-up{
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .nav-list.active-list .will-up{
    opacity: 1;
  }

  @media (min-width: 1000px){
    .nav-list.active-list .will-up{
      transition-property: none;
    }
  }

  .nav-list.active-list .will-slide{
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .nav-list.active-list .will-slide{
    opacity: 1;
  }

  @media (min-width: 1000px){
    .nav-list.active-list .will-slide{
      transition-property: none;
    }
  }
}

.pointer-events-none{
  pointer-events: none;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

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

.right-3{
  right: 0.75rem;
}

.right-2{
  right: 0.5rem;
}

.top-0{
  top: 0px;
}

.left-0{
  left: 0px;
}

.bottom-0{
  bottom: 0px;
}

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

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

.col-span-full{
  grid-column: 1 / -1;
}

.float-right{
  float: right;
}

.float-left{
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-mt-\[50px\]{
  margin-top: -50px;
}

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

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

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

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

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

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

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

.block{
  display: block;
}

.flex{
  display: flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-52{
  height: 13rem;
}

.h-10{
  height: 2.5rem;
}

.h-24{
  height: 6rem;
}

.h-full{
  height: 100%;
}

.h-60{
  height: 15rem;
}

.h-12{
  height: 3rem;
}

.h-80{
  height: 20rem;
}

.h-8{
  height: 2rem;
}

.h-4{
  height: 1rem;
}

.h-auto{
  height: auto;
}

.h-0\.5{
  height: 0.125rem;
}

.h-0{
  height: 0px;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

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

.w-full{
  width: 100%;
}

.w-10{
  width: 2.5rem;
}

.w-fit{
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.w-4{
  width: 1rem;
}

.w-12{
  width: 3rem;
}

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

.w-5{
  width: 1.25rem;
}

.w-6{
  width: 1.5rem;
}

.w-auto{
  width: auto;
}

.w-8{
  width: 2rem;
}

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

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

.min-w-min{
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
}

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

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

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

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

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

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

.max-w-2xl{
  max-width: 42rem;
}

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

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

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

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

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

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

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

.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer{
  cursor: pointer;
}

.resize-none{
  resize: none;
}

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

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

.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

.grid-cols-\[max-content_1fr\]{
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
}

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

.grid-cols-\[min-content_1fr\]{
  grid-template-columns: -webkit-min-content 1fr;
  grid-template-columns: min-content 1fr;
}

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

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

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

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

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

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

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

.gap-6{
  gap: 1.5rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-0\.5{
  gap: 0.125rem;
}

.gap-0{
  gap: 0px;
}

.gap-16{
  gap: 4rem;
}

.gap-10{
  gap: 2.5rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-8{
  gap: 2rem;
}

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

.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-\[18px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(18px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(18px * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

.whitespace-nowrap{
  white-space: nowrap;
}

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

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

.rounded{
  border-radius: 0.25rem;
}

.border{
  border-width: 1px;
}

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

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

.border-red-400{
  --tw-border-opacity: 1;
  border-color: rgb(255 133 159 / var(--tw-border-opacity));
}

.border-transparent{
  border-color: transparent;
}

.border-dark-500{
  --tw-border-opacity: 1;
  border-color: rgb(130 154 177 / var(--tw-border-opacity));
}

.border-dark-900{
  --tw-border-opacity: 1;
  border-color: rgb(36 59 83 / var(--tw-border-opacity));
}

.border-dark-200{
  --tw-border-opacity: 1;
  border-color: rgb(217 226 236 / var(--tw-border-opacity));
}

.border-b-dark-200{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(217 226 236 / var(--tw-border-opacity));
}

.bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgb(231 246 254 / var(--tw-bg-opacity));
}

.bg-blue-200{
  --tw-bg-opacity: 1;
  background-color: rgb(191 232 252 / var(--tw-bg-opacity));
}

.bg-dark-100{
  --tw-bg-opacity: 1;
  background-color: rgb(240 244 248 / var(--tw-bg-opacity));
}

.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(255 240 243 / var(--tw-bg-opacity));
}

.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(74 189 247 / var(--tw-bg-opacity));
}

.bg-orange-200{
  --tw-bg-opacity: 1;
  background-color: rgb(255 229 184 / var(--tw-bg-opacity));
}

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

.bg-orange-300{
  --tw-bg-opacity: 1;
  background-color: rgb(255 210 133 / var(--tw-bg-opacity));
}

.bg-dark-700{
  --tw-bg-opacity: 1;
  background-color: rgb(72 101 129 / var(--tw-bg-opacity));
}

.bg-dark-800{
  --tw-bg-opacity: 1;
  background-color: rgb(51 78 104 / var(--tw-bg-opacity));
}

.bg-dark-600{
  --tw-bg-opacity: 1;
  background-color: rgb(98 125 152 / var(--tw-bg-opacity));
}

.bg-dark-900{
  --tw-bg-opacity: 1;
  background-color: rgb(36 59 83 / var(--tw-bg-opacity));
}

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

.bg-dark-1000{
  --tw-bg-opacity: 1;
  background-color: rgb(16 42 67 / var(--tw-bg-opacity));
}

.bg-opacity-10{
  --tw-bg-opacity: 0.1;
}

.bg-about-us{
  background-image: linear-gradient(rgba(16, 42, 67, 0.25), rgba(16, 42, 67, 0.25)),url('../images/pages/about-us.png');
}

.bg-approval{
  background-image: linear-gradient(rgba(16, 42, 67, 0.25), rgba(16, 42, 67, 0.25)),url('../images/pages/approval-letter.png');
}

.bg-blog{
  background-image: linear-gradient(rgba(16, 42, 67, 0.25), rgba(16, 42, 67, 0.25)),url('../images/pages/Foto.png');
}

.bg-contact{
  background-image: linear-gradient(rgba(16, 42, 67, 0.25), rgba(16, 42, 67, 0.25)),url('../images/pages/contact.png');
}

.bg-home-header{
  background-image: linear-gradient(rgba(16, 42, 67, 0.25), rgba(16, 42, 67, 0.25)),url('../images/pages/home-bg.png');
}

.bg-cover{
  background-size: cover;
}

.bg-bottom{
  background-position: bottom;
}

.bg-no-repeat{
  background-repeat: no-repeat;
}

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

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

.object-bottom{
  -o-object-position: bottom;
     object-position: bottom;
}

.p-2{
  padding: 0.5rem;
}

.p-6{
  padding: 1.5rem;
}

.p-1{
  padding: 0.25rem;
}

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

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

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

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

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

.py-3\.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

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

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

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

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

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

.pt-6{
  padding-top: 1.5rem;
}

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

.pt-14{
  padding-top: 3.5rem;
}

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

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

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

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

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

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

.font-serif{
  font-family: 'Public Sans', sans-serif;
}

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

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

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

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

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

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

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

.text-4xl{
  font-size: 32px;
  line-height: 40px;
}

.text-3xl{
  font-size: 28px;
  line-height: 32px;
}

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

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

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

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

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

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

.text-dark-900{
  --tw-text-opacity: 1;
  color: rgb(36 59 83 / var(--tw-text-opacity));
}

.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(25 172 245 / var(--tw-text-opacity));
}

.text-blue-900{
  --tw-text-opacity: 1;
  color: rgb(4 63 93 / var(--tw-text-opacity));
}

.text-dark-800{
  --tw-text-opacity: 1;
  color: rgb(51 78 104 / var(--tw-text-opacity));
}

.text-dark-700{
  --tw-text-opacity: 1;
  color: rgb(72 101 129 / var(--tw-text-opacity));
}

.text-red-700{
  --tw-text-opacity: 1;
  color: rgb(217 61 73 / var(--tw-text-opacity));
}

.text-dark-1000{
  --tw-text-opacity: 1;
  color: rgb(16 42 67 / var(--tw-text-opacity));
}

.text-orange-900{
  --tw-text-opacity: 1;
  color: rgb(82 52 0 / var(--tw-text-opacity));
}

.text-dark-500{
  --tw-text-opacity: 1;
  color: rgb(130 154 177 / var(--tw-text-opacity));
}

.text-dark-100{
  --tw-text-opacity: 1;
  color: rgb(240 244 248 / var(--tw-text-opacity));
}

.text-orange-500{
  --tw-text-opacity: 1;
  color: rgb(255 173 31 / var(--tw-text-opacity));
}

.text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(74 189 247 / var(--tw-text-opacity));
}

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

.underline-offset-2{
  text-underline-offset: 2px;
}

.accent-dark-500{
  accent-color: #829AB1;
}

.accent-orange-600{
  accent-color: #EB9500;
}

.shadow-inner-select{
  --tw-shadow: inset 0px 2px 4px rgba(33, 40, 44, 0.06);
  --tw-shadow-colored: inset 0px 2px 4px 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-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px 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-btn{
  --tw-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04);
  --tw-shadow-colored: 0px 4px 8px var(--tw-shadow-color), 0px 0px 2px var(--tw-shadow-color), 0px 0px 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.outline{
  outline-style: solid;
}

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

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

.shadow-text {
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1), 0px 0px 6px rgba(0, 0, 0, 0.1), 0px 0px 1px rgba(0, 0, 0, 0.1);
}

/* [STEPS PAGE] */

.payment-radio:checked ~ label .card-title{
  font-weight: 700;
}

.card-info{
  pointer-events: none;
  visibility: hidden;
  max-height: 0px;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.payment-radio:checked ~ .card-info{
  pointer-events: auto;
  visibility: visible;
  max-height: 600px;
  opacity: 1;
}

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

.before\:inset-0\.5::before{
  content: var(--tw-content);
  top: 0.125rem;
  right: 0.125rem;
  bottom: 0.125rem;
  left: 0.125rem;
}

.before\:inset-0::before{
  content: var(--tw-content);
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

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

.before\:rounded-full::before{
  content: var(--tw-content);
  border-radius: 9999px;
}

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

.hover\:bg-blue-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(25 172 245 / var(--tw-bg-opacity));
}

.hover\:bg-orange-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(235 149 0 / var(--tw-bg-opacity));
}

.hover\:bg-slate-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}

.hover\:text-orange-500:hover{
  --tw-text-opacity: 1;
  color: rgb(255 173 31 / var(--tw-text-opacity));
}

.hover\:text-dark-400:hover{
  --tw-text-opacity: 1;
  color: rgb(159 179 200 / var(--tw-text-opacity));
}

.hover\:text-dark-900:hover{
  --tw-text-opacity: 1;
  color: rgb(36 59 83 / var(--tw-text-opacity));
}

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

.hover\:shadow-none:hover{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:border-dark-700:focus{
  --tw-border-opacity: 1;
  border-color: rgb(72 101 129 / var(--tw-border-opacity));
}

.focus\:border-orange-700:focus{
  --tw-border-opacity: 1;
  border-color: rgb(184 116 0 / var(--tw-border-opacity));
}

.focus\:outline-dark-600:focus{
  outline-color: #627D98;
}

.focus\:outline-orange-600:focus{
  outline-color: #EB9500;
}

.peer:checked ~ .peer-checked\:border-blue-500{
  --tw-border-opacity: 1;
  border-color: rgb(74 189 247 / var(--tw-border-opacity));
}

.peer:checked ~ .peer-checked\:before\:bg-blue-500::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(74 189 247 / var(--tw-bg-opacity));
}

@media (min-width: 640px){
  .sm\:mb-4{
    margin-bottom: 1rem;
  }

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

  .sm\:block{
    display: block;
  }

  .sm\:inline{
    display: inline;
  }

  .sm\:table-cell{
    display: table-cell;
  }

  .sm\:hidden{
    display: none;
  }

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

  .sm\:h-40{
    height: 10rem;
  }

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

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

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

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

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

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

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

  .sm\:text-3xl{
    font-size: 28px;
    line-height: 32px;
  }

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

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

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

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

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

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

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

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:w-2\/3{
    width: 66.666667%;
  }

  .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\:justify-between{
    justify-content: space-between;
  }

  .md\:border-none{
    border-style: none;
  }

  .md\:border-b-transparent{
    border-bottom-color: transparent;
  }

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

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

  .md\:text-3xl{
    font-size: 28px;
    line-height: 32px;
  }
}

@media (min-width: 1024px){
  .lg\:mb-10{
    margin-bottom: 2.5rem;
  }

  .lg\:block{
    display: block;
  }

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

  .lg\:hidden{
    display: none;
  }

  .lg\:h-52{
    height: 13rem;
  }

  .lg\:h-10{
    height: 2.5rem;
  }

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

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

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

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

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

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

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

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

  .lg\:text-5xl{
    font-size: 40px;
    line-height: 44px;
  }

  .lg\:text-4xl{
    font-size: 32px;
    line-height: 40px;
  }

  .lg\:text-3xl{
    font-size: 28px;
    line-height: 32px;
  }

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

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

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

@media (min-width: 1280px){
  .xl\:w-full{
    width: 100%;
  }

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

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

  .xl\:gap-6{
    gap: 1.5rem;
  }

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

@media (min-width: 1000px){
  .tab\:col-span-1{
    grid-column: span 1 / span 1;
  }

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

  .tab\:flex{
    display: flex;
  }

  .tab\:hidden{
    display: none;
  }

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

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

  .tab\:grid-cols-\[repeat\(2\2c 1fr\)_max-content\]{
    grid-template-columns: repeat(2,1fr) -webkit-max-content;
    grid-template-columns: repeat(2,1fr) max-content;
  }

  .tab\:grid-cols-\[repeat\(3\2c 1fr\)_max-content\]{
    grid-template-columns: repeat(3,1fr) -webkit-max-content;
    grid-template-columns: repeat(3,1fr) max-content;
  }

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

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

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

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

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

  .tab\:text-base{
    font-size: 16px;
    line-height: 24px;
  }

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

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