@charset "utf-8";

/*
! tailwindcss v3.1.8 | 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::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:  ;
}

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

.container{
  width: 100%;
}

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

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

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

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

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

.container{
  max-width: 100%;
  margin: auto;
}

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

.visible{
  visibility: visible;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

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

.inset-x-0{
  left: 0px;
  right: 0px;
}

.top-2{
  top: 0.5rem;
}

.top-0{
  top: 0px;
}

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

.left-0{
  left: 0px;
}

.top-7{
  top: 1.75rem;
}

.right-4{
  right: 1rem;
}

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

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

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

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

.col-span-2{
  grid-column: span 2 / span 2;
}

.col-span-3{
  grid-column: span 3 / span 3;
}

.float-right{
  float: right;
}

.clear-right{
  clear: right;
}

.clear-both{
  clear: both;
}

.m-auto{
  margin: auto;
}

.m-0{
  margin: 0px;
}

.\!mx-\[1px\]{
  margin-left: 1px !important;
  margin-right: 1px !important;
}

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

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

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

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

.mx-8{
  margin-left: 2rem;
  margin-right: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mr-10{
  margin-right: 2.5rem;
}

.mr-6{
  margin-right: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

.mb-0\.5{
  margin-bottom: 0.125rem;
}

.mr-\[0\.45rem\]{
  margin-right: 0.45rem;
}

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

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

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

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

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

.mr-3{
  margin-right: 0.75rem;
}

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

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

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

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

.block{
  display: block;
}

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

.flex{
  display: flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

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

.\!h-\[100vw\]{
  height: 100vw !important;
}

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

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

.h-3{
  height: 0.75rem;
}

.h-\[3\/5\]{
  height: 3/5;
}

.h-5{
  height: 1.25rem;
}

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

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

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

.h-8{
  height: 2rem;
}

.h-10{
  height: 2.5rem;
}

.h-12{
  height: 3rem;
}

.h-20{
  height: 5rem;
}

.max-h-screen{
  max-height: 100vh;
}

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

.\!w-\[33px\]{
  width: 33px !important;
}

.w-3\.5{
  width: 0.875rem;
}

.w-3{
  width: 0.75rem;
}

.w-full{
  width: 100%;
}

.w-2{
  width: 0.5rem;
}

.w-5{
  width: 1.25rem;
}

.w-screen{
  width: 100vw;
}

.w-\[85\%\]{
  width: 85%;
}

.w-\[70\%\]{
  width: 70%;
}

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

.w-\[8\%\]{
  width: 8%;
}

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

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

.w-4\/5{
  width: 80%;
}

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

.w-11\/12{
  width: 91.666667%;
}

.w-1\/12{
  width: 8.333333%;
}

.w-9{
  width: 2.25rem;
}

.w-auto{
  width: auto;
}

.w-96{
  width: 24rem;
}

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

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

.max-w-sm{
  max-width: 24rem;
}

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

.max-w-xl{
  max-width: 36rem;
}

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

.grow{
  flex-grow: 1;
}

.basis-\[49\%\]{
  flex-basis: 49%;
}

.table-fixed{
  table-layout: fixed;
}

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

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

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

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

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

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

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

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

.place-content-end{
  place-content: end;
}

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

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

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

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

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

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

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

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

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

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

.overflow-hidden{
  overflow: hidden;
}

.overflow-y-auto{
  overflow-y: auto;
}

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

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

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

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

.rounded-none{
  border-radius: 0px;
}

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

.border{
  border-width: 1px;
}

.\!border-0{
  border-width: 0px !important;
}

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

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

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

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

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

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

.border-solid{
  border-style: solid;
}

.border-dashed{
  border-style: dashed;
}

.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(5 20 31 / var(--tw-border-opacity));
}

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

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

.border-gray-150{
  --tw-border-opacity: 1;
  border-color: rgb(242 242 242 / var(--tw-border-opacity));
}

.border-gray-250{
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
}

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

.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(5 20 31 / var(--tw-bg-opacity));
}

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

.\!bg-black{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}

.bg-primary-gray{
  --tw-bg-opacity: 1;
  background-color: rgb(54 64 73 / var(--tw-bg-opacity));
}

.bg-gray-150{
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}

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

.bg-yellow-50{
  --tw-bg-opacity: 1;
  background-color: rgb(243 195 0 / var(--tw-bg-opacity));
}

.bg-secondary-gray{
  --tw-bg-opacity: 1;
  background-color: rgb(52 58 66 / var(--tw-bg-opacity));
}

.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(186 186 186 / var(--tw-bg-opacity));
}

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

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

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

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

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

.p-2{
  padding: 0.5rem;
}

.p-4{
  padding: 1rem;
}

.p-0{
  padding: 0px;
}

.p-1{
  padding: 0.25rem;
}

.p-6{
  padding: 1.5rem;
}

.p-5{
  padding: 1.25rem;
}

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

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

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

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

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

.py-9{
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

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

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

.px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.py-\[30px\]{
  padding-top: 30px;
  padding-bottom: 30px;
}

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

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-\[2\.75rem\]{
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

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

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

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

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

.px-\[6px\]{
  padding-left: 6px;
  padding-right: 6px;
}

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

.pr-4{
  padding-right: 1rem;
}

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

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

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

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

.pr-3{
  padding-right: 0.75rem;
}

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

.pl-6{
  padding-left: 1.5rem;
}

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

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

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

.pr-12{
  padding-right: 3rem;
}

.pl-5{
  padding-left: 1.25rem;
}

.pr-6{
  padding-right: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pr-\[0\.45rem\]{
  padding-right: 0.45rem;
}

.pl-9{
  padding-left: 2.25rem;
}

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

.pr-5{
  padding-right: 1.25rem;
}

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

.pr-2{
  padding-right: 0.5rem;
}

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

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

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

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

.pl-2{
  padding-left: 0.5rem;
}

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

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

.font-Bold{
  font-family: KiaSignatureBold;
}

.font-Light{
  font-family: KiaSignatureLight;
}

.font-Regular{
  font-family: KiaSignatureRegular;
}

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

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

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

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

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

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

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

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

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

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

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

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

.font-light{
  font-weight: 300;
}

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

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

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

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

.uppercase{
  text-transform: uppercase;
}

.capitalize{
  text-transform: capitalize;
}

.normal-case{
  text-transform: none;
}

.not-italic{
  font-style: normal;
}

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

.leading-5{
  line-height: 1.25rem;
}

.leading-8{
  line-height: 2rem;
}

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

.leading-4{
  line-height: 1rem;
}

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

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

.tracking-widest{
  letter-spacing: 0.1em;
}

.\!tracking-\[0\.28px\]{
  letter-spacing: 0.28px !important;
}

.\!tracking-\[0\.84px\]{
  letter-spacing: 0.84px !important;
}

.tracking-wider{
  letter-spacing: 0.05em;
}

.text-gray-100{
  --tw-text-opacity: 1;
  color: rgb(5 20 31 / var(--tw-text-opacity));
}

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

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

.text-gray-50{
  --tw-text-opacity: 1;
  color: rgb(186 186 186 / var(--tw-text-opacity));
}

.text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(120 120 120 / var(--tw-text-opacity));
}

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

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

.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

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

.opacity-20{
  opacity: 0.2;
}

.opacity-70{
  opacity: 0.7;
}

.opacity-100{
  opacity: 1;
}

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

.transition-\[max-height\]{
  transition-property: max-height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/* Font Settings */

