@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: 1500px;
  }
}

.navbar-item{
  font-size: 15px;
  font-family: HyundaiSansHead;
  color: black;
  font-weight: 400;
}

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

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

.left-0{
  left: 0px;
}

.top-2{
  top: 0.5rem;
}

.right-0{
  right: 0px;
}

.right-4{
  right: 1rem;
}

.right-3{
  right: 0.75rem;
}

.top-4{
  top: 1rem;
}

.left-2\/4{
  left: 50%;
}

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

.bottom-8{
  bottom: 2rem;
}

.left-8{
  left: 2rem;
}

.right-8{
  right: 2rem;
}

.bottom-0{
  bottom: 0px;
}

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

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

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

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

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

.float-right{
  float: right;
}

.float-left{
  float: left;
}

.clear-right{
  clear: right;
}

.clear-both{
  clear: both;
}

.m-0{
  margin: 0px;
}

.m-auto{
  margin: auto;
}

.m-2{
  margin: 0.5rem;
}

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

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

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

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

.mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

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

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

.mx-9{
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-ml-6{
  margin-left: -1.5rem;
}

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

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

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

.ml-10{
  margin-left: 2.5rem;
}

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

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

.mb-3\.5{
  margin-bottom: 0.875rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mr-1\.5{
  margin-right: 0.375rem;
}

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

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.flex{
  display: flex;
}

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

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-5{
  height: 1.25rem;
}

.h-8{
  height: 2rem;
}

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

.h-screen{
  height: 100vh;
}

.h-4{
  height: 1rem;
}

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

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

.h-10{
  height: 2.5rem;
}

.h-12{
  height: 3rem;
}

.h-20{
  height: 5rem;
}

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

.w-5{
  width: 1.25rem;
}

.w-12{
  width: 3rem;
}

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

.w-96{
  width: 24rem;
}

.w-full{
  width: 100%;
}

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

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

.w-9\/12{
  width: 75%;
}

.w-screen{
  width: 100vw;
}

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

.w-4{
  width: 1rem;
}

.w-3\/6{
  width: 50%;
}

.w-8{
  width: 2rem;
}

.w-24{
  width: 6rem;
}

.w-auto{
  width: auto;
}

.w-20{
  width: 5rem;
}

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

.w-1\/4{
  width: 25%;
}

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

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

.w-56{
  width: 14rem;
}

.w-7{
  width: 1.75rem;
}

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

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

.w-9{
  width: 2.25rem;
}

.w-1\/5{
  width: 20%;
}

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

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

.max-w-5xl{
  max-width: 64rem;
}

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

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

.max-w-3xl{
  max-width: 48rem;
}

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

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

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

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

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

.flex-grow{
  flex-grow: 1;
}

.grow{
  flex-grow: 1;
}

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

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

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

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

@keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

.animate-ping{
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.cursor-pointer{
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-4{
  gap: 1rem;
}

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

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

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

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

.overflow-hidden{
  overflow: hidden;
}

.overflow-scroll{
  overflow: scroll;
}

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

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

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

.rounded-2xl{
  border-radius: 1rem;
}

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

.rounded-lg{
  border-radius: 0.5rem;
}

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

.border{
  border-width: 1px;
}

.border-medium{
  border-width: 1.5px;
}

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

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

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

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

.border-b-medium{
  border-bottom-width: 1.5px;
}

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

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

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

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

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

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

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

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

.border-primary-blue{
  --tw-border-opacity: 1;
  border-color: rgb(0 170 210 / var(--tw-border-opacity));
}

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

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

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

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

.bg-primary-navy{
  --tw-bg-opacity: 1;
  background-color: rgb(0 44 95 / var(--tw-bg-opacity));
}

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

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

.bg-hyundai-light-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(171 200 231 / var(--tw-bg-opacity));
}

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

.bg-hyundai-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(0 52 105 / var(--tw-bg-opacity));
}

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

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

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

.bg-primary-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(0 170 210 / var(--tw-bg-opacity));
}

.bg-brown{
  --tw-bg-opacity: 1;
  background-color: rgb(168 105 62 / var(--tw-bg-opacity));
}

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

.bg-secondary-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(33 96 173 / var(--tw-bg-opacity));
}

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

.bg-find-dealer{
  background-image: url('../../images/hyundai/find-dealer-icon.svg');
}

.bg-my-location{
  background-image: url('../../images/hyundai/current-loc-icon.svg');
}

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

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

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

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

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

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

.p-0{
  padding: 0px;
}

.p-2{
  padding: 0.5rem;
}

.p-4{
  padding: 1rem;
}

.p-1{
  padding: 0.25rem;
}

.p-6{
  padding: 1.5rem;
}

.p-3{
  padding: 0.75rem;
}

.p-8{
  padding: 2rem;
}

.p-10{
  padding: 2.5rem;
}

.p-2\.5{
  padding: 0.625rem;
}

.p-5{
  padding: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pr-11{
  padding-right: 2.75rem;
}

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

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

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

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

.pt-0\.5{
  padding-top: 0.125rem;
}

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

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

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

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

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

.pr-7{
  padding-right: 1.75rem;
}

.pb-7{
  padding-bottom: 1.75rem;
}

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

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

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

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

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

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

.font-SansHead-Bold{
  font-family: HyundaiSansHeadBold;
}

.font-SansHead{
  font-family: HyundaiSansHead;
}

.font-SansHead-Medium{
  font-family: HyundaiSansHeadMedium;
}

.font-Amiko{
  font-family: Amiko;
}

.font-SansHead-Light{
  font-family: HyundaiSansHeadLight;
}

.font-SansText{
  font-family: HyundaiSansText;
}

.font-SansText-Bold{
  font-family: HyundaiSansText-Bold;
}

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

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

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

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

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

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

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

.text-26px{
  font-size: 26px;
}

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

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

.text-3xl-2{
  font-size: 32px;
}

.text-22px{
  font-size: 22px;
}

.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}

.text-15px{
  font-size: 15px;
}

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

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

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

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

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

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

.text-13px{
  font-size: 13px;
}

.text-11px{
  font-size: 11px;
}

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

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

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

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

.uppercase{
  text-transform: uppercase;
}

.capitalize{
  text-transform: capitalize;
}

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

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

.leading-7{
  line-height: 1.75rem;
}

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

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

.leading-9{
  line-height: 2.25rem;
}

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

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

.leading-normal{
  line-height: 1.5;
}

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

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

.\!leading-\[17px\]{
  line-height: 17px !important;
}

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

.\!leading-\[15px\]{
  line-height: 15px !important;
}

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

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

.tracking-1{
  letter-spacing: .01em;
}

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

.tracking-tight{
  letter-spacing: -0.025em;
}

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

.text-primary-navy{
  --tw-text-opacity: 1;
  color: rgb(0 44 95 / var(--tw-text-opacity));
}

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

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

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

.text-hyundai-blue{
  --tw-text-opacity: 1;
  color: rgb(0 52 105 / var(--tw-text-opacity));
}

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

.text-hyundai-blue-50{
  --tw-text-opacity: 1;
  color: rgb(12 44 91 / var(--tw-text-opacity));
}

.text-primary-blue{
  --tw-text-opacity: 1;
  color: rgb(0 170 210 / var(--tw-text-opacity));
}

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

.text-error{
  --tw-text-opacity: 1;
  color: rgb(230 51 18 / var(--tw-text-opacity));
}

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

