/*
! tailwindcss v3.3.3 | 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.
*/

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 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
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-feature-settings: inherit;
  /* 1 */
  font-variation-settings: 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;
}

/*
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] {
  display: none;
}

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

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

.collapse {
  visibility: collapse;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

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

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

.right-0 {
  right: 0px;
}

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

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

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

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

.order-last {
  order: 9999;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex {
  display: flex;
}

.hidden {
  display: none;
}

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

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

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

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

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

.rotate-\[-1\.15deg\] {
  --tw-rotate: -1.15deg;
  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));
}

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

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

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

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

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

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

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

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

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

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

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

.gap-\[7px\] {
  gap: 7px;
}

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

.border-\[1\.4px\] {
  border-width: 1.4px;
}

.border-b-\[3px\] {
  border-bottom-width: 3px;
}

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

.border-custom-orange-100 {
  --tw-border-opacity: 1;
  border-color: rgb(245 164 89 / var(--tw-border-opacity));
}

.border-custom-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(209 0 0 / var(--tw-border-opacity));
}

.border-custom-yellow-100 {
  --tw-border-opacity: 1;
  border-color: rgb(255 247 0 / var(--tw-border-opacity));
}

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

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

.bg-custom-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 59 137 / var(--tw-bg-opacity));
}

.bg-custom-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 0 0 / var(--tw-bg-opacity));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-nanumpenscript {
  font-family: Nanum Pen Script, cursive;
}

.font-nunito {
  font-family: Nunito, sans-serif;
}

.font-nunitosans {
  font-family: Nunito Sans, sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-custom-black-100 {
  --tw-text-opacity: 1;
  color: rgb(35 35 40 / var(--tw-text-opacity));
}

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

.text-custom-black-300 {
  --tw-text-opacity: 1;
  color: rgb(4 13 18 / var(--tw-text-opacity));
}

.text-custom-blue-200 {
  --tw-text-opacity: 1;
  color: rgb(29 59 137 / var(--tw-text-opacity));
}

.text-custom-blue-300 {
  --tw-text-opacity: 1;
  color: rgb(51 80 185 / var(--tw-text-opacity));
}

.text-custom-red-200 {
  --tw-text-opacity: 1;
  color: rgb(209 0 0 / var(--tw-text-opacity));
}

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

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

@font-face {
  font-family: Schnebel-Sans-Pro;

  src:url(../fonts/Schnebel-Sans-Pro-Bold.ttf)
}

.schenebel-sans-pro-bold {
  font-family: Schnebel-Sans-Pro;
  font-weight: 700;
}

.bg-header {
  background-image: url(../img/old-man-bike.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}

.custom-bg-blue {
  background: linear-gradient(180deg, #1D3B89 0%, #070F24 100%);
}

.custom-blue-container {
  border-radius: 0px 0px 20px 20px;
  background: linear-gradient(90deg, #0F1C3D 0%, #1D3B89 100%);
}

.custom-border-red {
  border: 1px solid #D10000;
  background: #F1F3F6;
}

.custom-marroon-container {
  border-radius: 10px 10px 10px 0px;
  background: #924040;
}

.custom-buy-top {
  border-radius: 13.447px 13.447px 0px 0px;
  background: #4E4E4E;
}

.custom-buy-bottom {
  border-radius: 0px 0px 13.447px 13.447px;
  background: #343434;
}

.custom-blue-buy-top {
  border-radius: 13.447px 13.447px 0px 0px;
  background: #1D3B89;
}

.custom-blue-buy-body {
  border: 0.896px solid #3350B9;
  background: radial-gradient(77.98% 35.68% at 50% 44.35%, #E5F1FF 0%, #4F8AD7 100%);
}

.custom-yellow-btn {
  background: linear-gradient(90deg, #FFE600 -8%, #FFC300 81.3%);
}

.custom-yellow-btn:hover {
  background: #D14905;
}

.custom-faq-blue-container {
  border-radius: 10px 10px 0px 0px;
  background: #3350B9;
}

.custom-faq-grey-container {
  border-radius: 0px 0px 10px 10px;
  background: #ECF0FF;
}

@media screen and (max-width: 530px){
  .bg-header {
    background-image: url(../img/header-mobile.png);
    background-repeat: no-repeat;
    background-position: inherit;
    background-size: contain;
  }
}

@media screen and (min-width: 530px) and (max-width: 1023px){
  .bg-header {
    background-image: url(../img/header-mobile.png);
    background-repeat: no-repeat;
    background-position: inherit;
    background-size: contain;
  }
}

.hover\:bg-custom-blue-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(65 86 161 / var(--tw-bg-opacity));
}

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

  .md\:left-\[218px\] {
    left: 218px;
  }

  .md\:left-\[45px\] {
    left: 45px;
  }

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

  .md\:right-\[-107px\] {
    right: -107px;
  }

  .md\:top-\[-76px\] {
    top: -76px;
  }

  .md\:top-\[109px\] {
    top: 109px;
  }

  .md\:top-\[122px\] {
    top: 122px;
  }

  .md\:top-\[295px\] {
    top: 295px;
  }

  .md\:top-\[90px\] {
    top: 90px;
  }

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

  .md\:mx-\[30px\] {
    margin-left: 30px;
    margin-right: 30px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:gap-\[20px\] {
    gap: 20px;
  }

  .md\:gap-\[32px\] {
    gap: 32px;
  }

  .md\:gap-\[43px\] {
    gap: 43px;
  }

  .md\:gap-\[44px\] {
    gap: 44px;
  }

  .md\:gap-\[60px\] {
    gap: 60px;
  }

  .md\:gap-\[65px\] {
    gap: 65px;
  }

  .md\:p-\[60px\] {
    padding: 60px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:pr-\[60px\] {
    padding-right: 60px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:right-\[-29px\] {
    right: -29px;
  }

  .lg\:right-\[14px\] {
    right: 14px;
  }

  .lg\:right-\[150px\] {
    right: 150px;
  }

  .lg\:right-\[17px\] {
    right: 17px;
  }

  .lg\:right-\[50px\] {
    right: 50px;
  }

  .lg\:right-\[60px\] {
    right: 60px;
  }

  .lg\:right-\[88px\] {
    right: 88px;
  }

  .lg\:top-\[-21px\] {
    top: -21px;
  }

  .lg\:top-\[12px\] {
    top: 12px;
  }

  .lg\:top-\[20px\] {
    top: 20px;
  }

  .lg\:top-\[40px\] {
    top: 40px;
  }

  .lg\:top-\[60px\] {
    top: 60px;
  }

  .lg\:top-\[79px\] {
    top: 79px;
  }

  .lg\:top-\[95px\] {
    top: 95px;
  }

  .lg\:order-first {
    order: -9999;
  }

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:gap-0 {
    gap: 0px;
  }

  .lg\:gap-\[78px\] {
    gap: 78px;
  }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {
  .xl\:right-\[-20px\] {
    right: -20px;
  }

  .xl\:right-\[-75px\] {
    right: -75px;
  }

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