@font-face {
  font-family: 'KiaSignatureRegular';

  src: url('../../fonts/Kia/KiaSignatureRegular.woff2') format('woff2');

  font-weight: 400;

  font-display: swap;
}

@font-face {
  font-family: 'KiaSignatureLight';

  src: url('../../fonts/Kia/KiaSignatureLight.woff2') format('woff2');

  font-weight: 300;

  font-display: swap;
}

@font-face {
  font-family: 'KiaSignatureBold';

  src: url('../../fonts/Kia/KiaSignatureBold.woff2') format('woff2');

  font-weight: 600;

  font-display: swap;
}

[x-cloak] {
  display: none !important;
}

body{
  font-family: KiaSignatureRegular;
}

@media all and (max-width: 400px) {
  #home-page-search h1{
    font-size: 26px;
  }
}

.magnifying-glass{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../../images/kia/icon_search.svg');
}

.refine-search-icon {
  background-image: url('../../images/kia/Dealer/icon_search_white.svg')
}

.location-pin{
  background-repeat: no-repeat;
  background-image: url('../../images/kia/icon_pin.svg');
}

.my-location {
  background-image: url('../../images/kia/Dealer/icon_pin_black.svg')
}

.dealer-list-withmap .refine-search-filter-container,
.dealer-list-withmap .service-offers-accordion {
  display: none;
}

