@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
*, ::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | 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.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/html,
:host {
  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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}/*
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-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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;
}/*
Reset default styling for dialogs.
*/dialog {
  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;
}/* Make elements with the HTML hidden attribute stay hidden by default */[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}.container{
  width: 100%;
}@media (min-width: 330px){.container{
    max-width: 330px;
  }
}@media (min-width: 600px){.container{
    max-width: 600px;
  }
}@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: 1620px){.container{
    max-width: 1620px;
  }
}@media (min-width: 1980px){.container{
    max-width: 1980px;
  }
}@media (min-width: 2200px){.container{
    max-width: 2200px;
  }
}@media (min-width: 2600px){.container{
    max-width: 2600px;
  }
}.visible{
  visibility: visible;
}.collapse{
  visibility: collapse;
}.fixed{
  position: fixed;
}.absolute{
  position: absolute;
}.\!relative{
  position: relative !important;
}.relative{
  position: relative;
}.sticky{
  position: sticky;
}.inset-0{
  inset: 0px;
}.-bottom-2{
  bottom: -0.5rem;
}.-bottom-5{
  bottom: -1.25rem;
}.-bottom-\[28\%\]{
  bottom: -28%;
}.-left-1{
  left: -0.25rem;
}.-left-\[18px\]{
  left: -18px;
}.-right-1{
  right: -0.25rem;
}.-right-7{
  right: -1.75rem;
}.bottom-0{
  bottom: 0px;
}.left-0{
  left: 0px;
}.left-1\/2{
  left: 50%;
}.left-5{
  left: 1.25rem;
}.left-\[-25px\]{
  left: -25px;
}.left-\[-32px\]{
  left: -32px;
}.right-0{
  right: 0px;
}.right-5{
  right: 1.25rem;
}.right-\[30px\]{
  right: 30px;
}.top-0{
  top: 0px;
}.top-1\/2{
  top: 50%;
}.top-6{
  top: 1.5rem;
}.top-\[22px\]{
  top: 22px;
}.top-\[2px\]{
  top: 2px;
}.top-\[3px\]{
  top: 3px;
}.\!z-\[9999999\]{
  z-index: 9999999 !important;
}.z-10{
  z-index: 10;
}.z-20{
  z-index: 20;
}.z-50{
  z-index: 50;
}.z-\[1\]{
  z-index: 1;
}.z-\[9999999\]{
  z-index: 9999999;
}.z-\[99999\]{
  z-index: 99999;
}.z-\[999\]{
  z-index: 999;
}.z-\[99\]{
  z-index: 99;
}.m-0{
  margin: 0px;
}.m-8{
  margin: 2rem;
}.\!my-0{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}.mx-auto{
  margin-left: auto;
  margin-right: auto;
}.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}.my-7{
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}.\!mb-0{
  margin-bottom: 0px !important;
}.\!mb-3{
  margin-bottom: 0.75rem !important;
}.\!mb-5{
  margin-bottom: 1.25rem !important;
}.\!mb-6{
  margin-bottom: 1.5rem !important;
}.\!mt-0{
  margin-top: 0px !important;
}.-ml-5{
  margin-left: -1.25rem;
}.mb-1{
  margin-bottom: 0.25rem;
}.mb-1\.5{
  margin-bottom: 0.375rem;
}.mb-10{
  margin-bottom: 2.5rem;
}.mb-12{
  margin-bottom: 3rem;
}.mb-2{
  margin-bottom: 0.5rem;
}.mb-3{
  margin-bottom: 0.75rem;
}.mb-4{
  margin-bottom: 1rem;
}.mb-5{
  margin-bottom: 1.25rem;
}.mb-6{
  margin-bottom: 1.5rem;
}.mb-7{
  margin-bottom: 1.75rem;
}.mb-8{
  margin-bottom: 2rem;
}.mb-\[25px\]{
  margin-bottom: 25px;
}.mb-\[30px\]{
  margin-bottom: 30px;
}.ml-0{
  margin-left: 0px;
}.ml-4{
  margin-left: 1rem;
}.mr-3{
  margin-right: 0.75rem;
}.mr-5{
  margin-right: 1.25rem;
}.mr-\[6px\]{
  margin-right: 6px;
}.mr-auto{
  margin-right: auto;
}.mt-0\.5{
  margin-top: 0.125rem;
}.mt-1{
  margin-top: 0.25rem;
}.mt-1\.5{
  margin-top: 0.375rem;
}.mt-10{
  margin-top: 2.5rem;
}.mt-12{
  margin-top: 3rem;
}.mt-2{
  margin-top: 0.5rem;
}.mt-3{
  margin-top: 0.75rem;
}.mt-4{
  margin-top: 1rem;
}.mt-5{
  margin-top: 1.25rem;
}.mt-7{
  margin-top: 1.75rem;
}.mt-8{
  margin-top: 2rem;
}.mt-\[15px\]{
  margin-top: 15px;
}.mt-\[30px\]{
  margin-top: 30px;
}.mt-\[44px\]{
  margin-top: 44px;
}.mt-\[var\(--spacing\)\]{
  margin-top: var(--spacing);
}.\!block{
  display: block !important;
}.block{
  display: block;
}.inline-block{
  display: inline-block;
}.inline{
  display: inline;
}.flex{
  display: flex;
}.\!inline-flex{
  display: inline-flex !important;
}.inline-flex{
  display: inline-flex;
}.grid{
  display: grid;
}.\!hidden{
  display: none !important;
}.hidden{
  display: none;
}.\!h-\[120px\]{
  height: 120px !important;
}.\!h-\[60px\]{
  height: 60px !important;
}.h-10{
  height: 2.5rem;
}.h-14{
  height: 3.5rem;
}.h-9{
  height: 2.25rem;
}.h-\[100\%\]{
  height: 100%;
}.h-\[250px\]{
  height: 250px;
}.h-\[2px\]{
  height: 2px;
}.h-\[38px\]{
  height: 38px;
}.h-\[45px\]{
  height: 45px;
}.h-\[52px\]{
  height: 52px;
}.h-\[60px\]{
  height: 60px;
}.h-\[80vh\]{
  height: 80vh;
}.h-\[82px\]{
  height: 82px;
}.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}.h-full{
  height: 100%;
}.min-h-\[57px\]{
  min-height: 57px;
}.min-h-screen{
  min-height: 100vh;
}.\!w-fit{
  width: -moz-fit-content !important;
  width: fit-content !important;
}.\!w-full{
  width: 100% !important;
}.w-9{
  width: 2.25rem;
}.w-\[232px\]{
  width: 232px;
}.w-\[25px\]{
  width: 25px;
}.w-\[38px\]{
  width: 38px;
}.w-\[45px\]{
  width: 45px;
}.w-\[70\%\]{
  width: 70%;
}.w-\[calc\(100\%\+40px\)\]{
  width: calc(100% + 40px);
}.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}.w-full{
  width: 100%;
}.max-w-10{
  max-width: 2.5rem;
}.max-w-12{
  max-width: 3rem;
}.max-w-14{
  max-width: 3.5rem;
}.max-w-6{
  max-width: 1.5rem;
}.max-w-8{
  max-width: 2rem;
}.max-w-9{
  max-width: 2.25rem;
}.max-w-\[1276px\]{
  max-width: 1276px;
}.max-w-\[1280px\]{
  max-width: 1280px;
}.max-w-\[130px\]{
  max-width: 130px;
}.max-w-\[1320px\]{
  max-width: 1320px;
}.max-w-\[250px\]{
  max-width: 250px;
}.max-w-\[350px\]{
  max-width: 350px;
}.max-w-\[376px\]{
  max-width: 376px;
}.max-w-\[52px\]{
  max-width: 52px;
}.max-w-\[568px\]{
  max-width: 568px;
}.max-w-\[570px\]{
  max-width: 570px;
}.max-w-\[740px\]{
  max-width: 740px;
}.max-w-\[82px\]{
  max-width: 82px;
}.max-w-\[940px\]{
  max-width: 940px;
}.max-w-\[95\%\]{
  max-width: 95%;
}.max-w-sm{
  max-width: 24rem;
}.\!translate-x-0{
  --tw-translate-x: 0px !important;
  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)) !important;
}.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.-translate-x-full{
  --tw-translate-x: -100%;
  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));
}.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.\!cursor-pointer{
  cursor: pointer !important;
}.cursor-pointer{
  cursor: pointer;
}.\!resize-none{
  resize: none !important;
}.resize{
  resize: both;
}.scroll-mt-24{
  scroll-margin-top: 6rem;
}.list-outside{
  list-style-position: outside;
}.list-decimal{
  list-style-type: decimal;
}.list-none{
  list-style-type: none;
}.grid-flow-row{
  grid-auto-flow: row;
}.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}.\!flex-col{
  flex-direction: column !important;
}.flex-col{
  flex-direction: column;
}.\!flex-col-reverse{
  flex-direction: column-reverse !important;
}.flex-col-reverse{
  flex-direction: column-reverse;
}.items-start{
  align-items: flex-start;
}.\!items-center{
  align-items: center !important;
}.items-center{
  align-items: center;
}.justify-end{
  justify-content: flex-end;
}.\!justify-center{
  justify-content: center !important;
}.justify-center{
  justify-content: center;
}.justify-between{
  justify-content: space-between;
}.\!gap-7{
  gap: 1.75rem !important;
}.\!gap-\[14px\]{
  gap: 14px !important;
}.gap-0{
  gap: 0px;
}.gap-1{
  gap: 0.25rem;
}.gap-10{
  gap: 2.5rem;
}.gap-12{
  gap: 3rem;
}.gap-2{
  gap: 0.5rem;
}.gap-3{
  gap: 0.75rem;
}.gap-4{
  gap: 1rem;
}.gap-5{
  gap: 1.25rem;
}.gap-6{
  gap: 1.5rem;
}.gap-8{
  gap: 2rem;
}.gap-\[10px\]{
  gap: 10px;
}.gap-\[14px\]{
  gap: 14px;
}.gap-\[26px\]{
  gap: 26px;
}.gap-\[30px\]{
  gap: 30px;
}.gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}.divide-x > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}.divide-\[\#C6CEE1\] > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(198 206 225 / var(--tw-divide-opacity, 1));
}.divide-white > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-divide-opacity, 1));
}.overflow-hidden{
  overflow: hidden;
}.overflow-y-auto{
  overflow-y: auto;
}.overflow-x-hidden{
  overflow-x: hidden;
}.overflow-y-scroll{
  overflow-y: scroll;
}.\!rounded-\[10px\]{
  border-radius: 10px !important;
}.\!rounded-full{
  border-radius: 9999px !important;
}.rounded{
  border-radius: 0.25rem;
}.rounded-\[10px\]{
  border-radius: 10px;
}.rounded-\[20px\]{
  border-radius: 20px;
}.rounded-full{
  border-radius: 9999px;
}.rounded-lg{
  border-radius: 0.5rem;
}.border{
  border-width: 1px;
}.border-\[2px\]{
  border-width: 2px;
}.border-\[3px\]{
  border-width: 3px;
}.border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;
}.border-b{
  border-bottom-width: 1px;
}.border-t{
  border-top-width: 1px;
}.border-solid{
  border-style: solid;
}.border-dashed{
  border-style: dashed;
}.\!border-border{
  --tw-border-opacity: 1 !important;
  border-color: rgb(253 240 175 / var(--tw-border-opacity, 1)) !important;
}.border-\[\#24242433\]{
  border-color: #24242433;
}.border-\[\#BDECEC\]{
  --tw-border-opacity: 1;
  border-color: rgb(189 236 236 / var(--tw-border-opacity, 1));
}.border-\[\#C6CEE1\]{
  --tw-border-opacity: 1;
  border-color: rgb(198 206 225 / var(--tw-border-opacity, 1));
}.border-\[\#F190044D\]{
  border-color: #F190044D;
}.border-\[\#FECDC3\]{
  --tw-border-opacity: 1;
  border-color: rgb(254 205 195 / var(--tw-border-opacity, 1));
}.border-border{
  --tw-border-opacity: 1;
  border-color: rgb(253 240 175 / var(--tw-border-opacity, 1));
}.border-green{
  --tw-border-opacity: 1;
  border-color: rgb(25 86 86 / var(--tw-border-opacity, 1));
}.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}.border-white\/\[0\.1\]{
  border-color: rgb(255 255 255 / 0.1);
}.border-yellow{
  --tw-border-opacity: 1;
  border-color: rgb(219 184 5 / var(--tw-border-opacity, 1));
}.\!bg-cosmic{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1)) !important;
}.\!bg-white{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}.bg-\[\#000000\]\/\[\.65\]{
  background-color: rgb(0 0 0 / .65);
}.bg-\[\#F1FBFB\]{
  --tw-bg-opacity: 1;
  background-color: rgb(241 251 251 / var(--tw-bg-opacity, 1));
}.bg-\[\#FFEEEB\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 238 235 / var(--tw-bg-opacity, 1));
}.bg-\[\#FFF7EC\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 236 / var(--tw-bg-opacity, 1));
}.bg-cosmic{
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}.bg-darkblue{
  --tw-bg-opacity: 1;
  background-color: rgb(35 45 67 / var(--tw-bg-opacity, 1));
}.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}.bg-green{
  --tw-bg-opacity: 1;
  background-color: rgb(25 86 86 / var(--tw-bg-opacity, 1));
}.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}.bg-yellow{
  --tw-bg-opacity: 1;
  background-color: rgb(219 184 5 / var(--tw-bg-opacity, 1));
}.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}.from-cosmic{
  --tw-gradient-from: #FFFBEB var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}.bg-cover{
  background-size: cover;
}.bg-center{
  background-position: center;
}.bg-no-repeat{
  background-repeat: no-repeat;
}.fill-green{
  fill: #195656;
}.fill-white{
  fill: #ffffff;
}.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}.p-2{
  padding: 0.5rem;
}.p-3{
  padding: 0.75rem;
}.p-5{
  padding: 1.25rem;
}.p-6{
  padding: 1.5rem;
}.p-7{
  padding: 1.75rem;
}.p-\[10px\]{
  padding: 10px;
}.p-\[25px\]{
  padding: 25px;
}.p-\[30px\]{
  padding: 30px;
}.p-\[6px\]{
  padding: 6px;
}.\!px-5{
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}.\!px-8{
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}.\!py-\[14px\]{
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}.px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}.px-\[18px\]{
  padding-left: 18px;
  padding-right: 18px;
}.px-\[6px\]{
  padding-left: 6px;
  padding-right: 6px;
}.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}.py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}.py-3\.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}.py-\[12\.5px\]{
  padding-top: 12.5px;
  padding-bottom: 12.5px;
}.py-\[15px\]{
  padding-top: 15px;
  padding-bottom: 15px;
}.py-\[18px\]{
  padding-top: 18px;
  padding-bottom: 18px;
}.py-\[7\.5px\]{
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}.py-\[7px\]{
  padding-top: 7px;
  padding-bottom: 7px;
}.\!pb-9{
  padding-bottom: 2.25rem !important;
}.\!pl-12{
  padding-left: 3rem !important;
}.\!pl-\[24px\]{
  padding-left: 24px !important;
}.\!pl-\[30px\]{
  padding-left: 30px !important;
}.\!pr-9{
  padding-right: 2.25rem !important;
}.\!pr-\[60px\]{
  padding-right: 60px !important;
}.\!pt-\[30px\]{
  padding-top: 30px !important;
}.pb-14{
  padding-bottom: 3.5rem;
}.pb-3{
  padding-bottom: 0.75rem;
}.pb-5{
  padding-bottom: 1.25rem;
}.pb-\[30px\]{
  padding-bottom: 30px;
}.pl-0{
  padding-left: 0px;
}.pl-1{
  padding-left: 0.25rem;
}.pl-10{
  padding-left: 2.5rem;
}.pl-2{
  padding-left: 0.5rem;
}.pl-4{
  padding-left: 1rem;
}.pl-\[18px\]{
  padding-left: 18px;
}.pl-\[25px\]{
  padding-left: 25px;
}.pl-\[30px\]{
  padding-left: 30px;
}.pl-\[32px\]{
  padding-left: 32px;
}.pl-\[44px\]{
  padding-left: 44px;
}.pr-4{
  padding-right: 1rem;
}.pr-6{
  padding-right: 1.5rem;
}.pr-7{
  padding-right: 1.75rem;
}.pr-\[12px\]{
  padding-right: 12px;
}.pt-10{
  padding-top: 2.5rem;
}.pt-14{
  padding-top: 3.5rem;
}.pt-4{
  padding-top: 1rem;
}.pt-5{
  padding-top: 1.25rem;
}.pt-6{
  padding-top: 1.5rem;
}.pt-7{
  padding-top: 1.75rem;
}.pt-8{
  padding-top: 2rem;
}.pt-\[50px\]{
  padding-top: 50px;
}.text-left{
  text-align: left;
}.text-center{
  text-align: center;
}.\!font-poppins{
  font-family: Poppins, sans-serif !important;
}.font-playfair{
  font-family: Playfair Display, serif;
}.font-poppins{
  font-family: Poppins, sans-serif;
}.\!text-\[23px\]{
  font-size: 23px !important;
}.\!text-base{
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}.\!text-lg{
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}.text-\[14px\]{
  font-size: 14px;
}.text-\[16px\]{
  font-size: 16px;
}.text-\[18px\]{
  font-size: 18px;
}.text-\[22px\]{
  font-size: 22px;
}.text-\[26px\]{
  font-size: 26px;
}.text-\[27px\]{
  font-size: 27px;
}.text-\[28px\]{
  font-size: 28px;
}.text-\[30px\]{
  font-size: 30px;
}.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}.text-xl{
  font-size: 1.25rem;
}.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}.\!font-bold{
  font-weight: 700 !important;
}.\!font-normal{
  font-weight: 400 !important;
}.\!font-semibold{
  font-weight: 600 !important;
}.font-bold{
  font-weight: 700;
}.font-extrabold{
  font-weight: 800;
}.font-light{
  font-weight: 300;
}.font-medium{
  font-weight: 500;
}.font-normal{
  font-weight: 400;
}.font-semibold{
  font-weight: 600;
}.uppercase{
  text-transform: uppercase;
}.italic{
  font-style: italic;
}.leading-3{
  line-height: .75rem;
}.leading-4{
  line-height: 1rem;
}.leading-5{
  line-height: 1.25rem;
}.leading-8{
  line-height: 2rem;
}.leading-\[1\.1em\]{
  line-height: 1.1em;
}.leading-\[1\.2em\]{
  line-height: 1.2em;
}.leading-\[1\.5em\]{
  line-height: 1.5em;
}.leading-\[10px\]{
  line-height: 10px;
}.leading-\[22px\]{
  line-height: 22px;
}.leading-\[23px\]{
  line-height: 23px;
}.leading-\[25px\]{
  line-height: 25px;
}.leading-\[26px\]{
  line-height: 26px;
}.leading-\[28px\]{
  line-height: 28px;
}.leading-\[30px\]{
  line-height: 30px;
}.leading-\[31px\]{
  line-height: 31px;
}.leading-\[33px\]{
  line-height: 33px;
}.leading-\[55px\]{
  line-height: 55px;
}.\!text-darkblue{
  --tw-text-opacity: 1 !important;
  color: rgb(35 45 67 / var(--tw-text-opacity, 1)) !important;
}.text-\[\#242424\]{
  --tw-text-opacity: 1;
  color: rgb(36 36 36 / var(--tw-text-opacity, 1));
}.text-\[var\(--content-color\)\]{
  color: var(--content-color);
}.text-darkblue{
  --tw-text-opacity: 1;
  color: rgb(35 45 67 / var(--tw-text-opacity, 1));
}.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}.text-yellow{
  --tw-text-opacity: 1;
  color: rgb(219 184 5 / var(--tw-text-opacity, 1));
}.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.\!transition-all{
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.\!duration-300{
  transition-duration: 300ms !important;
}.duration-300{
  transition-duration: 300ms;
}.\!ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.content-\[url\(\.\.\/\.\.\/images\/check\.svg\)\]{
  --tw-content: url(../images/check.svg?b338508472cc3835d5b0987f1cbfd1e9);
  content: var(--tw-content);
}.content-\[url\(\.\.\/\.\.\/images\/check_yellow_big\.svg\)\]{
  --tw-content: url(../images/check_yellow_big.svg?503fca7c70e84070d8b2c93dae904a56);
  content: var(--tw-content);
}.content-\[url\(\.\.\/\.\.\/images\/comments\.svg\)\]{
  --tw-content: url(../images/comments.svg?45a5f2ff9ba73281b4eccdb7dc477282);
  content: var(--tw-content);
}.content-\[url\(\.\.\/\.\.\/images\/cross\.svg\)\]{
  --tw-content: url(../images/cross.svg?c8812d5aec31976b4b394d53e6a4ef79);
  content: var(--tw-content);
}.content-\[url\(\.\.\/\.\.\/images\/down\.svg\)\]{
  --tw-content: url(../images/down.svg?89bab2b89ac3c568e0fd214c280d7ef2);
  content: var(--tw-content);
}.content-\[url\(\.\.\/\.\.\/images\/email\.svg\)\]{
  --tw-content: url(../images/email.svg?0c607fc3988c26773d9e7ae37952e4a3);
  content: var(--tw-content);
}.content-\[url\(\.\.\/\.\.\/images\/green-check\.svg\)\]{
  --tw-content: url(../images/green-check.svg?50874e82b834b9d607a42333c52cced0);
  content: var(--tw-content);
}.content-\[url\(\.\.\/\.\.\/images\/name\.svg\)\]{
  --tw-content: url(../images/name.svg?9e8c61924dc348277b472c7b4b787b77);
  content: var(--tw-content);
}.content-\[url\(\.\.\/\.\.\/images\/number\.svg\)\]{
  --tw-content: url(../images/number.svg?f57666d0d6ec3cd00442321b08726278);
  content: var(--tw-content);
}.content-\[url\(\.\.\/\.\.\/images\/year\.svg\)\]{
  --tw-content: url(../images/year.svg?7132c1a255b62e0b5c4bae423f2fd602);
  content: var(--tw-content);
}.content-\[url\(\.\.\/\.\.\/images\/yellow-check\.svg\)\]{
  --tw-content: url(../images/yellow-check.svg?e04a461581b57700281d7604a7b9a4e8);
  content: var(--tw-content);
}.alignfull{
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}.alignwide{
  margin: 2rem 0;
  max-width: 1280px !important;
}.alignnone{
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}.aligncenter{
  margin: 0.5rem auto;
  display: block;
}@media (min-width: 600px){.alignleft:not(.wp-block-button){
    margin-right: 0.5rem;
    float: left;
  }.alignright:not(.wp-block-button){
    margin-left: 0.5rem;
    float: right;
  }.wp-block-button.alignleft a{
    float: left;
    margin-right: 1rem;
  }.wp-block-button.alignright a{
    float: right;
    margin-left: 1rem;
  }
}.wp-caption{
  display: inline-block;
}.wp-caption img{
  margin-bottom: 0.5rem;
  line-height: 1;
}.wp-caption-text{
  font-size: 0.875rem;
  color: #4b5563;
}.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:flex;height:2em;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:flex;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}html {
    scroll-behavior: smooth;
}body{
    margin: 0px;
    overflow-x: hidden;
}.site-container{
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}.page-template-default .entry-content ul,
.page-template-default .entry-content ol{
  padding-left: 3rem !important;
}.entry-content h2,
    .entry-content h3,
    .entry-content h4,
    .entry-content h5,
    .entry-content h6,
    .block-editor-block-list__layout h2,
    .block-editor-block-list__layout h3,
    .block-editor-block-list__layout h4,
    .block-editor-block-list__layout h5,
    .block-editor-block-list__layout h6{
  font-family: Playfair Display, serif;
  font-weight: 600;
}.entry-content h2, .block-editor-block-list__layout h2{
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  line-height: 55px;
  --tw-text-opacity: 1;
  color: rgb(35 45 67 / var(--tw-text-opacity, 1));
}@media (min-width: 768px){.entry-content h2, .block-editor-block-list__layout h2{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}@media (min-width: 1280px){.entry-content h2, .block-editor-block-list__layout h2{
    font-size: 50px;
  }
}.entry-content h3, .block-editor-block-list__layout h3{
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
  font-size: 26px;
  line-height: 1.1em;
  --tw-text-opacity: 1;
  color: rgb(35 45 67 / var(--tw-text-opacity, 1));
}@media (min-width: 768px){.entry-content h3, .block-editor-block-list__layout h3{
    font-size: 32px;
  }
}@media (min-width: 1280px){.entry-content h3, .block-editor-block-list__layout h3{
    font-size: 40px;
  }
}.entry-content h4, .block-editor-block-list__layout h4{
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
  font-size: 22px;
  line-height: 1.1em;
  --tw-text-opacity: 1;
  color: rgb(35 45 67 / var(--tw-text-opacity, 1));
}@media (min-width: 768px){.entry-content h4, .block-editor-block-list__layout h4{
    font-size: 28px;
  }
}@media (min-width: 1280px){.entry-content h4, .block-editor-block-list__layout h4{
    font-size: 32px;
  }
}.entry-content p,
    .entry-content ul,
    .entry-content ol,
    .entry-content label,
    .block-editor-block-list__layout p,
    .block-editor-block-list__layout ul,
    .block-editor-block-list__layout ol,
    .block-editor-block-list__layout label{
  margin-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(35 45 67 / var(--tw-text-opacity, 1));
}@media (min-width: 1024px){.entry-content p,
    .entry-content ul,
    .entry-content ol,
    .entry-content label,
    .block-editor-block-list__layout p,
    .block-editor-block-list__layout ul,
    .block-editor-block-list__layout ol,
    .block-editor-block-list__layout label{
    margin-bottom: 30px;
  }
}@media (min-width: 1280px){.entry-content p,
    .entry-content ul,
    .entry-content ol,
    .entry-content label,
    .block-editor-block-list__layout p,
    .block-editor-block-list__layout ul,
    .block-editor-block-list__layout ol,
    .block-editor-block-list__layout label{
    font-size: 1.25rem;
  }
}.entry-content p a:hover, .entry-content ul a:hover, .entry-content ol a:hover, .entry-content label a:hover, .block-editor-block-list__layout p a:hover, .block-editor-block-list__layout ul a:hover, .block-editor-block-list__layout ol a:hover, .block-editor-block-list__layout label a:hover{
  --tw-text-opacity: 1;
  color: rgb(219 184 5 / var(--tw-text-opacity, 1));
}.entry-content p strong,.entry-content ul strong,.entry-content ol strong,.entry-content label strong,.block-editor-block-list__layout p strong,.block-editor-block-list__layout ul strong,.block-editor-block-list__layout ol strong,.block-editor-block-list__layout label strong{
  font-weight: 600 !important;
}.entry-content ul:not(.block-editor-block-variation-picker__variations) li, .block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li{
  position: relative;
  list-style-position: outside;
  list-style-type: none;
}.entry-content ul:not(.block-editor-block-variation-picker__variations) li:before,.block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li:before{
  position: absolute;
  left: -25px;
  top: 3px;
  --tw-content: url(../images/check.svg?b338508472cc3835d5b0987f1cbfd1e9);
  content: var(--tw-content);
}.entry-content .key-points h3,.block-editor-block-list__layout .key-points h3{
  position: relative;
}.entry-content .key-points h3:before,.block-editor-block-list__layout .key-points h3:before{
  position: absolute;
  left: 0px;
  top: 0px;
  --tw-content: url(../images/check_yellow_big.svg?503fca7c70e84070d8b2c93dae904a56);
  content: var(--tw-content);
}.entry-content ul,.entry-content ol,.block-editor-block-list__layout ul,.block-editor-block-list__layout ol{
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  list-style-position: outside;
  flex-direction: column;
  gap: 1rem;
  padding-left: 25px;
  font-weight: 500;
}.entry-content ol li, .block-editor-block-list__layout ol li{
  list-style-position: outside;
  list-style-type: decimal;
  padding-left: 0.5rem;
}/* Mobile Menu */@media (max-width: 1023px) {
    #primary-menu{
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999999 !important;
    margin: 0px;
    height: 100%;
    width: 70%;
    --tw-translate-x: -100%;
    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));
    --tw-bg-opacity: 1;
    background-color: rgb(219 184 5 / var(--tw-bg-opacity, 1));
    padding-top: 50px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
    @media (min-width: 1024px){#primary-menu{
      position: relative;
      height: auto;
      width: auto;
      --tw-translate-x: 0px;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      padding-top: 0px;
    }
  }
        #primary-menu ul > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
    border-color: rgb(35 45 67 / 0.2);
  }
            #primary-menu ul li{
    display: block;
  }
            #primary-menu ul li:hover{
    --tw-text-opacity: 1 !important;
    color: rgb(35 45 67 / var(--tw-text-opacity, 1)) !important;
    text-decoration-line: underline;
  }
            @media (min-width: 1024px){#primary-menu ul li{
      display: inline-block;
    }
  }
            #primary-menu ul a{
    display: block;
    padding: 1.25rem;
  }
}.hamburger-menu {
    position: relative;
    z-index: 2;
    cursor: pointer;
    margin-left: 20px;
    top: 0px;
    padding: 15px 0;
    display: block;
}.hamburger-menu .bar {
        position: relative;
        background: #232D43;
        transition: all 0ms 200ms;
    }.hamburger-menu .bar:before {
            content: "";
            position: absolute;
            left: 0;
            bottom: 10px;
            background: #232D43;
            transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
        }.hamburger-menu .bar:after {
            content: "";
            position: absolute;
            left: 0;
            top: 10px;
            background: #232D43;
            transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
        }.hamburger-menu .bar.animate {
            background: rgba(255, 255, 255, 0);
        }.hamburger-menu .bar.animate:before {
                bottom: 0;
                transform: rotate(-45deg);
                transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
            }.hamburger-menu .bar.animate:after {
                top: 0;
                transform: rotate(45deg);
                transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
            }.hamburger-menu .bar,
    .hamburger-menu .bar:after,
    .hamburger-menu .bar:before {
        width: 32px;
        height: 2px;
    }/* Hero */.hero-wrapper ul li,.lemon-law ul li,.compensation ul li,.faulty-vehicle ul li,.faqs ul li{
  position: relative;
  text-align: left;
}@media (min-width: 1280px){.hero-wrapper ul li,.lemon-law ul li,.compensation ul li,.faulty-vehicle ul li,.faqs ul li{
    padding-right: 2.5rem;
  }
}.hero-wrapper ul li:before,.lemon-law ul li:before,.compensation ul li:before,.faulty-vehicle ul li:before,.faqs ul li:before{
  position: absolute;
  left: -25px;
  top: 2px;
  --tw-content: url(../images/check.svg?b338508472cc3835d5b0987f1cbfd1e9);
  content: var(--tw-content);
}@media (min-width: 1280px){.compensation ul li,.faulty-vehicle ul li,.faqs ul li{
    padding-right: 0px !important;
  }
}.case >p:first-child::before{
  position: absolute;
  left: 0px;
  top: 2px;
  --tw-content: url(../images/check.svg?b338508472cc3835d5b0987f1cbfd1e9);
  content: var(--tw-content);
}.case ul li{
  position: relative;
}.case ul li:before{
  position: absolute;
  left: 0px;
  top: 2px;
  --tw-content: url(../images/yellow-check.svg?e04a461581b57700281d7604a7b9a4e8);
  content: var(--tw-content);
}.expertise li::before {
        content: url(../images/check.svg?b338508472cc3835d5b0987f1cbfd1e9);
        display: inline-flex;
        align-items: center;
        margin-right: 7px;
        top: 2px;
    }.primary-btn:hover svg .slate{
  fill: #ffffff;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.primary-btn:hover svg path{
  fill: #195656;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.secondary-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(25 86 86 / var(--tw-bg-opacity, 1));
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  padding-top: 12.5px;
  padding-bottom: 12.5px;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.secondary-btn:hover{
  --tw-bg-opacity: 0.8;
}@media (min-width: 1280px){.secondary-btn{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}.secondary-btn,.primary-btn{
  width: 100% !important;
}@media (min-width: 768px){.secondary-btn,.primary-btn{
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
}/* Hero */.masked-div {
    width: 100%; 
    height: -moz-fit-content; 
    height: fit-content; 
    -webkit-mask-image: url(../images/mask-group.svg?31b86c6eb31db2ed982d50c20aac9e7b); 
            mask-image: url(../images/mask-group.svg?31b86c6eb31db2ed982d50c20aac9e7b);
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
}/* secondary Hero */.sh-masked-div {
    width: 100%; 
    height: -moz-fit-content; 
    height: fit-content; 
    -webkit-mask-image: url(../images/sh-masked.svg?da4431def7e46c129086d423e39e29ce); 
            mask-image: url(../images/sh-masked.svg?da4431def7e46c129086d423e39e29ce);
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
}.lle-masked-div {
    width: 100%; 
    height: -moz-fit-content; 
    height: fit-content; 
    -webkit-mask-image: url(../images/lle-masked.svg?a41a8ac2be97e4e8d1594abcd8cd62e8); 
            mask-image: url(../images/lle-masked.svg?a41a8ac2be97e4e8d1594abcd8cd62e8);
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
}.blog-hero .masked-div,
.post-template-default .masked-div{
    width: 100%; 
    height: -moz-fit-content; 
    height: fit-content; 
    -webkit-mask-image: url(../images/blog-hero-masked.svg?22e12021781b848f6361245e06b2799d) !important; 
            mask-image: url(../images/blog-hero-masked.svg?22e12021781b848f6361245e06b2799d) !important;
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
}.blog-hero p{
  font-weight: 500 !important;
}.contact-hero .hero-wrapper{
  flex-direction: column !important;
}@media (min-width: 768px){.contact-hero .hero-wrapper{
    flex-direction: row !important;
  }
}.contact-hero .hero-wrapper .for-contact{
  display: block !important;
}.blog-hero .hero-wrapper{
  flex-direction: column-reverse !important;
}@media (min-width: 768px){.blog-hero .hero-wrapper{
    flex-direction: row !important;
  }
}.lp-masked-div {
    width: 100%; 
    height: -moz-fit-content; 
    height: fit-content; 
    -webkit-mask-image: url(../images/lp-hero-mask.svg?617ca836645d3ce647f4b562f406609a); 
            mask-image: url(../images/lp-hero-mask.svg?617ca836645d3ce647f4b562f406609a);
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
}.c-masked-div {
    width: 100%; 
    height: -moz-fit-content; 
    height: fit-content; 
    -webkit-mask-image: url(../images/c-masked.svg?6d2c71ec15147d6313f58f79c31b5be6); 
            mask-image: url(../images/c-masked.svg?6d2c71ec15147d6313f58f79c31b5be6);
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
}.hww-masked-div {
    width: 100%; 
    height: -moz-fit-content; 
    height: fit-content; 
    -webkit-mask-image: url(../images/hww-masked.svg?76ae7e89572ff14cbe728545bf8c20b2); 
            mask-image: url(../images/hww-masked.svg?76ae7e89572ff14cbe728545bf8c20b2);
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
}.wwd-masked-div {
    width: 100%; 
    height: -moz-fit-content; 
    height: fit-content; 
    -webkit-mask-image: url(../images/wwd-masked.svg?63bc3b7bff75dbb5c728035228c970dd); 
            mask-image: url(../images/wwd-masked.svg?63bc3b7bff75dbb5c728035228c970dd);
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
}/* Vehicle Spending */.vehicle-spending ul li,.what_we_dont_do ul li{
  position: relative;
}.vehicle-spending ul li:before,.what_we_dont_do ul li:before{
  position: absolute;
  left: -32px;
  top: 2px;
  --tw-content: url(../images/cross.svg?c8812d5aec31976b4b394d53e6a4ef79);
  content: var(--tw-content);
}.what_we_do ul li{
  position: relative;
}.what_we_do ul li:before{
  position: absolute;
  left: -32px;
  top: 2px;
  --tw-content: url(../images/green-check.svg?50874e82b834b9d607a42333c52cced0);
  content: var(--tw-content);
}/* Clear RoadBlock */.cr-masked-div {
    width: 100%; 
    height: -moz-fit-content; 
    height: fit-content; 
    -webkit-mask-image: url(../images/cr-mask.svg?8633cbfbd2d200774f2944b17f6f6886); 
            mask-image: url(../images/cr-mask.svg?8633cbfbd2d200774f2944b17f6f6886);
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
}.small-cr-masked .cr-masked-div {
    width: 100%; 
    height: -moz-fit-content; 
    height: fit-content; 
    -webkit-mask-image: url(../images/small-cr-masked.svg?222f8836ec5652248e868242694648e0) !important; 
            mask-image: url(../images/small-cr-masked.svg?222f8836ec5652248e868242694648e0) !important;
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
}/* Legal Team */.lt-masked-div{
    width: 100%; 
    height: -moz-fit-content; 
    height: fit-content; 
    -webkit-mask-image: url(../images/lt-mask.svg?12c511dd99d6c1eedaa4c4a0a44c90db); 
            mask-image: url(../images/lt-mask.svg?12c511dd99d6c1eedaa4c4a0a44c90db);
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
}/* Lemon Law */.ll-masked-div{
    width: 100%; 
    height: -moz-fit-content; 
    height: fit-content; 
    -webkit-mask-image: url(../images/ll-mask.svg?b2e4a8b08b6f4180d0e6c871133fb05f); 
            mask-image: url(../images/ll-mask.svg?b2e4a8b08b6f4180d0e6c871133fb05f);
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
}.sl-masked-div{
    width: 100%; 
    height: -moz-fit-content; 
    height: fit-content; 
    -webkit-mask-image: url(../images/sl-mask.svg?ee3fda8c55cd4550d769c703c4de172f); 
            mask-image: url(../images/sl-mask.svg?ee3fda8c55cd4550d769c703c4de172f);
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
}.git-masked-div{
    width: 100%; 
    height: -moz-fit-content; 
    height: fit-content; 
    -webkit-mask-image: url(../images/git-mask.svg?49d9218a04bc0ed3e76503f22d5affe5); 
            mask-image: url(../images/git-mask.svg?49d9218a04bc0ed3e76503f22d5affe5);
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
}/* Footer */.social-icon:hover svg path{
  fill: #ffffff;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}/* Contact Form 7 */.gform_wrapper , #commentform , .entry-content{
  font-family: Poppins, sans-serif !important;
}.gform_wrapper .name-field >.ginput_container,.gform_wrapper .email-field >.ginput_container,.gform_wrapper .phone-field >.ginput_container,.gform_wrapper .location-field >.ginput_container,.gform_wrapper .comments-field >.ginput_container,.gform_wrapper .gfield--type-select >.ginput_container,#commentform .name-field >.ginput_container,#commentform .email-field >.ginput_container,#commentform .phone-field >.ginput_container,#commentform .location-field >.ginput_container,#commentform .comments-field >.ginput_container,#commentform .gfield--type-select >.ginput_container,.entry-content .name-field >.ginput_container,.entry-content .email-field >.ginput_container,.entry-content .phone-field >.ginput_container,.entry-content .location-field >.ginput_container,.entry-content .comments-field >.ginput_container,.entry-content .gfield--type-select >.ginput_container{
  position: relative;
}.gform_wrapper .name-field .ginput_container::before,#commentform .name-field .ginput_container::before,.entry-content .name-field .ginput_container::before{
  position: absolute;
  left: 1.25rem;
  top: 50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-content: url(../images/name.svg?9e8c61924dc348277b472c7b4b787b77);
  content: var(--tw-content);
}.gform_wrapper .email-field .ginput_container::before,#commentform .email-field .ginput_container::before,.entry-content .email-field .ginput_container::before{
  position: absolute;
  left: 1.25rem;
  top: 50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-content: url(../images/email.svg?0c607fc3988c26773d9e7ae37952e4a3);
  content: var(--tw-content);
}.gform_wrapper .phone-field .ginput_container::before,#commentform .phone-field .ginput_container::before,.entry-content .phone-field .ginput_container::before{
  position: absolute;
  left: 1.25rem;
  top: 50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-content: url(../images/number.svg?f57666d0d6ec3cd00442321b08726278);
  content: var(--tw-content);
}.gform_wrapper .gfield--type-select.vehicle-year .ginput_container::before,#commentform .gfield--type-select.vehicle-year .ginput_container::before,.entry-content .gfield--type-select.vehicle-year .ginput_container::before{
  position: absolute;
  left: 1.25rem;
  top: 50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-content: url(../images/year.svg?7132c1a255b62e0b5c4bae423f2fd602);
  content: var(--tw-content);
}.gform_wrapper .comments-field .ginput_container::before,#commentform .comments-field .ginput_container::before,.entry-content .comments-field .ginput_container::before{
  position: absolute;
  left: 1.25rem;
  top: 22px;
  z-index: 20;
  --tw-content: url(../images/comments.svg?45a5f2ff9ba73281b4eccdb7dc477282);
  content: var(--tw-content);
}.gform_wrapper .gfield--type-select .ginput_container::after,#commentform .gfield--type-select .ginput_container::after,.entry-content .gfield--type-select .ginput_container::after{
  position: absolute;
  right: 1.25rem;
  top: 50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-content: url(../images/down.svg?89bab2b89ac3c568e0fd214c280d7ef2);
  content: var(--tw-content);
}.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="file"]), .gform_wrapper #email, #commentform input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="file"]), #commentform #email, .entry-content input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="file"]), .entry-content #email{
  height: 60px !important;
  width: 100% !important;
  border-radius: 10px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(253 240 175 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1)) !important;
  padding: 1.25rem;
  padding-left: 3rem !important;
  text-align: left !important;
  font-family: Poppins, sans-serif !important;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1 !important;
  color: rgb(35 45 67 / var(--tw-text-opacity, 1)) !important;
  outline: 2px solid transparent;
  outline-offset: 2px;
}.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="file"]):focus, .gform_wrapper #email:focus, #commentform input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="file"]):focus, #commentform #email:focus, .entry-content input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="file"]):focus, .entry-content #email:focus{
  border-style: none;
}.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="file"])::-moz-placeholder, .gform_wrapper #email::-moz-placeholder, #commentform input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="file"])::-moz-placeholder, #commentform #email::-moz-placeholder, .entry-content input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="file"])::-moz-placeholder, .entry-content #email::-moz-placeholder{
  text-align: left !important;
  font-family: Poppins, sans-serif !important;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1 !important;
  color: rgb(35 45 67 / var(--tw-text-opacity, 1)) !important;
}.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="file"])::placeholder,.gform_wrapper #email::placeholder,#commentform input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="file"])::placeholder,#commentform #email::placeholder,.entry-content input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="file"])::placeholder,.entry-content #email::placeholder{
  text-align: left !important;
  font-family: Poppins, sans-serif !important;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1 !important;
  color: rgb(35 45 67 / var(--tw-text-opacity, 1)) !important;
}.gform_wrapper .gfield select.large,#commentform .gfield select.large,.entry-content .gfield select.large{
  height: 60px !important;
  width: 100% !important;
  border-radius: 10px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(253 240 175 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1)) !important;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 3rem !important;
  padding-right: 2.25rem !important;
  text-align: left !important;
  font-family: Poppins, sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  font-weight: 600 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(35 45 67 / var(--tw-text-opacity, 1)) !important;
  outline: 2px solid transparent;
  outline-offset: 2px;
}.gform_wrapper .gfield select.large:focus,#commentform .gfield select.large:focus,.entry-content .gfield select.large:focus{
  border-style: none;
}.gform_wrapper .gfield select.large,#commentform .gfield select.large,.entry-content .gfield select.large{
        -moz-appearance: none;
        -webkit-appearance: none;
                appearance: none;
        background-image: none;
        background-color: transparent;
    }.gform_wrapper textarea,#commentform textarea,.entry-content textarea{
  height: 120px !important;
  width: 100% !important;
  resize: none !important;
  border-radius: 10px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(253 240 175 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1)) !important;
  padding: 1.25rem;
  padding-left: 3rem !important;
  text-align: left !important;
  font-family: Poppins, sans-serif !important;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1 !important;
  color: rgb(35 45 67 / var(--tw-text-opacity, 1)) !important;
  outline: 2px solid transparent;
  outline-offset: 2px;
}.gform_wrapper textarea:focus,#commentform textarea:focus,.entry-content textarea:focus{
  border-style: none;
}.gform_wrapper textarea::-moz-placeholder, #commentform textarea::-moz-placeholder, .entry-content textarea::-moz-placeholder{
  font-family: Poppins, sans-serif !important;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1 !important;
  color: rgb(35 45 67 / var(--tw-text-opacity, 1)) !important;
}.gform_wrapper textarea::placeholder,#commentform textarea::placeholder,.entry-content textarea::placeholder{
  font-family: Poppins, sans-serif !important;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1 !important;
  color: rgb(35 45 67 / var(--tw-text-opacity, 1)) !important;
}.gform_wrapper .gfield--type-html,#commentform .gfield--type-html,.entry-content .gfield--type-html{
  font-family: Poppins, sans-serif !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}.gform_wrapper .instruction,.gform_wrapper .gform_required_legend,#commentform .instruction,#commentform .gform_required_legend,.entry-content .instruction,.entry-content .gform_required_legend{
  display: none !important;
}.gform_wrapper .gform_fields,#commentform .gform_fields,.entry-content .gform_fields{
        row-gap: 10px !important;
        -moz-column-gap: 10px !important;
             column-gap: 10px !important;
    }.gform_wrapper .gform_footer,#commentform .gform_footer,.entry-content .gform_footer{
  position: relative;
  z-index: 50;
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content !important;
  width: fit-content !important;
}@media (min-width: 768px){.gform_wrapper .gform_footer,#commentform .gform_footer,.entry-content .gform_footer{
    margin-right: auto;
    margin-left: 0px;
  }
}.gform_wrapper .gform_footer span,#commentform .gform_footer span,.entry-content .gform_footer span{
  display: none !important;
}.gform_wrapper .gform_footer input[type='submit'],#commentform .gform_footer input[type='submit'],.entry-content .gform_footer input[type='submit']{
  position: relative !important;
  display: inline-flex !important;
  width: 100% !important;
  cursor: pointer !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 14px !important;
  border-radius: 9999px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  padding-top: 14px !important;
  padding-bottom: 14px !important;
  padding-left: 30px !important;
  padding-right: 60px !important;
  font-family: Poppins, sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  font-weight: 700 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(35 45 67 / var(--tw-text-opacity, 1)) !important;
  transition-property: all !important;
  transition-duration: 300ms !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}.gform_wrapper .gform_footer input[type='submit']:hover,#commentform .gform_footer input[type='submit']:hover,.entry-content .gform_footer input[type='submit']:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(25 86 86 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}@media (min-width: 768px){.gform_wrapper .gform_footer input[type='submit'],#commentform .gform_footer input[type='submit'],.entry-content .gform_footer input[type='submit']{
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
}@media (min-width: 1280px){.gform_wrapper .gform_footer input[type='submit'],#commentform .gform_footer input[type='submit'],.entry-content .gform_footer input[type='submit']{
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }
}.gform_wrapper .gform_footer::after,#commentform .gform_footer::after,.entry-content .gform_footer::after{
            content: "";
            position: absolute;
            width: 30px;
            height: 30px;
            background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="30" height="31" viewBox="0 0 30 31" fill="none"%3E%3Crect class="slate" y="0.5" width="30" height="30" rx="15" fill="%23195656"%3E%3C/rect%3E%3Cpath d="M17.7834 16.209H9.66675V14.7923H17.7834L14.0501 10.8257L15.0001 9.83398L20.3334 15.5007L15.0001 21.1673L14.0501 20.1757L17.7834 16.209Z" fill="white"%3E%3C/path%3E%3C/svg%3E');
            background-size: contain;
            background-repeat: no-repeat;
            top: 13px;
            right: 16px;            
        }.gform_wrapper .gform_footer:hover::after,#commentform .gform_footer:hover::after,.entry-content .gform_footer:hover::after{
            background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="30" height="31" viewBox="0 0 30 31" fill="none"%3E%3Crect y="0.5" width="30" height="30" rx="15" fill="white"/%3E%3Cpath d="M17.7834 16.209H9.66675V14.7923H17.7834L14.0501 10.8257L15.0001 9.83398L20.3334 15.5007L15.0001 21.1673L14.0501 20.1757L17.7834 16.209Z" fill="%23195656"/%3E%3C/svg%3E');
        }#lemonTest .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="file"]), #lemonTest .gform_wrapper #email{
  padding-left: 1.25rem !important;
}#lemonTest .gform_wrapper .gfield--type-select .ginput_container::before{
  display: none !important;
}/* Faqs Accordian */.accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}.accordion-item-header.active .rotate-svg{
  --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));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}/* Blog page */.nav-links , .custom-pagination-links{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}.nav-links a, .nav-links span, .custom-pagination-links a, .custom-pagination-links span{
  display: inline-flex;
  height: 45px;
  width: 45px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(219 184 5 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-family: Poppins, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.nav-links a:hover,.nav-links .current,.nav-links .current-page,.custom-pagination-links a:hover,.custom-pagination-links .current,.custom-pagination-links .current-page{
  --tw-bg-opacity: 1;
  background-color: rgb(219 184 5 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.nav-links .next.page-numbers, .nav-links .prev.page-numbers, .custom-pagination-links .next.page-numbers, .custom-pagination-links .prev.page-numbers{
  width: auto !important;
  --tw-bg-opacity: 1;
  background-color: rgb(219 184 5 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  font-family: Poppins, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(35 45 67 / var(--tw-text-opacity, 1));
}.single-sidebar .gform-footer{
  width: 100% !important;
}.placeholder\:font-poppins::-moz-placeholder{
  font-family: Poppins, sans-serif;
}.placeholder\:font-poppins::placeholder{
  font-family: Poppins, sans-serif;
}.placeholder\:font-medium::-moz-placeholder{
  font-weight: 500;
}.placeholder\:font-medium::placeholder{
  font-weight: 500;
}.placeholder\:text-\[\#242424\]::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(36 36 36 / var(--tw-text-opacity, 1));
}.placeholder\:text-\[\#242424\]::placeholder{
  --tw-text-opacity: 1;
  color: rgb(36 36 36 / var(--tw-text-opacity, 1));
}.first\:pl-0:first-child{
  padding-left: 0px;
}.last\:\!mb-0:last-child{
  margin-bottom: 0px !important;
}.last\:mb-0:last-child{
  margin-bottom: 0px;
}.last\:border-0:last-child{
  border-width: 0px;
}.autofill\:bg-cosmic:-webkit-autofill{
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}.autofill\:bg-cosmic:autofill{
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}.hover\:border-yellow:hover{
  --tw-border-opacity: 1;
  border-color: rgb(219 184 5 / var(--tw-border-opacity, 1));
}.hover\:\!bg-green:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(25 86 86 / var(--tw-bg-opacity, 1)) !important;
}.hover\:bg-cosmic:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}.hover\:bg-green:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(25 86 86 / var(--tw-bg-opacity, 1));
}.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}.hover\:bg-yellow:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(219 184 5 / var(--tw-bg-opacity, 1));
}.hover\:bg-opacity-\[0\.8\]:hover{
  --tw-bg-opacity: 0.8;
}.hover\:\!text-darkblue:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(35 45 67 / var(--tw-text-opacity, 1)) !important;
}.hover\:\!text-white:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}.hover\:text-\[var\(--content-color\)\]:hover{
  color: var(--content-color);
}.hover\:text-darkblue:hover{
  --tw-text-opacity: 1;
  color: rgb(35 45 67 / var(--tw-text-opacity, 1));
}.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}.hover\:text-yellow:hover{
  --tw-text-opacity: 1;
  color: rgb(219 184 5 / var(--tw-text-opacity, 1));
}.hover\:underline:hover{
  text-decoration-line: underline;
}.focus\:border-none:focus{
  border-style: none;
}.active\:bg-cosmic:active{
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}@media (min-width: 600px){.sm\:flex-row{
    flex-direction: row;
  }.sm\:pl-\[30px\]{
    padding-left: 30px;
  }
}@media (min-width: 768px){.md\:mb-10{
    margin-bottom: 2.5rem;
  }.md\:mb-8{
    margin-bottom: 2rem;
  }.md\:ml-auto{
    margin-left: auto;
  }.md\:mr-0{
    margin-right: 0px;
  }.md\:mr-auto{
    margin-right: auto;
  }.md\:mt-0{
    margin-top: 0px;
  }.md\:mt-10{
    margin-top: 2.5rem;
  }.md\:mt-5{
    margin-top: 1.25rem;
  }.md\:\!block{
    display: block !important;
  }.md\:block{
    display: block;
  }.md\:flex{
    display: flex;
  }.md\:hidden{
    display: none;
  }.md\:h-\[300px\]{
    height: 300px;
  }.md\:h-\[30px\]{
    height: 30px;
  }.md\:h-auto{
    height: auto;
  }.md\:\!w-fit{
    width: -moz-fit-content !important;
    width: fit-content !important;
  }.md\:w-1\/2{
    width: 50%;
  }.md\:w-3\/4{
    width: 75%;
  }.md\:w-auto{
    width: auto;
  }.md\:w-fit{
    width: -moz-fit-content;
    width: fit-content;
  }.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\:justify-end{
    justify-content: flex-end;
  }.md\:gap-0{
    gap: 0px;
  }.md\:gap-1{
    gap: 0.25rem;
  }.md\:gap-5{
    gap: 1.25rem;
  }.md\:gap-7{
    gap: 1.75rem;
  }.md\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }.md\:p-10{
    padding: 2.5rem;
  }.md\:p-8{
    padding: 2rem;
  }.md\:p-\[30px\]{
    padding: 30px;
  }.md\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }.md\:px-\[15px\]{
    padding-left: 15px;
    padding-right: 15px;
  }.md\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }.md\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }.md\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }.md\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }.md\:py-\[60px\]{
    padding-top: 60px;
    padding-bottom: 60px;
  }.md\:pb-0{
    padding-bottom: 0px;
  }.md\:pt-20{
    padding-top: 5rem;
  }.md\:text-left{
    text-align: left;
  }.md\:\!text-xl{
    font-size: 1.25rem !important;
  }.md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }.md\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }.md\:text-\[23px\]{
    font-size: 23px;
  }.md\:text-\[25px\]{
    font-size: 25px;
  }.md\:text-\[28px\]{
    font-size: 28px;
  }.md\:text-\[32px\]{
    font-size: 32px;
  }.md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }.md\:text-xl{
    font-size: 1.25rem;
  }.md\:first\:justify-start:first-child{
    justify-content: flex-start;
  }.md\:last\:justify-end:last-child{
    justify-content: flex-end;
  }
}@media (min-width: 1024px){.lg\:relative{
    position: relative;
  }.lg\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }.lg\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }.lg\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }.lg\:mb-10{
    margin-bottom: 2.5rem;
  }.lg\:mb-8{
    margin-bottom: 2rem;
  }.lg\:mb-9{
    margin-bottom: 2.25rem;
  }.lg\:mb-\[30px\]{
    margin-bottom: 30px;
  }.lg\:mt-12{
    margin-top: 3rem;
  }.lg\:block{
    display: block;
  }.lg\:inline-block{
    display: inline-block;
  }.lg\:flex{
    display: flex;
  }.lg\:hidden{
    display: none;
  }.lg\:h-auto{
    height: auto;
  }.lg\:w-1\/4{
    width: 25%;
  }.lg\:w-\[55\%\]{
    width: 55%;
  }.lg\:w-auto{
    width: auto;
  }.lg\:max-w-\[300px\]{
    max-width: 300px;
  }.lg\:max-w-\[630px\]{
    max-width: 630px;
  }.lg\:max-w-\[830px\]{
    max-width: 830px;
  }.lg\:translate-x-0{
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }.lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.lg\:items-center{
    align-items: center;
  }.lg\:justify-between{
    justify-content: space-between;
  }.lg\:gap-10{
    gap: 2.5rem;
  }.lg\:gap-14{
    gap: 3.5rem;
  }.lg\:gap-\[15px\]{
    gap: 15px;
  }.lg\:gap-\[20px\]{
    gap: 20px;
  }.lg\:rounded-\[20px\]{
    border-radius: 20px;
  }.lg\:border-none{
    border-style: none;
  }.lg\:p-8{
    padding: 2rem;
  }.lg\:p-\[30px\]{
    padding: 30px;
  }.lg\:p-\[60px\]{
    padding: 60px;
  }.lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }.lg\:px-\[30px\]{
    padding-left: 30px;
    padding-right: 30px;
  }.lg\:px-\[35px\]{
    padding-left: 35px;
    padding-right: 35px;
  }.lg\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }.lg\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }.lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }.lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }.lg\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }.lg\:pb-0{
    padding-bottom: 0px;
  }.lg\:pb-\[100px\]{
    padding-bottom: 100px;
  }.lg\:pl-12{
    padding-left: 3rem;
  }.lg\:pr-28{
    padding-right: 7rem;
  }.lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }.lg\:text-\[18px\]{
    font-size: 18px;
  }.lg\:text-\[25px\]{
    font-size: 25px;
  }.lg\:text-\[28px\]{
    font-size: 28px;
  }.lg\:text-\[40px\]{
    font-size: 40px;
  }.lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }.lg\:font-normal{
    font-weight: 400;
  }.lg\:leading-\[35px\]{
    line-height: 35px;
  }.lg\:leading-\[50px\]{
    line-height: 50px;
  }
}@media (min-width: 1280px){.xl\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }.xl\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }.xl\:my-\[60px\]{
    margin-top: 60px;
    margin-bottom: 60px;
  }.xl\:mb-10{
    margin-bottom: 2.5rem;
  }.xl\:mb-16{
    margin-bottom: 4rem;
  }.xl\:mb-5{
    margin-bottom: 1.25rem;
  }.xl\:mb-6{
    margin-bottom: 1.5rem;
  }.xl\:mb-7{
    margin-bottom: 1.75rem;
  }.xl\:mb-8{
    margin-bottom: 2rem;
  }.xl\:mt-12{
    margin-top: 3rem;
  }.xl\:mt-14{
    margin-top: 3.5rem;
  }.xl\:mt-16{
    margin-top: 4rem;
  }.xl\:mt-\[70px\]{
    margin-top: 70px;
  }.xl\:h-\[410px\]{
    height: 410px;
  }.xl\:h-full{
    height: 100%;
  }.xl\:w-1\/2{
    width: 50%;
  }.xl\:w-\[80\%\]{
    width: 80%;
  }.xl\:w-\[calc\(100\%\+30px\)\]{
    width: calc(100% + 30px);
  }.xl\:max-w-\[75\%\]{
    max-width: 75%;
  }.xl\:max-w-\[756px\]{
    max-width: 756px;
  }.xl\:max-w-\[90\%\]{
    max-width: 90%;
  }.xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.xl\:flex-row{
    flex-direction: row;
  }.xl\:items-center{
    align-items: center;
  }.xl\:gap-10{
    gap: 2.5rem;
  }.xl\:gap-12{
    gap: 3rem;
  }.xl\:gap-16{
    gap: 4rem;
  }.xl\:gap-\[170px\]{
    gap: 170px;
  }.xl\:gap-\[50px\]{
    gap: 50px;
  }.xl\:gap-\[60px\]{
    gap: 60px;
  }.xl\:gap-\[70px\]{
    gap: 70px;
  }.xl\:overflow-y-auto{
    overflow-y: auto;
  }.xl\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }.xl\:p-10{
    padding: 2.5rem;
  }.xl\:p-\[30px\]{
    padding: 30px;
  }.xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }.xl\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }.xl\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }.xl\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }.xl\:px-\[30px\]{
    padding-left: 30px;
    padding-right: 30px;
  }.xl\:px-\[65px\]{
    padding-left: 65px;
    padding-right: 65px;
  }.xl\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }.xl\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }.xl\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }.xl\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }.xl\:py-\[100px\]{
    padding-top: 100px;
    padding-bottom: 100px;
  }.xl\:py-\[114px\]{
    padding-top: 114px;
    padding-bottom: 114px;
  }.xl\:py-\[50px\]{
    padding-top: 50px;
    padding-bottom: 50px;
  }.xl\:pb-8{
    padding-bottom: 2rem;
  }.xl\:pb-\[100px\]{
    padding-bottom: 100px;
  }.xl\:pb-\[160px\]{
    padding-bottom: 160px;
  }.xl\:pb-\[18px\]{
    padding-bottom: 18px;
  }.xl\:pb-\[300px\]{
    padding-bottom: 300px;
  }.xl\:pb-\[70px\]{
    padding-bottom: 70px;
  }.xl\:pl-\[70px\]{
    padding-left: 70px;
  }.xl\:pr-0{
    padding-right: 0px;
  }.xl\:pr-10{
    padding-right: 2.5rem;
  }.xl\:pt-10{
    padding-top: 2.5rem;
  }.xl\:pt-12{
    padding-top: 3rem;
  }.xl\:pt-5{
    padding-top: 1.25rem;
  }.xl\:pt-\[110px\]{
    padding-top: 110px;
  }.xl\:pt-\[120px\]{
    padding-top: 120px;
  }.xl\:\!text-\[28px\]{
    font-size: 28px !important;
  }.xl\:\!text-lg{
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }.xl\:\!text-xl{
    font-size: 1.25rem !important;
  }.xl\:text-\[23px\]{
    font-size: 23px;
  }.xl\:text-\[24px\]{
    font-size: 24px;
  }.xl\:text-\[26px\]{
    font-size: 26px;
  }.xl\:text-\[28px\]{
    font-size: 28px;
  }.xl\:text-\[32px\]{
    font-size: 32px;
  }.xl\:text-\[40px\]{
    font-size: 40px;
  }.xl\:text-\[50px\]{
    font-size: 50px;
  }.xl\:text-\[68px\]{
    font-size: 68px;
  }.xl\:text-\[80px\]{
    font-size: 80px;
  }.xl\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }.xl\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }.xl\:text-xl{
    font-size: 1.25rem;
  }
}@media (min-width: 1620px){.\32xl\:text-\[26px\]{
    font-size: 26px;
  }
}

