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

.js-mobile-header {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.js-mobile-footer-cta {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

@media (max-width: 767px) {
  .js-mobile-header.is-hidden-on-sp {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
  }

  .js-mobile-footer-cta.is-hidden-on-sp {
    transform: translateY(100%);
    opacity: 0;
    pointer-events: none;
  }
}

.js-menu-toggle {
  border: 0;
  padding: 0;
}

.js-menu-toggle .menu-line {
  transform-origin: center;
  transition: transform 0.25s ease, opacity 0.25s ease, width 0.25s ease, left 0.25s ease;
}

.js-menu-toggle.is-open .menu-line--top {
  left: 4.5px;
  width: 15px;
  transform: translateY(9px) rotate(45deg);
}

.js-menu-toggle.is-open .menu-line--middle {
  opacity: 0;
}

.js-menu-toggle.is-open .menu-line--bottom {
  left: 4.5px;
  width: 15px;
  transform: translateY(-9px) rotate(-45deg);
}

.contact-form-wrap .c-form__group {
  width: 100%;
  margin-bottom: 30px;
}

.contact-form-wrap .c-form__label {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 10px;
}

.contact-form-wrap .c-form__label-text {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  color: #ffffff;
}

.contact-form-wrap .c-form__note {
  margin: 10px 0 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: #ffffff;
}

.contact-form-wrap .c-policy {
  margin-top: 31px;
}

.contact-form-wrap .c-policy__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #ffffff;
  text-align: center;
}

.contact-form-wrap .c-policy__agree {
  margin: 16px 0 0;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
}

.contact-form-wrap .c-policy__agree .wpcf7-list-item {
  margin: 0;
}

.contact-form-wrap .c-policy__agree .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.contact-form-wrap .c-policy__agree input[type='checkbox'] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 21px;
  height: 21px;
  margin: 0;
  border: 0;
  background: #ffffff;
}

.contact-form-wrap .c-policy__agree input[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 21'%3E%3Cpath d='M5 11l4 4 7-9' fill='none' stroke='%230A5FA2' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}

.contact-form-wrap .c-policy__agree .wpcf7-list-item-label {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}

.contact-form-wrap .c-policy__agree a {
  color: #ffffff;
  text-decoration: underline;
}

.contact-form-wrap .c-submit-image {
  display: block;
  margin: 25px auto 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.contact-form-wrap .c-submit-image img {
  display: block;
  width: 355px;
  height: auto;
}

.contact-form-wrap .wpcf7-response-output {
  margin: 17px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  font-size: 13px;
  line-height: 17px;
  color: #ffffff;
  text-align: center;
}

.js-voice-splide .splide__list {
  display: flex;
}

.js-voice-splide .splide__slide {
  flex: 0 0 auto;
}

.js-voice-splide .splide__arrow {
  width: auto;
  height: auto;
  background: transparent;
  border: 0;
  border-radius: 0;
  opacity: 1;
}

.js-voice-splide .splide__arrow svg {
  display: none;
}

.js-voice-splide .splide__arrow--prev {
  left: 0;
}

.js-voice-splide .splide__arrow--next {
  right: 0;
}

.contact-form-wrap .c-form__required,
  .contact-form-wrap .c-form__optional {
  display: inline-flex;
  width: 48px;
  height: 18px;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 3px;
  color: #0a5fa2;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  padding-top: 3px;
  box-sizing: border-box;
}

.contact-form-wrap .c-input,
  .contact-form-wrap .c-textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #dbd8d8;
  background: #fcfbfb;
  color: #333436;
  font-size: 15px;
}

.contact-form-wrap .c-input {
  height: 50px;
  padding-left: 11px;
  padding-right: 11px;
  font-size: 16px;
}

.contact-form-wrap .c-textarea {
  padding: 21px 15px 15px;
}

.contact-form-wrap select.c-input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #9f9f9f;
  cursor: pointer;
  padding-right: 36px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath d='M7 10L2 4h10L7 10z' fill='%23535353'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 14px 16px;
}

.contact-form-wrap select.c-input.is-selected {
  color: #333436;
}