.btn-primary{
  display: block;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(5 20 31 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.5rem;
  text-align: center;
  font-family: KiaSignatureBold;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(5 20 31 / var(--tw-text-opacity));
}

.btn-black{
  display: block;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(5 20 31 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(5 20 31 / var(--tw-bg-opacity));
  padding: 0.5rem;
  text-align: center;
  font-family: KiaSignatureBold;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dealer-info{
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 1rem;
  font-family: KiaSignatureLight;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(5 20 31 / var(--tw-text-opacity));
  background-image: url('../../images/kia/icon_arrowright.svg');
}

.tel-link{
  background-repeat: no-repeat;
  padding-bottom: 0.25rem;
  padding-left: 2rem;
  --tw-text-opacity: 1;
  color: rgb(5 20 31 / var(--tw-text-opacity));
  background-image: url('../../images/kia/icon_phone.svg');
}

.dealer-count,  .dealer-count-doubledigit,  .dealer-count-threedigit{
  top: 0.5rem;
  left: 0.75rem;
}

.dealer-count-doubledigit{
  left: 0.5rem;
}

.accordion-active .dealer-count, 
.accordion-active .dealer-count-doubledigit, 
.accordion-active .dealer-count-threedigit{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* map popup styles */

.map-over,  .map-over-mobile{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding: 1rem;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.gm-style .gm-style-iw-c {
  background: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  max-width: 230px !important;
}

@media (min-width: 768px){
  .gm-style .gm-style-iw-c{
    max-width: 190px !important;
  }
}

.g-map .gm-style .gm-style-iw-tc:after{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.map-list-container .g-map{
  height: 100vw;
}

@media (min-width: 768px){
  .map-list-container .g-map{
    height: auto !important;
  }
}

.dealer-detail-container .g-map{
  height: 100vw !important;
}

@media (min-width: 768px){
  .dealer-detail-container .g-map{
    height: 100% !important;
  }
}

.gm-style .gm-style-iw-tc::after {
  height: 20px;
}

.gm-style-iw-d {
  overflow: visible !important;
}

.gm-style-iw-t{
  bottom: 58px !important;
}

.gmnoprint.gm-bundled-control .gmnoprint > div button + div{
  margin-left: 1px !important;
  margin-right: 1px !important;
  width: 33px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.gmnoprint.gm-bundled-control .gmnoprint > div:first-child{
  height: 90px !important;
  width: 33px !important;
  border-radius: 30px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}

.gmnoprint > div .gm-control-active{
  height: 45px !important;
  width: 33px !important;
}

.map-over .message .close-btn,  .map-over-mobile .message .close-btn{
  height: 0.75rem;
  width: 0.875rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../../images/kia/icon_close_white.svg');
}

.map-over .message-body .heading{
  margin-bottom: 1rem;
  font-family: KiaSignatureBold;
  font-size: 1rem;
  line-height: 1.5rem;
}

.map-over .message-body .address{
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.map-over .message-body .address a{
  display: inline-block;
  width: 100%;
}

@media (min-width: 768px){
  .map-over .message-body .address a{
    width: 75%;
  }
}

.map-over .message-body .phone-number .tel-link{
  display: inline-block;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-left: 1.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background-image: url('../../images/kia/dealer/icon_phone_white.svg');
}

.map-over .message-body .detail-page-link{
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  background-image: url('../../images/kia/dealer/icon_arrowright_white.svg');
}

/* Custom scroll bar styles */

.map-view::-webkit-scrollbar{
  width: 0.625rem;
}

.map-view::-webkit-scrollbar-thumb{
  height: 3/5;
  border-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(54 64 73 / var(--tw-bg-opacity));
}

.map-list-btn.active{
  border-top-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.radius-dropdown{
  background-image: url('../../images/kia/icon_arrowdown.svg');
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 1rem;
  background-size: 14px 10px;
}

.radius-dropdown.active {
  background-image: url('../../images/kia/icon_arrowup.svg');
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 1rem;
}

.dealer-navbar a.is-active{
  border-top-width: 2px;
  padding-top: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#radius-container select {
  background-image: url('../../images/kia/icon_arrowdown.svg');
  background-position: right 12px center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-repeat: no-repeat;
  padding-right: 1rem;
}

.back-arrow{
  background-image: url('../../images/kia/Dealer/icon_arrowleft.svg');
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 1rem;
}

.back-arrow-white {
  background-image: url('../../images/kia/Offers/icon_arrowleft_white.svg');
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 1rem;
}

.dealer-container .accordion-active .dealer-count{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.offer-popup-container .offer-value{
  line-height: 46px;
}

#auto_scroll_map .dealer-container-parent:last-child{
  margin-bottom: 0px;
  border-bottom-width: 0px;
}

#auto_scroll_map .dealer-container-parent .dealer-address .address-txt{
  --tw-text-opacity: 1;
  color: rgb(5 20 31 / var(--tw-text-opacity));
}

/* To hide the close icon in search text box */

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

input[type="search"]{
  -webkit-appearance: none;
  border-radius: 0;
}

@media all and (width: 768px) and (orientation: landscape) {
  .gm-style .gm-style-iw-c {
    overflow-y: auto;
  }
}

.sticky{
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 9;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1440px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}

/* Home page full width layout */

.home-page.container{
  max-width: unset;
}

@media all and (max-width: 767px) {
  .view-offer-btn.btn-black{
    padding: 1.25rem;
  }

  /*Dealer navbar horizontal scroller */

  .dealer-navbar{
    overflow-x: scroll;
  }

  .dealer-navbar a{
    white-space: nowrap;
    font-size: 18px;
  }

  .footer_links ul li{
    display: inline-block;
  }
}

/* Loading Spinner for Search Button */

.loading:after {
  animation: spinAround .7s infinite linear;
  position: absolute;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 9999px;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  content: "";
  display: block;
  left: calc(46% - (1em / 2));
  top: calc(45% - (1em / 2));
  border-color: transparent transparent #FFF #FFF;
}

.refine-search-icon.loading{
  position: relative;
  background-image: none;
  border-color: transparent transparent #fff #fff;
}

.magnifying-glass.loading{
  position: relative;
  background-image: none;
  border-color: transparent transparent #000 #000;
}

.mob-wallet-send-btn .loading{
  background-image: none;
  border-color: transparent transparent #000 #000;
}

.refine-search-icon.loading::after {
  border-color: transparent transparent #fff #fff;
}

.magnifying-glass.loading::after, .mob-wallet-send-btn .loading::after {
  border-color: transparent transparent #000 #000;
}

@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

/* Loading Spinner for Search Button Ends */

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

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

@media (min-width: 640px){
  .sm\:mt-8{
    margin-top: 2rem;
  }

  .sm\:flex{
    display: flex;
  }

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

  .sm\:w-4\/5{
    width: 80%;
  }
}

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

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

  .md\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

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

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

  .md\:ml-0{
    margin-left: 0px;
  }

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

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

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

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

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

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

  .md\:mr-16{
    margin-right: 4rem;
  }

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

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:grid{
    display: grid;
  }

  .md\:hidden{
    display: none;
  }

  .md\:\!h-auto{
    height: auto !important;
  }

  .md\:max-h-\[unset\]{
    max-height: unset;
  }

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

  .md\:w-4\/5{
    width: 80%;
  }

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

  .md\:w-11\/12{
    width: 91.666667%;
  }

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

  .md\:w-1\/12{
    width: 8.333333%;
  }

  .md\:w-8\/12{
    width: 66.666667%;
  }

  .md\:w-\[55\%\]{
    width: 55%;
  }

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

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

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

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

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

  .md\:gap-4{
    gap: 1rem;
  }

  .md\:gap-14{
    gap: 3.5rem;
  }

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

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

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

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

  .md\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgb(5 20 31 / var(--tw-border-opacity));
  }

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

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

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

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

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

  .md\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

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

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

  .md\:pl-\[42px\]{
    padding-left: 42px;
  }

  .md\:pr-0{
    padding-right: 0px;
  }

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

  .md\:pr-5{
    padding-right: 1.25rem;
  }

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

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

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

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

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

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

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

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

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

  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

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

  .md\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }

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

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

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

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

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

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

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

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

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

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

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

  .lg\:w-\[33\%\]{
    width: 33%;
  }

  .lg\:w-\[67\%\]{
    width: 67%;
  }

  .lg\:w-4\/5{
    width: 80%;
  }

  .lg\:w-44{
    width: 11rem;
  }

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

  .lg\:basis-1\/2{
    flex-basis: 50%;
  }

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

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

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

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

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

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

  .lg\:pl-6{
    padding-left: 1.5rem;
  }

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

  .lg\:pr-6{
    padding-right: 1.5rem;
  }

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

  .lg\:pr-9{
    padding-right: 2.25rem;
  }

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

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

  .lg\:pr-10{
    padding-right: 2.5rem;
  }

  .lg\:pl-14{
    padding-left: 3.5rem;
  }

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

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

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

  .lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

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

  .lg\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

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

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

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

  .xl\:hidden{
    display: none;
  }

  .xl\:min-h-\[unset\]{
    min-height: unset;
  }

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

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

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

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

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

  .xl\:leading-tight{
    line-height: 1.25;
  }
}

@media (min-width: 1536px){
  .\32xl\:mr-20{
    margin-right: 5rem;
  }

  .\32xl\:ml-16{
    margin-left: 4rem;
  }

  .\32xl\:ml-20{
    margin-left: 5rem;
  }

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

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

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

  .\32xl\:w-\[65\%\]{
    width: 65%;
  }

  .\32xl\:w-3\/5{
    width: 60%;
  }

  .\32xl\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .\32xl\:px-\[3\.25rem\]{
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .\32xl\:pl-0{
    padding-left: 0px;
  }

  .\32xl\:pr-0{
    padding-right: 0px;
  }

  .\32xl\:pl-1{
    padding-left: 0.25rem;
  }
}

@media (max-width: 767px){
  .mobile\:top-4{
    top: 1rem;
  }

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

  .mobile\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

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

  .mobile\:mr-6{
    margin-right: 1.5rem;
  }

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

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

  .mobile\:mr-3{
    margin-right: 0.75rem;
  }

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

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

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

  .mobile\:block{
    display: block;
  }

  .mobile\:flex{
    display: flex;
  }

  .mobile\:hidden{
    display: none;
  }

  .mobile\:h-screen{
    height: 100vh;
  }

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

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

  .mobile\:w-1\/3{
    width: 33.333333%;
  }

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

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

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

  .mobile\:w-2\/12{
    width: 16.666667%;
  }

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

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

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

  .mobile\:self-center{
    align-self: center;
  }

  .mobile\:overflow-scroll{
    overflow: scroll;
  }

  .mobile\:break-words{
    overflow-wrap: break-word;
  }

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

  .mobile\:bg-primary-gray{
    --tw-bg-opacity: 1;
    background-color: rgb(54 64 73 / var(--tw-bg-opacity));
  }

  .mobile\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgb(5 20 31 / var(--tw-bg-opacity));
  }

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

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

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

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

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

  .mobile\:pl-2{
    padding-left: 0.5rem;
  }

  .mobile\:pr-2{
    padding-right: 0.5rem;
  }

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

  .mobile\:pl-14{
    padding-left: 3.5rem;
  }

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

  .mobile\:align-top{
    vertical-align: top;
  }

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

  .mobile\:leading-4{
    line-height: 1rem;
  }

  .mobile\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgb(5 20 31 / var(--tw-text-opacity));
  }
}

@media (min-width: 768px) and (max-width: 768px){
  .tablet\:mb-8{
    margin-bottom: 2rem;
  }

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

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

  .tablet\:w-11\/12{
    width: 91.666667%;
  }

  .tablet\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .tablet\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }
}