.text-secondary-blue{
  --tw-text-opacity: 1;
  color: rgb(33 96 173 / var(--tw-text-opacity));
}

.text-primary-navy-hover{
  --tw-text-opacity: 1;
  color: rgb(6 26 54 / var(--tw-text-opacity));
}

.\!text-primary-navy{
  --tw-text-opacity: 1 !important;
  color: rgb(0 44 95 / var(--tw-text-opacity)) !important;
}

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

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

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

.opacity-100{
  opacity: 1;
}

.opacity-0{
  opacity: 0;
}

.opacity-70{
  opacity: 0.7;
}

.opacity-75{
  opacity: 0.75;
}

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

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

/* Font Settings */

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

  src: url('../../fonts/Hyundai/HyundaiSansHead/HyundaiSansHead.woff2') format('woff2'), url('../../fonts/Hyundai/HyundaiSansHead/HyundaiSansHead.woff') format('woff');

  font-weight: normal;

  font-display: swap;
}

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

  src: url('../../fonts/Hyundai/HyundaiSansHead-Bold/HyundaiSansHead-Bold.woff2') format('woff2'), url('../../fonts/Hyundai/HyundaiSansHead-Bold/HyundaiSansHead-Bold.woff') format('woff');

  font-weight: bold;

  font-display: swap;
}

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

  src: url('../../fonts/Hyundai/HyundaiSansHead-Light/HyundaiSansHead-Light.woff2') format('woff2'), url('../../fonts/Hyundai/HyundaiSansHead-Light/HyundaiSansHead-Light.woff') format('woff');

  font-weight: 300;

  font-display: swap;
}

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

  src: url('../../fonts/Hyundai/HyundaiSansHead-Medium/HyundaiSansHeadMedium.woff2') format('woff2'), url('../../fonts/Hyundai/HyundaiSansHead-Medium/HyundaiSansHeadMedium.woff') format('woff');

  font-weight: 500;

  font-display: swap;
}

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

  src: url('../../fonts/Hyundai/HyundaiSansText/HyundaiSansText.woff2') format('woff2');

  font-weight: normal;

  font-display: swap;
}

@font-face {
  font-family: 'HyundaiSansText-Bold';

  src: url('../../fonts/Hyundai/HyundaiSansText-Bold/HyundaiSansText-Bold.woff2') format('woff2');

  font-weight: bold;

  font-display: swap;
}

/*Added opacity to override Tailwind styles*/

.opacity-100 {
  opacity: 1;
}

/*Nav menu styles*/

.brand-logo {
  box-shadow: 0px 1.37413px 0px #e6e6e6;
  margin-bottom: .125rem;
}

.navbar-item.selected{
  font-family: HyundaiSansHeadMedium;
  --tw-text-opacity: 1;
  color: rgb(0 52 105 / var(--tw-text-opacity));
}

.navbar-burger span:first-child {
  top: calc(50% - 13px);
}

.navbar-burger span:nth-child(2) {
  top: calc(50% - 1px);
}

.navbar-burger span:nth-child(3) {
  top: calc(50% + 10.5px);
}

.navbar-burger span {
  height: 3px;
  width: 42px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 52 105 / var(--tw-bg-opacity));
  display: block;
  left: 0;
  position: absolute;
  transform-origin: center;
  transition-duration: 86ms;
  transition-property: background-color,opacity,transform;
  transition-timing-function: ease-out;
}

.navbar-brand a {
  transform: translate(-50%, -50%);
}

/*Styles to remove text box color in focus for Chrome*/

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px white inset;
  -webkit-text-fill-color: #747474;
  -webkit-border-radius: 9999px;
}

input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px white inset;
  -webkit-text-fill-color: #747474;
  -webkit-border-radius: 9999px;
}

/* clears the ‘X’ from Chrome */

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

@media (min-width: 1472px) {
  .column-custom-container {
    width: 1140px;
    margin: 0 auto;
    max-width: 1140px;
  }

  .image-container-div {
    display: flex;
    align-items: center;
  }

  .column-custom-container2 {
    width: 1240px;
    margin: 0 auto;
    max-width: 1240px;
  }

  .ev-bottom-banner .column-custom-container2{
    max-width: 1200px;
  }
}

@media (min-width: 1537px) {
  .fixed-width-container {
    width: 1530px;
    margin: 0 auto;
    max-width: 1530px;
  }
}

/*Common Button Styles*/

.btn{
  display: inline-block;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-arrow {
  background-image: url('../../images/hyundai/arrow-right-icon.svg');
  background-repeat: no-repeat;
  background-position: right 15px bottom 52%;
  background-size: 7px;
}

.btn-arrow-blue {
  background-image: url('../../images/hyundai/arrow-right-icon-blue.svg');
  background-repeat: no-repeat;
  background-position: right 15px bottom 52%;
  background-size: 8px;
}

/*Common Button Styles ends*/

/*Primary and Secondary Button Styles*/

.btn-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(0 44 95 / var(--tw-bg-opacity));
}

.btn-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(6 26 54 / var(--tw-bg-opacity));
}

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

.btn-gray:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(102 102 102 / var(--tw-bg-opacity));
}

.btn-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 52 105 / var(--tw-text-opacity));
}

/*Primary and Secondary Button Styles Ends*/

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

.magnifying-glass-brown-bg.loading {
  background-image: url('../../images/hyundai/icon-brown-bg.svg');
  position: relative;
}

.magnifying-glass-blue-bg.loading {
  background-image: url('../../images/hyundai/icon-blue-bg.svg');
  position: relative;
}

.refine-search-icon {
  background-image: url('../../images/hyundai/search-magnifier-icon.svg');
}

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

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

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

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

/* Loading Spinner for Search Button Ends */

/*Hyperlink Styles*/

.hyperlink{
  font-family: HyundaiSansHeadBold;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(0 44 95 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .hyperlink:hover{
    text-decoration-line: underline;
  }
}

/*Hyperlink Styles Ends*/

/* Unordered list styles*/

.bullet-list li {
  padding: 10px 0 0 20px;
  position: relative;
}

.bullet-list li:before {
  content: "\25CF";
  position: absolute;
  left: .2em;
  font-size: 10px;
}

/* Dealer List Invalid Dealer */

.error-strip .delete:before, .error-strip .delete:after {
  background-color: transparent;
}

.error-strip .delete {
  background: url('../../images/hyundai/blue-close-x.svg');
  width: 5%;
  position: absolute;
  right: 0;
  top: 9%;
  height: 20px;
  background-repeat: no-repeat;
}

.error-strip {
  display: none;
}

.error-strip.is-active {
  display: block;
}

/* Dealer detail page custom CSS */

#fixedNav a.is-active{
  --tw-text-opacity: 1;
  color: rgb(0 170 210 / var(--tw-text-opacity));
}

/* Error Page Styles */

.errorpage-search-container .search-form-container{
  background-color: transparent;
}

.errorpage-search-container .inner-container{
  display: block;
}

.errorpage-search-container .inner-container > p{
  display: none;
}

.errorpage-search-container .locator-container{
  justify-content: center;
  margin-top: 1rem;
}

.errorpage-search-container .locator-container p{
  padding-top: 0px;
}

.errorpage-search-container .input-box{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(186 186 186 / var(--tw-border-opacity));
}

@media (max-width: 767px) {
  .errorpage-search-container .search-text-box{
    padding-left: 0px;
    padding-right: 0px;
  }

  .errorpage-search-container .text-input{
    padding-left: 1rem;
  }
}