.contact-form-wrap select.c-input option {
  color: #333436;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

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

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

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

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

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

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

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

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

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

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

.right-0 {
  right: 0px;
}

.right-\[13px\] {
  right: 13px;
}

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

.top-0 {
  top: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.top-full {
  top: 100%;
}

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.m-0 {
  margin: 0px;
}

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

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

.my-\[17px\] {
  margin-top: 17px;
  margin-bottom: 17px;
}

.my-\[4px\] {
  margin-top: 4px;
  margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

.ml-auto {
  margin-left: auto;
}

.mr-\[-13px\] {
  margin-right: -13px;
}

.mr-\[4px\] {
  margin-right: 4px;
}

.mr-\[9px\] {
  margin-right: 9px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

.flex {
  display: flex;
}

.hidden {
  display: none;
}

.h-0 {
  height: 0px;
}

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

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

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

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

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

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

.h-\[38\.23px\] {
  height: 38.23px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.h-\[calc\(100vh-60px\)\] {
  height: calc(100vh - 60px);
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

.w-0 {
  width: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[calc\(\(100\%-16px\)\/2\)\] {
  width: calc((100% - 16px) / 2);
}

.w-\[calc\(100\%\+24px\)\] {
  width: calc(100% + 24px);
}

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

.w-full {
  width: 100%;
}

.min-w-0 {
  min-width: 0px;
}

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

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

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

.flex-1 {
  flex: 1 1 0%;
}

.flex-\[272_1_0\%\] {
  flex: 272 1 0%;
}

.flex-\[75_1_0\%\] {
  flex: 75 1 0%;
}

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

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

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

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

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

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

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

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

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

.border {
  border-width: 1px;
}

.border-\[1\.5px\] {
  border-width: 1.5px;
}

.border-\[2px\] {
  border-width: 2px;
}

.border-x-\[3px\] {
  border-left-width: 3px;
  border-right-width: 3px;
}

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

.border-l-\[13\.5px\] {
  border-left-width: 13.5px;
}

.border-r-\[13\.5px\] {
  border-right-width: 13.5px;
}

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

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

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

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

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

.border-\[\#0A5FA2\] {
  --tw-border-opacity: 1;
  border-color: rgb(10 95 162 / var(--tw-border-opacity, 1));
}

.border-\[\#2787FC\] {
  --tw-border-opacity: 1;
  border-color: rgb(39 135 252 / var(--tw-border-opacity, 1));
}

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

.border-\[\#f08a24\] {
  --tw-border-opacity: 1;
  border-color: rgb(240 138 36 / var(--tw-border-opacity, 1));
}

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

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

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

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

.bg-\[\#0A5FA2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(10 95 162 / var(--tw-bg-opacity, 1));
}

.bg-\[\#2787FC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(39 135 252 / var(--tw-bg-opacity, 1));
}

.bg-\[\#3D3D3D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(61 61 61 / var(--tw-bg-opacity, 1));
}

.bg-\[\#ACBAC9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(172 186 201 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E8F3FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(232 243 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F2F2F2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F3F3F3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
}

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

.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}

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

.bg-\[linear-gradient\(90deg\2c \#FF6D00_77\.25\%\2c rgba\(255\2c 109\2c 0\2c 0\)_100\%\)\] {
  background-image: linear-gradient(90deg,#FF6D00 77.25%,rgba(255,109,0,0) 100%);
}

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

.p-0 {
  padding: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-black {
  font-weight: 900;
}

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

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

.italic {
  font-style: italic;
}

.leading-\[1\.2\] {
  line-height: 1.2;
}

.leading-\[1\.35\] {
  line-height: 1.35;
}

.leading-\[1\.4\] {
  line-height: 1.4;
}

.leading-\[1\.5\] {
  line-height: 1.5;
}

.leading-\[1\.6\] {
  line-height: 1.6;
}

.leading-\[1\.7\] {
  line-height: 1.7;
}

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

.tracking-\[-0\.03em\] {
  letter-spacing: -0.03em;
}

.tracking-\[-0\.05em\] {
  letter-spacing: -0.05em;
}

.tracking-\[-0\.1em\] {
  letter-spacing: -0.1em;
}

.text-\[\#00426E\] {
  --tw-text-opacity: 1;
  color: rgb(0 66 110 / var(--tw-text-opacity, 1));
}

.text-\[\#0A5FA2\] {
  --tw-text-opacity: 1;
  color: rgb(10 95 162 / var(--tw-text-opacity, 1));
}

.text-\[\#1A1A1A\] {
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
}

.text-\[\#1a1a1a\] {
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
}

.text-\[\#2787FC\] {
  --tw-text-opacity: 1;
  color: rgb(39 135 252 / var(--tw-text-opacity, 1));
}

.text-\[\#333436\] {
  --tw-text-opacity: 1;
  color: rgb(51 52 54 / var(--tw-text-opacity, 1));
}

.text-\[\#FF6D00\] {
  --tw-text-opacity: 1;
  color: rgb(255 109 0 / var(--tw-text-opacity, 1));
}

.text-\[\#fcdf27\] {
  --tw-text-opacity: 1;
  color: rgb(252 223 39 / var(--tw-text-opacity, 1));
}

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

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

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

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

.blur {
  --tw-blur: blur(8px);
  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);
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);
}

.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;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

@media (min-width: 768px) {
  .md\:left-\[-60px\] {
    left: -60px;
  }

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

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

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

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

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

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

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

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

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

  .md\:top-\[calc\(100\%-1px\)\] {
    top: calc(100% - 1px);
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

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

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

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

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

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

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

  .md\:mr-\[20px\] {
    margin-right: 20px;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:mt-auto {
    margin-top: auto;
  }

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

  .md\:h-\[calc\(80\*100vw\/1026\)\] {
    height: calc(80 * 100vw / 1026);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:w-\[54\.6px\] {
    width: 54.6px;
  }

  .md\:w-\[calc\(63\*100vw\/1440\)\] {
    width: calc(63 * 100vw / 1440);
  }

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

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

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

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

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

  .md\:min-w-0 {
    min-width: 0px;
  }

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

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

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

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

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

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

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

  .md\:max-w-none {
    max-width: none;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:bg-\[\#FF6D00\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 109 0 / var(--tw-bg-opacity, 1));
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:tracking-normal {
    letter-spacing: 0em;
  }
}

@media (min-width: 1024px) {
  .lg\:left-\[15px\] {
    left: 15px;
  }

  .lg\:left-\[30px\] {
    left: 30px;
  }

  .lg\:left-\[90px\] {
    left: 90px;
  }

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

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

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

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

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

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

  .lg\:top-full {
    top: 100%;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

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

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

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

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

  .lg\:ml-\[calc\(18\*100vw\/1440\)\] {
    margin-left: calc(18 * 100vw / 1440);
  }

  .lg\:ml-\[calc\(51\*100vw\/1440\)\] {
    margin-left: calc(51 * 100vw / 1440);
  }

  .lg\:mr-\[calc\(51\*100vw\/1440\)\] {
    margin-right: calc(51 * 100vw / 1440);
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:h-\[calc\(80\*100vw\/1440\)\] {
    height: calc(80 * 100vw / 1440);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:w-\[54\.6px\] {
    width: 54.6px;
  }

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

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

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

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

  .lg\:w-\[calc\(353\*100vw\/1440\)\] {
    width: calc(353 * 100vw / 1440);
  }

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

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

  .lg\:max-w-none {
    max-width: none;
  }

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

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

  .lg\:basis-auto {
    flex-basis: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:gap-\[calc\(30\*100vw\/1440\)\] {
    gap: calc(30 * 100vw / 1440);
  }

  .lg\:gap-\[calc\(5\*100vw\/1440\)\] {
    gap: calc(5 * 100vw / 1440);
  }

  .lg\:overflow-visible {
    overflow: visible;
  }

  .lg\:bg-\[\#FF6D00\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 109 0 / var(--tw-bg-opacity, 1));
  }

  .lg\:p-\[18px\] {
    padding: 18px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:pr-\[20px\] {
    padding-right: 20px;
  }

  .lg\:pr-\[31px\] {
    padding-right: 31px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:text-\[calc\(14\*100vw\/1440\)\] {
    font-size: calc(14 * 100vw / 1440);
  }

  .lg\:tracking-normal {
    letter-spacing: 0em;
  }
}