/* Filter offers dropdown styles */

.filter-dropdown .icon{
  display: inline-block;
  height: 2rem;
  width: 3rem;
}

.filter-dropdown .btn-txt{
  margin-top: 1rem;
  display: block;
  font-family: HyundaiSansHeadBold;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 44 95 / var(--tw-text-opacity));
}

.filter-btn.active .btn-txt{
  --tw-text-opacity: 1;
  color: rgb(0 170 210 / var(--tw-text-opacity));
}

.battery .icon,
.battery.ev .icon {
  background-image: url('../../images/hyundai/offers/filter/battery-gray-icon.svg');
}

.battery.active .icon,
.battery.ev.active .icon {
  background-image: url('../../images/hyundai/offers/filter/battery-blue-icon.svg');
}

.belts .icon,
.belts.ev .icon {
  background-image: url('../../images/hyundai/offers/filter/belts-gray-icon.svg');
}

.belts.active .icon,
.belts.ev.active .icon {
  background-image: url('../../images/hyundai/offers/filter/belts-blue-icon.svg');
}

.brake .icon,
.brakes .icon,
.brakes.ev .icon {
  background-image: url('../../images/hyundai/offers/filter/brakes-gray-icon.svg');
}

.brake.active .icon,
.brakes.active .icon,
.brakes.ev.active .icon {
  background-image: url('../../images/hyundai/offers/filter/brakes-blue-icon.svg');
}

.cabin-air-filter .icon,
.cabin.air.filter .icon,
.cabin.air.filter.ev .icon {
  background-image: url('../../images/hyundai/offers/filter/cabin-filtter-gray-icon.svg');
}

.cabin-air-filter.active .icon,
.cabin.air.filter.active .icon,
.cabin.air.filter.ev.active .icon {
  background-image: url('../../images/hyundai/offers/filter/cabin-filtter-blue-icon.svg');
}

.clutch .icon,
.clutch.ev .icon {
  background-image: url('../../images/hyundai/offers/filter/clutch-gray-icon.svg');
}

.clutch.active .icon,
.clutch.ev.active .icon {
  background-image: url('../../images/hyundai/offers/filter/clutch-blue-icon.svg');
}

.coolant .icon,
.coolant.ev .icon {
  background-image: url('../../images/hyundai/offers/filter/coolant-gray-icon.svg');
}

.coolant.active .icon,
.coolant.ev.active .icon {
  background-image: url('../../images/hyundai/offers/filter/coolant-blue-icon.svg');
}

.exhaust .icon,
.exhaust.ev .icon {
  background-image: url('../../images/hyundai/offers/filter/exhaust-gray-icon.svg');
}

.exhaust.active .icon,
.exhaust.ev.active .icon {
  background-image: url('../../images/hyundai/offers/filter/exhaust-blue-icon.svg');
}

.mpi .icon,
.multipoint.inspection.ev .icon{
  background-image: url('../../images/hyundai/offers/filter/mpi-gray-icon.svg');
}

.mpi.active .icon,
.multipoint.inspection.ev.active .icon {
  background-image: url('../../images/hyundai/offers/filter/mpi-blue-icon.svg');
}

.oil .icon,
.lof .icon,
.oil.ev .icon {
  background-image: url('../../images/hyundai/offers/filter/oil-gray-icon.svg');
}

.oil.active .icon,
.lof.active .icon,
.oil.ev.active .icon {
  background-image: url('../../images/hyundai/offers/filter/oil-blue-icon.svg');
}

.shocks .icon,
.shocks.ev .icon {
  background-image: url('../../images/hyundai/offers/filter/shocks-gray-icon.svg');
}

.shocks.active .icon,
.shocks.ev.active .icon {
  background-image: url('../../images/hyundai/offers/filter/shocks-blue-icon.svg');
}

.tires .icon,
.tire .icon,
.tire.ev .icon{
  background-image: url('../../images/hyundai/offers/filter/tires-gray-icon.svg');
}

.tires.active .icon,
.tire.active .icon,
.tire.ev.active .icon{
  background-image: url('../../images/hyundai/offers/filter/tires-blue-icon.svg');
}

.visibility .icon,
.visibility.ev .icon{
  background-image: url('../../images/hyundai/offers/filter/visibility-gray-icon.svg');
}

.visibility.active .icon,
.visibility.ev.active .icon {
  background-image: url('../../images/hyundai/offers/filter/visibility-blue-icon.svg');
}

.wild-card .icon,
.wild.card .icon,
.wild.card.ev .icon {
  background-image: url('../../images/hyundai/offers/filter/wild-card-gray-icon.svg');
}

.wild-card.active .icon,
.wild.card.active .icon,
.wild.card.ev.active .icon {
  background-image: url('../../images/hyundai/offers/filter/wild-card-blue-icon.svg');
}

.filter-btn .icon{
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.filter-btn{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  width: 33.333333%;
  text-align: center;
}

@media (min-width: 768px){
  .filter-btn{
    margin-top: 1rem;
    margin-bottom: 1.5rem;
  }
}

.dealer-navbar {
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}

.dealer-detail-container .phone-number {
  background-position: top 5px right;
  text-align: right;
}

/* Home Page Styles */

.magnifying-glass-blue-bg {
  background-image: url('../../images/hyundai/search-magnifier-icon-blue-bg.svg');
}

.magnifying-glass-brown-bg {
  background-image: url('../../images/hyundai/search-magnifier-icon-brown-bg.svg');
}

.my-location-white {
  background-image: url('../../images/hyundai/current-loc-icon-white.svg');
}

.my-location-blue {
  background-image: url('../../images/hyundai/current-loc-icon.svg');
}

.banner-container {
  position: relative;
}

/* Dealer list/map Page Styles*/

.result-container {
  padding-top: 100vw;
}

.dealer-list-container {
  width: 100vw;
}

.g-map {
  height: 100vw;
  position: absolute !important;
}

.g-map .gm-style .gm-style-iw-tc::after {
  display: none;
}

.dealer-list-withmap .accordion-active.container-header {
  align-items: flex-start;
}

/*Added to hide close button for Popup in Map*/

.gm-style-iw.gm-style-iw-c, .gm-style .gm-style-iw-t::after {
  display: none;
}

.w-49-percent {
  width: 49%;
}

.w-48-percent {
  width: 48%;
}

.refine-search-btn {
  background: url(../../images/hyundai/search-magnifier-icon-white.svg) #888 no-repeat 88% 45%;
}

.show {
  display: block !important;
}

.bg-lt-blue {
  background-color: #4AA8CE !important;
}

.bg-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(33 96 173 / var(--tw-bg-opacity));
}

/* Banner Pop Up Styles */

.modal.is-active {
  display: flex;
}

.modal-background {
  background-color: rgba(10, 10, 10, 0.86);
}

@media (min-width: 768px) {
  .btn{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .modal-container {
    width: 700px;
  }

  .navbar-item.recall {
    display: none;
  }

  .navbar-item {
    font-size: 13px;
  }

  .errorpage-content {
    top: 8.5%;
  }
}

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

  .navbar-item {
    font-size: 15px;
  }

  .errorpage-content {
    top: 16.5%;
  }

  .ev-bottom-banner div.video-img-grid {
    grid-template-columns: 4fr 3fr;
  }
}

.delete:before, .delete:after {
  content: "";
  display: block;
  left: 75%;
  position: absolute;
  top: 25%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
  background-color: #666666;
}

.delete:before {
  width: 2px;
  height: 60%;
}

.delete:after {
  height: 2px;
  width: 60%;
}

.clipboard-container {
  border: 1px solid #2160AD;
  max-width: 184px;
}

.code {
  max-width: 71%;
}

/*Banner Opacity*/

.bg-gray-banner-opacity {
  background-color: rgba(230, 230, 230, .6);
}

.bg-gray-banner-opacity-4 {
  background-color: rgba(230, 230, 230, .4);
}

@media all and (min-width: 768px) {
  .service-offers > .service-offers-container {
    justify-content: flex-start;
    /*Added to fix white space for odd number of offers or Filter selection*/
    gap: 1.4em;
    /*Needed to have space between*/
  }

  .offer-tile {
    min-height: 180px;
    width: 49%;
  }

  .offer-tile .offer-value {
    font-size: 0.875rem;
    line-height: 1rem;
  }

  /* offer popup styles */

  .offer-popup .popup-offer-detail {
    min-height: 410px;
  }

  .offer-popup-container .email-offer-container,  .popup-address-text,  .offer-popup-container .email-offer-container,  .popup-phone-number{
    --tw-text-opacity: 1;
    color: rgb(102 102 102 / var(--tw-text-opacity));
  }

  .event-banner-section .desktop-img {
    height: 9.53vw;
  }

  .filters-offers-dropdown {
    width: 96%;
  }

  .filter-btn {
    width: 16%;
  }

  .result-container {
    padding-top: 70vw;
    grid-template-columns: 100%;
  }

  .dealer-list-container {
    width: 100%;
  }

  .g-map {
    height: 70vw;
  }

  .dealer-detail-container .g-map {
    height: 60vw;
    position: relative !important;
  }

  .map-view .dealer-hyperlinks .btn {
    min-width: 49%;
  }

  .list-view .dealer-address {
    display: block;
  }

  .list-view .dealer-hyperlinks .btn {
    min-width: 170px;
    max-width: 170px;
  }

  .list-view .dealer-address .phone-number {
    text-align: left;
  }

  .list-view .container-header {
    padding-left: 1em;
    padding-top: 1em;
  }

  .refine-search-icon.loading::after {
    left: calc(44% - (1em / 2));
    top: calc(46% - (1em / 2));
  }

  .dealer-banner-container .refine-search-section .current-loc-wrapper{
    margin-left: 0px;
    margin-right: 0px;
  }

  .dealer-banner-container .refine-search-section {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .dealer-banner-container .refine-search-section {
    width: auto;
  }

  .dealer-banner-container .refine-search-section .current-loc-wrapper{
    margin-left: auto;
    margin-right: auto;
  }

  .result-container {
    padding-top: 0;
    grid-template-columns: 50% 50%;
  }

  .dealer-list-container {
    width: auto;
  }

  .g-map, .dealer-detail-container .g-map {
    height: auto;
    position: relative !important;
  }

  .map-view .dealer-hyperlinks .btn {
    min-width: 238px;
  }

  .list-view .dealer-hyperlinks .btn {
    min-width: 150px;
    max-width: 150px;
  }

  .list-view .dealer-container-parent {
    max-width: 415px;
  }

  .list-view .dealer-address {
    margin-left: 3rem;
  }

  .dealer-address {
    padding-left: 0;
  }

  .container-header {
    padding-left: 0;
  }

  .offer-tile {
    width: 32%;
  }

  .filter-btn {
    width: 14%;
  }

  .overlay-content {
    left: 63%;
    right: 50%;
    top: 30%;
  }
}

@media all and (width: 1024px) {
  .overlay-content {
    top: 15%;
  }
}

@media all and (min-width: 1088px) {
  .errorpage-content {
    top: 23.5%;
  }
}

@media all and (min-width: 1280px) {
  .btn{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .offer-tile-container .offer-tile .offer-popup .popup-offer-detail .offer-value {
    font-size: 2.65rem;
    line-height: 40px;
  }

  .result-container {
    grid-template-columns: 45% 55%;
  }

  .map-view .dealer-hyperlinks .btn {
    min-width: 255px;
  }

  .list-view .dealer-hyperlinks .btn {
    min-width: 190px;
    max-width: 190px;
  }

  .list-view .dealer-address {
    display: flex;
  }

  .list-view .dealer-address .phone-number,
    .list-view .dealer-container .dealer-address .get-directions {
    text-align: right;
  }

  .list-view .dealer-container .dealer-address .get-directions{
    width: 50%;
    font-size: .9rem;
  }

  .list-view .dealer-container .dealer-address .address-txt{
    width: 75%;
    font-size: .9rem;
  }

  .offer-tile {
    min-height: 210px;
  }

  .offer-tile .offer-value {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .offer-tile-container .offer-tile .offer-value {
    width: 39%;
  }

  div.video-img-grid {
    grid-column-gap: 3em;
  }

  .ev-bottom-banner div.video-img-grid {
    grid-column-gap: 1em;
    grid-template-columns: 4fr 4fr;
  }

  .errorpage-content {
    top: 27.5%;
  }

  /*.event-banner-section .desktop-img {
        height: 10.5vw;
    }*/
}

@media all and (min-width: 1366px) {
  .offer-tile {
    width: 31.43%;
  }

  .result-container {
    grid-template-columns: 40% 58.9%;
  }

  .dealer-banner-container,  .list-view{
    padding-right: 0px;
  }

  .list-view .dealer-hyperlinks .btn {
    min-width: 200px;
    max-width: 200px;
  }

  .service-offers > .service-offers-container {
    gap: 2.3em;
  }

  div.video-img-content-grid {
    grid-template-columns: 3fr 6fr;
  }

  div.video-img-grid {
    grid-template-columns: 5fr 4fr;
  }
}

@media all and (min-width: 1468px) {
  .errorpage-content {
    top: 31.5%;
  }
}

.car-care-carousel .home-carousel .dot:checked ~ .checkmark,
.container:hover .dot ~ .checkmark {
  background: #fff;
}

.car-care-carousel .home-carousel .dot {
  position: relative;
  margin: initial;
}

@media all and (min-width: 1536px) {
  /*.ccd-banner-img {
        margin-left: -2rem;
    }*/

  .container.home {
    max-width: 1520px;
    /*Added to make home page streach screen width*/
  }

  /*.event-banner-section {
        max-width: 1320px;
    }*/

  .event-banner-section .desktop-img {
    height: 8.2vw;
  }

  div.video-img-content-grid {
    grid-template-columns: 4fr 6fr;
  }

  div.video-img-grid {
    grid-template-columns: 5fr 4fr;
  }

  .ev-bottom-banner div.video-img-grid {
    grid-template-columns: 4fr 4fr;
  }

  .oil-change-video div.video-img-grid {
    grid-column-gap: 2em;
  }

  div.grid-75-25 {
    grid-template-columns: 4fr 3fr;
  }

  .mapView .dealer-container-parent {
    margin-left: 4rem;
  }

  .list-view .dealer-container .dealer-address .get-directions {
    font-size: 1rem;
  }

  .list-view .dealer-container .dealer-address .address-txt {
    width: 82%;
    font-size: 1rem;
  }
}

.back-arrow{
  position: relative;
  padding-left: 0.875rem;
}

.back-arrow:before {
  content: '';
  background: url('../../images/hyundai/icons/icon-right-arrow.svg') no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  --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));
  width: 9px;
  height: 12px;
}

.clear-icon {
  background-image: url('../../images/hyundai/icons/icon-clear-filter.svg');
}

.offer-tile-container .offer-tile .offer-value{
  margin-right: 1rem;
  align-self: center;
}

@media (min-width: 768px){
  .offer-tile-container .offer-tile .offer-value{
    width: 50%;
  }
}

@media (max-width: 767px){
  .offer-tile-container .offer-tile .offer-value{
    width: 60%;
  }
}

.offer-tile:hover .view-offer-btn{
  --tw-bg-opacity: 1;
  background-color: rgb(0 44 95 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  /*This need to be refined - issue there in mobile*/
}

@media (min-width: 768px){
  .offer-tile{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

@media (max-width: 767px){
  .offer-tile{
    min-height: 0px;
  }
}

/*Below styles needs to be moved to different file and modified*/

.dealer-list-container .max-h-screen::-webkit-scrollbar {
  background-color: #666;
  width: 8px;
}

.dealer-list-container .max-h-screen::-webkit-scrollbar-track {
  background-color: #fff;
}

.dealer-list-container .max-h-screen::-webkit-scrollbar-thumb {
  background-color: #666;
  border-radius: 24px;
  border: 4px solid #666;
}

.dealer-list-container .max-h-screen::-webkit-scrollbar-button {
  display: none;
}

.dealer-count, .dealer-count-doubledigit, .dealer-count-threedigit {
  top: .3em;
  left: 0;
}

.get-directions .get-directions-link {
  background: url('../../images/hyundai/icons/get-direction-icon.svg') no-repeat right 20%;
  font-size: 1rem;
  line-height: 1.5rem;
}

.phone-number{
  text-align: right;
  font-family: HyundaiSansHeadBold;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.right-arrow {
  background: url('../../images/hyundai/icons/icon-right-arrow.svg') no-repeat right 40%;
}

.bluelink-right-arrow {
  background: url('../../images/hyundai/ccd-event-banner/blue-link-arrow.svg') no-repeat right 50%;
  width: 150px;
  display: inline-block;
}

.map-list-btn{
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(136 136 136 / var(--tw-bg-opacity));
  background-repeat: no-repeat;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-right: 4rem;
  padding-left: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.view-list-btn {
  background-image: url('../../images/hyundai/dealer/view-list.svg');
  background-position: 80% 45%;
}

.view-map-btn {
  background-image: url('../../images/hyundai/dealer/view-map.svg');
  background-position: 80% 45%;
}

.map-view .dealer-container .container-header:after {
  content: "";
  width: 20px;
  height: 8px;
  background: url('../../images/hyundai/icons/icon-down-arrow.svg') no-repeat right;
  position: absolute;
  top: 20px;
  right: 0;
}

.map-view .dealer-container .container-header.accordion-active:after {
  background: none;
}

/* Hide scrollbar but keep content scrollable */

.map-view {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.map-view::-webkit-scrollbar {
  width: 0px;
  background: transparent;
  /* make scrollbar transparent */
}

/* Offer popup styles */

.offer-popup .popup-offer-detail .offer-value{
  margin-bottom: 1rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.offer-popup .email-offer-container input[type="email"] {
  width: 70%;
}

/* Service and Amenities styles*/

.amenities-icon {
  width: 100px;
  height: 100px;
}

.event-banner-text {
  margin-left: 96px;
}

/*Page Not Found Styles*/

.errorpage-content {
  top: 32%;
}

.errorpage-search-container input[type="button"]{
  background-image: url('../../images/hyundai/current-loc-icon.svg');
}

.errorpage-search-container p{
  margin: 0px;
  padding-top: 0.375rem;
  padding-left: 0.25rem;
  font-family: HyundaiSansHeadBold;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 44 95 / var(--tw-text-opacity));
}

/*Page Not Found Styles Ends*/

/*Sticky Menu For Details Page*/

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

.sticky > p{
  margin-left: 1rem;
}

@media all and (min-width: 1537px) {
  .sticky {
    max-width: 1500px;
    margin: 0 auto;
  }
}

@media all and (max-width: 1024px) {
  .phone-number{
    padding-right: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(0 44 95 / var(--tw-text-opacity));
    background: url('../../images/hyundai/icons/icon-right-arrow.svg') no-repeat right 40%;
  }
}

@media all and (max-width: 767px) {
  .refine-search-icon.loading:after {
    height: 1em;
    width: 1em;
    left: calc(50% - (1em / 2));
    top: calc(50% - (1em / 2));
  }

  .email, .download {
    min-width: 86px;
  }

  .email.active{
    --tw-bg-opacity: 1;
    background-color: rgb(0 170 210 / var(--tw-bg-opacity));
  }

  .email.active .email-white-icon {
    display: block;
  }

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

  .email.active .email-icon {
    display: none;
  }

  .dealer-hyperlinks .btn{
    width: 100%;
    max-width: 180px;
  }

  .dealer-address .address-txt {
    max-width: 50%
  }

  .errorpage-content {
    top: 13%;
    margin: 0 1em;
  }

  .get-directions .get-directions-link{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .dealer-detail-container .get-directions .get-directions-link{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .bluelink-right-arrow {
    background: none;
    display: inline;
  }

  .offer-popup .popup-offer-detail .offer-value{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .offer-tile-container .offer-tile .offer-popup .popup-offer-detail .offer-value {
    font-size: 1.875rem;
    line-height: 30px;
  }

  .email-offer-container .mob-offer-first-view {
    min-height: 350px;
  }

  .phone-number,  .dealer-detail-container .phone-number{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .event-banner-text{
    margin-left: 0px;
    position: relative;
  }

  .event-banner-disclaimer {
    position: absolute;
    bottom: -60px;
  }

  .sem-spring-video {
    width: 60.4%;
  }

  .list-view{
    --tw-bg-opacity: 1;
    background-color: rgb(243 243 243 / var(--tw-bg-opacity));
    padding-top: 5rem;
  }

  .list-view .dealer-container-parent{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-bottom: 1.5rem;
  }

  .list-view .dealer-container-parent:last-of-type{
    margin-bottom: 1.5rem;
    padding-bottom: 0px;
  }

  .list-view .dealer-container .container-header:after {
    content: "";
    width: 20px;
    height: 10px;
    background: url('../../images/hyundai/icons/icon-down-arrow.svg') no-repeat right;
    position: absolute;
    top: 16px;
    right: 16px;
  }

  .list-view .dealer-container .container-header.accordion-active:after {
    background: none;
  }

  .list-view .dealer-container .container-header:not(.accordion-active){
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(186 186 186 / var(--tw-border-opacity));
  }

  .navbar-menu.is-active{
    display: block;
    width: 100%;
    z-index: 999;
  }

  .navbar-menu.is-active .navbar-start {
    display: block;
    margin-right: 0px;
  }

  .navbar-menu.is-active .navbar-item{
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: HyundaiSansHead;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    display: block;
    padding-left: 2rem;
    border-bottom: 1px solid #888888;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .navbar-menu.is-active .navbar-item.recall{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .navbar-menu.is-active .navbar-item.selected{
    font-family: HyundaiSansHeadMedium;
    --tw-text-opacity: 1;
    color: rgb(0 52 105 / var(--tw-text-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(171 200 231 / var(--tw-bg-opacity));
  }
}

@media screen and (max-width: 360px) {
  .dealer-hyperlinks .btn {
    max-width: 170px;
  }
}

/* IE Specific Styles */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /*Fallback styles for Loading icon*/

  .magnifying-glass-blue-bg.loading {
    background-color: #002C5F;
    background-image: none;
    width: 30px;
    left: 24px;
    border-radius: 99px;
  }

  .magnifying-glass-brown-bg.loading {
    background-color: #a6693d;
    background-image: none;
    width: 30px;
    left: 24px;
    border-radius: 99px;
  }

  .loading::after {
    left: 11px;
  }

  /*Fallback styles for Loading icon Ends*/

  .result-container {
    display: -ms-grid;
    -ms-grid-columns: (1fr)[2];
  }

  .dealer-list-container {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-columns: ( 1fr )[4];
  }

  .g-map {
    -ms-grid-columns: (1fr)[6];
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    margin-left: 20px;
  }

  /*Added for List view to have dealer in row*/

  .list-view {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .list-view .dealer-container-parent{
    margin-bottom: 1rem;
    min-width: 415px;
  }

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

  .service-offers > .service-offers-container {
    justify-content: space-between;
  }

  /*Fix for Offer popup*/

  .offer-popup-container {
    background: #f3f3f3;
    width: 900px;
    padding: 1em;
  }

  /* clears the ‘X’ from Internet Explorer */

  input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
  }

  input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
  }
}

/* Firefox specific styles */

@-moz-document url-prefix() {
  .banner-container .overlay-content h1{
    letter-spacing: -0.025em;
  }
}

/* Event Banner Fix styles - Target 1700px*/

@media all and (min-width: 1700px){
  /*.event-banner-section .event-banner-wrapper {
        max-height: 160px;
        overflow: hidden;
    }*/

  .ccd-banner-img{
    max-height: 125px;
  }

  .event-banner-section .desktop-img{
    height: 6.5vw;
  }
}

/* Hot fix Tire Banner styles */

/* This can be removed/commented after April 30*/

@media all and (min-width: 1024px){
  .home .overlay-content {
    top: 15%;
    width: 35%;
  }

  .search-page .overlay-content {
    width: 35%;
    top: 32%
  }
}

@media all and (min-width: 769px) and (max-width: 1024px){
  .home .overlay-content {
    top: 5%;
  }

  .search-page .overlay-content {
    top: 22%
  }

  .video-img-grid iframe {
    width: 25vw;
    height: 17vw;
  }
}

@media (min-width: 769px) {
  div.video-img-content-grid {
    display: flex;
  }
}

.home .overlay-content #search-container,  .search-page .overlay-content #search-container{
  padding-bottom: 0.375rem;
}

.view-details-btn::after {
  content: '';
  margin-left: 0.125rem;
  display: inline-block;
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(153 153 153 / var(--tw-border-opacity));
  padding: 2px;
}

.view-details-btn.active{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.view-details-btn.active::after {
  content: '';
  margin-left: 0.25rem;
  margin-bottom: 0.125rem;
  display: inline-block;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding: 2px;
}

/* Dealer list and profile page styles */

.view-cta {
  width: 12%;
  height: 15%;
  bottom: 3%;
  left: 6%;
}

.close-view-cta {
  background-image: url('../../images/hyundai/ccd-event-banner/close-btn.svg');
  width: 15px;
  height: 15px;
  top: 5%;
  right: 2%;
  background-size: contain;
}

.locator-pin, .locator-pin span {
  min-width: 26px;
  text-align: center;
}

@media all and (min-width: 1536px){
  .tire-offer-desc p {
    font-size: 11px;
  }

  .video-img-grid iframe {
    width: 85%;
    height: 68%;
  }
}

@media all and (min-width: 1280px) and (max-width:1365px){
  .tire-offer-desc p{
    font-size: 11px;
    line-height: 14px;
  }
}

@media all and (min-width: 1024px) and (max-width: 1190px) {
  .home-offer-desc, .tire-offer-desc p {
    font-size: 9px;
    line-height: 10px;
  }
}

@media all and (min-width: 768px) and (max-width: 1024px){
  .tire-offer-desc p {
    font-size: 8px;
    line-height: 10px;
  }
}

@media all and (min-width: 768px) and (max-width: 1100px) {
  .offer-popup {
    margin-top: 2rem;
    margin-bottom: 2rem;
    overflow-y: scroll;
    align-items: flex-start;
  }
}

@media all and (width: 768px){
  .tire-offer-desc p {
    font-size: 7px;
    line-height: 9px;
  }

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

  .navbar-item{
    font-size: 11px;
  }

  div.video-img-grid {
    grid-template-columns: 55% 1fr;
  }

  div.video-img-content-grid {
    grid-template-columns: 40% 1fr;
  }

  .ev-bottom-banner div.video-img-content-grid {
    grid-template-columns: auto;
  }

  .video-img-grid iframe {
    height: 6rem;
    width: 71%;
  }

  div#search-container.sticky {
    top: 56px;
  }
}

@media all and (max-width: 767px) {
  .view-cta {
    width: 40%;
    height: 10%;
    bottom: 10%;
    left: 5%;
  }

  .ccd-banner-img.opened {
    position: unset;
  }

  .tire-offer-desc p{
    line-height: 16px;
    font-size: 11px;
  }

  .navbar-menu.is-active{
    width: 75%;
  }
}

@media all and (max-width: 400px){
  .tire-offer-desc p {
    line-height: 14px;
    font-size: 10px;
  }
}

/*Static page Styles*/

.img-content-grid {
  display: grid;
  grid-template-columns: 3fr 5fr;
  grid-column-gap: 2em;
}

.video-img-grid {
  display: grid;
  grid-template-columns: 6fr 4fr;
  grid-column-gap: 2em;
}

.video-img-content-grid {
  display: grid;
  grid-template-columns: 4fr 6fr;
}

.grid-70-30 {
  display: grid;
  grid-template-columns: 4fr 3fr;
}

.grid-75-25 {
  display: grid;
  grid-template-columns: 5fr 3fr;
}

.img-section img{
  max-width: 750px;
}

.w-98 {
  width: 28rem;
}

@media all and (max-width: 767px) {
  .img-content-grid, .video-img-grid, .video-img-content-grid {
    grid-template-columns: auto;
  }

  .grid-70-30, .grid-75-25 {
    display: flex;
    flex-direction: column-reverse;
  }
}

.need-brake-service-list li{
  margin-bottom: 1rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-size: 22px;
}

@media (max-width: 767px){
  .need-brake-service-list li{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.need-brake-service-list li:last-child{
  margin-bottom: 0px;
}

/* Car Care Carousel slider styles */

.car-care-carousel .dot-container{
  padding-left: 0;
  margin-right:1.5rem;
}

.car-care-carousel .dot-container .slider_radio_nav{
  opacity:0;
  width: 1.35rem;
  height: 1.35rem;
  background: transparent;
}

@media (max-width: 767px){
  .car-care-carousel .dot-container .slider_radio_nav{
    height: 20px;
    width: 20px;
  }
}

.car-care-carousel .dot-container .checkmark{
  top: -6px;
  width: 1.35rem;
  height: 1.35rem;
  background: #fff;
  opacity: 0.21;
}

@media (max-width: 767px){
  .car-care-carousel .dot-container .checkmark{
    top: -5px;
    height: 20px;
    width: 20px;
  }
}

.dot:checked ~ .checkmark {
  opacity: 0.7;
}

.car-care-carousel .slider{
  min-height: unset;
}

@media all and (min-width:768px) and (max-width: 1024px){
  .car-care-carousel .dots {
    bottom: -2px;
  }
}

@media all and (min-width: 1024px) and (max-width: 1094px){
  .car-care-carousel .dots {
    bottom: 1px;
  }
}

/* Sticky header styles */

#search-container.sticky{
  --tw-bg-opacity: 1;
  background-color: rgb(0 52 105 / var(--tw-bg-opacity));
}

@media all and (min-width: 768px) {
  #search-container.sticky {
    top: 58.5px;
  }

  .dealer-navbar.sticky {
    top: 55.5px;
  }

  .offer-tile-container .offer-tile .popup-offer-detail .offer-value {
    width: 75%;
  }

  .give-hope-cta {
    bottom: 8%;
    left: 47.5%;
  }
}

@media all and (min-width: 1280px){
  .dealer-navbar.sticky {
    top: 57.5px;
  }
}

@media all and (max-width: 767px) {
  .car-care-services .btn {
    font-size: 13px;
  }

  .car-care-img-grid .video-img-content-grid {
    grid-template-columns: 1.5fr 2fr;
    padding: 0 1rem;
  }

  .carousel-cta {
    bottom: 2%;
    left: 5%;
  }

  .battery-carousel .carousel-cta {
    bottom: 5%;
    left: 5%;
  }

  .car-care-carousel .dot-container {
    margin-right: 0.75rem;
  }

  #search-container.sticky, .dealer-navbar.sticky {
    top: 0;
  }

  .refine-search-wrapper .search-text-field,
    .refine-search-wrapper .select {
    width: 48%;
  }
}

@media all and (min-width: 769px) and (max-width: 1023px){
  .search-text-box{
    margin-left: 1rem;
  }

  .search-text-box .w-96{
    width: 20rem;
  }
}

/* Give hope carousel styles */

@media all and (max-width: 767px) {
  .give-hope-cta {
    bottom: 10%;
    left: 38.5%;
  }

  .car-care-carousel .slider, .car-care-carousel .slider .slide,
    .car-care-carousel .slider .slide > div, .car-care-carousel .slider .slide .image-container {
    min-height: 348px;
  }

  .dots {
    bottom: 2px;
  }

  .spring-tire-carousel .carousel-cta {
    bottom: 44%;
    left: 67%;
  }

  /*.spring-tire-carousel {
        background: #b5e4fb;
    }*/
}

@media all and (min-width: 420px) and (max-width: 767px){
  .promo-heading{
    width: 90%;
  }
}

@media all and (max-width: 400px) {
  .car-care-carousel .slider, .car-care-carousel .slider .slide,
    .car-care-carousel .slider .slide > div, .car-care-carousel .slider .slide .image-container {
    min-height: 326px;
  }

  .dots{
    bottom: 1px;
  }

  .car-care-carousel .dot-container{
    margin-right: 0.5rem;
  }

  .ev-banner a{
    font-size: 0.75rem !important;
    line-height: 1.5rem !important;
  }
}

@media all and (max-width: 380px) {
  .car-care-carousel .slider, .car-care-carousel .slider .slide,
    .car-care-carousel .slider .slide > div, .car-care-carousel .slider .slide .image-container {
    min-height: 316px;
  }
}

@media all and (width: 360px) {
  .spring-tire-carousel img {
    min-height: 315px;
  }
}

.dealer-name-with-miles {
  flex:1;
}

/*Ev page custom styles */

@media all and (min-width: 1920px){
  .overlay{
    left: 10.5%;
  }
}

.ev-banner a.btn-arrow-blue {
  background-position: right 15px bottom 50%;
  background-size: 5px;
}

.ev-bottom-banner .btn-arrow {
  background-size: 5px;
}

@media all and (min-width: 900px) and (max-width: 1023px){
  .ev-bottom-banner .video-img-content-grid img{
    display: block;
  }

  .ev-bottom-banner .video-img-content-grid .video-img-content-holder{
    padding-left: 250px;
    padding-right: 0.5rem;
  }
}

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

.hover\:border-primary-blue:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 170 210 / var(--tw-border-opacity));
}

.hover\:bg-primary-navy-hover:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(6 26 54 / var(--tw-bg-opacity));
}

.hover\:bg-gray-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(102 102 102 / var(--tw-bg-opacity));
}

.hover\:bg-primary-blue:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 170 210 / var(--tw-bg-opacity));
}

.hover\:bg-primary-navy:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 44 95 / var(--tw-bg-opacity));
}

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

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

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

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

.disabled\:opacity-50:disabled{
  opacity: 0.5;
}

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

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

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

  .sm\:flex{
    display: flex;
  }

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

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

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

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

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

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

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

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

  .md\:left-\[5\%\]{
    left: 5%;
  }

  .md\:bottom-\[10\%\]{
    bottom: 10%;
  }

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

  .md\:bottom-\[8\%\]{
    bottom: 8%;
  }

  .md\:right-\[35\%\]{
    right: 35%;
  }

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

  .md\:m-auto{
    margin: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:mr-14{
    margin-right: 3.5rem;
  }

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

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

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

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

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

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

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

  .md\:-ml-5{
    margin-left: -1.25rem;
  }

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

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

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

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

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

  .md\:mr-24{
    margin-right: 6rem;
  }

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

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

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

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

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

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

  .md\:block{
    display: block;
  }

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

  .md\:flex{
    display: flex;
  }

  .md\:grid{
    display: grid;
  }

  .md\:hidden{
    display: none;
  }

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

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

  .md\:h-\[67\%\]{
    height: 67%;
  }

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

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

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

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

  .md\:w-3\/6{
    width: 50%;
  }

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

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

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

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

  .md\:w-60{
    width: 15rem;
  }

  .md\:w-1\/4{
    width: 25%;
  }

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

  .md\:w-7\/12{
    width: 58.333333%;
  }

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

  .md\:w-36{
    width: 9rem;
  }

  .md\:w-48{
    width: 12rem;
  }

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

  .md\:w-5\/6{
    width: 83.333333%;
  }

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

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

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

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

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

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

  .md\:flex-row-reverse{
    flex-direction: row-reverse;
  }

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

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

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

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

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

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

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

  .md\:overflow-hidden{
    overflow: hidden;
  }

  .md\:rounded-lg{
    border-radius: 0.5rem;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:p-6{
    padding: 1.5rem;
  }

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

  .md\:p-0{
    padding: 0px;
  }

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

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

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

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

  .md\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:pr-11{
    padding-right: 2.75rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:text-11px{
    font-size: 11px;
  }

  .md\:text-15px{
    font-size: 15px;
  }

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

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

  .md\:uppercase{
    text-transform: uppercase;
  }

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

  .md\:leading-1{
    line-height: 1.1;
  }

  .md\:leading-normal{
    line-height: 1.5;
  }
}

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

  .lg\:bottom-\[9\%\]{
    bottom: 9%;
  }

  .lg\:right-\[35\%\]{
    right: 35%;
  }

  .lg\:bottom-\[unset\]{
    bottom: unset;
  }

  .lg\:right-\[unset\]{
    right: unset;
  }

  .lg\:left-\[8\%\]{
    left: 8%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:mb-14{
    margin-bottom: 3.5rem;
  }

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

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

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

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

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

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

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

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

  .lg\:mr-8{
    margin-right: 2rem;
  }

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

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:grid{
    display: grid;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-8{
    height: 2rem;
  }

  .lg\:h-9{
    height: 2.25rem;
  }

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

  .lg\:w-1\/5{
    width: 20%;
  }

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

  .lg\:w-96{
    width: 24rem;
  }

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

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

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

  .lg\:w-28{
    width: 7rem;
  }

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

  .lg\:w-7\/12{
    width: 58.333333%;
  }

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

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

  .lg\:w-84{
    width: 21rem;
  }

  .lg\:w-56{
    width: 14rem;
  }

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

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

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

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

  .lg\:w-\[23rem\]{
    width: 23rem;
  }

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

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

  .lg\:w-48{
    width: 12rem;
  }

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

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

  .lg\:w-40{
    width: 10rem;
  }

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

  .lg\:max-w-none{
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

  .lg\:p-4{
    padding: 1rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:pl-11{
    padding-left: 2.75rem;
  }

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

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

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

  .lg\:pl-\[15rem\]{
    padding-left: 15rem;
  }

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

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

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

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

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

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

  .lg\:text-22px{
    font-size: 22px;
  }

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

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

  .lg\:leading-1{
    line-height: 1.1;
  }

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

@media (min-width: 1280px){
  .xl\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

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

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

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

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

  .xl\:block{
    display: block;
  }

  .xl\:hidden{
    display: none;
  }

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

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

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

  .xl\:w-40{
    width: 10rem;
  }

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

  .xl\:w-6\/12{
    width: 50%;
  }

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

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

  .xl\:w-36{
    width: 9rem;
  }

  .xl\:w-2\/5{
    width: 40%;
  }

  .xl\:w-72{
    width: 18rem;
  }

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

  .xl\:w-88{
    width: 22rem;
  }

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

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

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

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

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

  .xl\:p-6{
    padding: 1.5rem;
  }

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

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

  .xl\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

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

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

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

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

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

  .xl\:pr-28{
    padding-right: 7rem;
  }

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

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

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

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

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

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

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

  .xl\:pb-\[5\.75rem\]{
    padding-bottom: 5.75rem;
  }

  .xl\:pl-\[16rem\]{
    padding-left: 16rem;
  }

  .xl\:pr-44{
    padding-right: 11rem;
  }

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

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

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

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

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

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

  .xl\:leading-3{
    line-height: 1.3;
  }

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

  .xl\:leading-1{
    line-height: 1.1;
  }
}

@media (min-width: 1536px){
  .\32xl\:left-\[10\%\]{
    left: 10%;
  }

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

  .\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\:ml-8{
    margin-left: 2rem;
  }

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

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

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

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

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

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

  .\32xl\:mb-\[45px\]{
    margin-bottom: 45px;
  }

  .\32xl\:-ml-px{
    margin-left: -1px;
  }

  .\32xl\:h-12{
    height: 3rem;
  }

  .\32xl\:h-\[12vw\]{
    height: 12vw;
  }

  .\32xl\:w-48{
    width: 12rem;
  }

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

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

  .\32xl\:w-40{
    width: 10rem;
  }

  .\32xl\:w-2\/5{
    width: 40%;
  }

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

  .\32xl\:w-52{
    width: 13rem;
  }

  .\32xl\:w-60{
    width: 15rem;
  }

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

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

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

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

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

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

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

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

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

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

  .\32xl\:pl-24{
    padding-left: 6rem;
  }

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

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

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

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

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

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

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

  .\32xl\:pr-28{
    padding-right: 7rem;
  }

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

  .\32xl\:pr-16{
    padding-right: 4rem;
  }

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

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

  .\32xl\:text-3xl-2{
    font-size: 32px;
  }

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

  .\32xl\:text-22px{
    font-size: 22px;
  }

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

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

  .\32xl\:leading-1{
    line-height: 1.1;
  }
}

@media (max-width: 767px){
  .mobile\:absolute{
    position: absolute;
  }

  .mobile\:relative{
    position: relative;
  }

  .mobile\:top-\[-5px\]{
    top: -5px;
  }

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

  .mobile\:top-14{
    top: 3.5rem;
  }

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

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

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

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

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

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

  .mobile\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

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

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

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

  .mobile\:mr-28{
    margin-right: 7rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mobile\:block{
    display: block;
  }

  .mobile\:flex{
    display: flex;
  }

  .mobile\:hidden{
    display: none;
  }

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

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

  .mobile\:h-\[45\.5vw\]{
    height: 45.5vw;
  }

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

  .mobile\:h-14{
    height: 3.5rem;
  }

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

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

  .mobile\:min-h-0{
    min-height: 0px;
  }

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

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

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

  .mobile\:w-52{
    width: 13rem;
  }

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

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

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

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

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

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

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

  .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\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

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

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

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

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

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

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

  .mobile\:border-primary-blue{
    --tw-border-opacity: 1;
    border-color: rgb(0 170 210 / var(--tw-border-opacity));
  }

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

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

  .mobile\:bg-brown{
    --tw-bg-opacity: 1;
    background-color: rgb(168 105 62 / var(--tw-bg-opacity));
  }

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

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

  .mobile\:bg-primary-blue{
    --tw-bg-opacity: 1;
    background-color: rgb(0 170 210 / var(--tw-bg-opacity));
  }

  .mobile\:bg-carousel-blue{
    --tw-bg-opacity: 1;
    background-color: rgb(0 116 200 / var(--tw-bg-opacity));
  }

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

  .mobile\:bg-hyundai-dark-blue{
    --tw-bg-opacity: 1;
    background-color: rgb(25 65 113 / var(--tw-bg-opacity));
  }

  .mobile\:p-4{
    padding: 1rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mobile\:pl-3\.5{
    padding-left: 0.875rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .mobile\:pr-7{
    padding-right: 1.75rem;
  }

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

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

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

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

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

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

  .mobile\:font-SansHead{
    font-family: HyundaiSansHead;
  }

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

  .mobile\:text-22px{
    font-size: 22px;
  }

  .mobile\:text-15px{
    font-size: 15px;
  }

  .mobile\:text-13px{
    font-size: 13px;
  }

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

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

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

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

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

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

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

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

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

  .mobile\:leading-7{
    line-height: 1.75rem;
  }

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

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

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

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

@media (min-width: 768px) and (max-width: 768px){
  .tablet\:relative{
    position: relative;
  }

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

  .tablet\:right-\[34\%\]{
    right: 34%;
  }

  .tablet\:bottom-\[5\%\]{
    bottom: 5%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tablet\:h-8{
    height: 2rem;
  }

  .tablet\:w-24{
    width: 6rem;
  }

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

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

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

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

  .tablet\:w-5\/6{
    width: 83.333333%;
  }

  .tablet\:w-7\/12{
    width: 58.333333%;
  }

  .tablet\:w-52{
    width: 13rem;
  }

  .tablet\:w-40{
    width: 10rem;
  }

  .tablet\:w-4{
    width: 1rem;
  }

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

  .tablet\:transform-none{
    transform: none;
  }

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

  .tablet\:bg-brown{
    --tw-bg-opacity: 1;
    background-color: rgb(168 105 62 / var(--tw-bg-opacity));
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .tablet\:pr-16{
    padding-right: 4rem;
  }

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

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

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

  .tablet\:text-15px{
    font-size: 15px;
  }

  .tablet\:text-11px{
    font-size: 11px;
  }

  .tablet\:text-9px{
    font-size: 9px;
  }

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

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

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

  .tablet\:text-13px{
    font-size: 13px;
  }

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

  .tablet\:leading-normal{
    line-height: 1.5;
  }

  .tablet\:leading-1{
    line-height: 1.1;
  }
}