/*
! tailwindcss v3.4.0 | 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: currentColor; /* 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 */
  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:  ;
}
.\!container {
  width: 100% !important;
}
.container {
  width: 100%;
}
@media (min-width: 600px) {

  .\!container {
    max-width: 600px !important;
  }

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

  .\!container {
    max-width: 960px !important;
  }

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

  .\!container {
    max-width: 1120px !important;
  }

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

  .\!container {
    max-width: 1440px !important;
  }

  .container {
    max-width: 1440px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.-left-3 {
  left: -0.75rem;
}
.-top-2 {
  top: -0.5rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-\[34px\] {
  bottom: 34px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-\[200px\] {
  left: 200px;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-\[32px\] {
  top: 32px;
}
.top-\[40px\] {
  top: 40px;
}
.top-\[72px\] {
  top: 72px;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.z-\[100\] {
  z-index: 100;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.\!m-2 {
  margin: 0.5rem !important;
}
.m-0 {
  margin: 0px;
}
.m-8 {
  margin: 2rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.\!ml-0 {
  margin-left: 0px !important;
}
.\!mr-0 {
  margin-right: 0px !important;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-0\.5 {
  margin-bottom: 0.125rem;
}
.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-14 {
  margin-bottom: 3.5rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.mb-\[52px\] {
  margin-bottom: 52px;
}
.mb-\[56px\] {
  margin-bottom: 56px;
}
.mb-\[72px\] {
  margin-bottom: 72px;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-0 {
  margin-right: 0px;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-2\.5 {
  margin-right: 0.625rem;
}
.mt-0 {
  margin-top: 0px;
}
.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-14 {
  margin-top: 3.5rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-3\.5 {
  margin-top: 0.875rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[100px\] {
  margin-top: 100px;
}
.mt-\[112px\] {
  margin-top: 112px;
}
.mt-\[48px\] {
  margin-top: 48px;
}
.mt-\[60px\] {
  margin-top: 60px;
}
.mt-\[64px\] {
  margin-top: 64px;
}
.mt-\[80px\] {
  margin-top: 80px;
}
.mt-\[82px\] {
  margin-top: 82px;
}
.mt-\[84px\] {
  margin-top: 84px;
}
.mt-\[96px\] {
  margin-top: 96px;
}
.mt-auto {
  margin-top: auto;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-1 {
  height: 0.25rem;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-5 {
  height: 1.25rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[196px\] {
  height: 196px;
}
.h-\[203px\] {
  height: 203px;
}
.h-\[220px\] {
  height: 220px;
}
.h-\[320px\] {
  height: 320px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[336px\] {
  height: 336px;
}
.h-\[360px\] {
  height: 360px;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[374px\] {
  height: 374px;
}
.h-\[480px\] {
  height: 480px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[52px\] {
  height: 52px;
}
.h-\[56px\] {
  height: 56px;
}
.h-\[600px\] {
  height: 600px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[656px\] {
  height: 656px;
}
.h-\[76px\] {
  height: 76px;
}
.h-\[88px\] {
  height: 88px;
}
.h-auto {
  height: auto;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.max-h-\[344px\] {
  max-height: 344px;
}
.min-h-4 {
  min-height: 1rem;
}
.min-h-\[100px\] {
  min-height: 100px;
}
.min-h-\[344px\] {
  min-height: 344px;
}
.min-h-\[690px\] {
  min-height: 690px;
}
.min-h-fit {
  min-height: -moz-fit-content;
  min-height: fit-content;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1 {
  width: 0.25rem;
}
.w-10 {
  width: 2.5rem;
}
.w-11 {
  width: 2.75rem;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[104px\] {
  width: 104px;
}
.w-\[52px\] {
  width: 52px;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[75\%\] {
  width: 75%;
}
.w-\[90\%\] {
  width: 90%;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.min-w-4 {
  min-width: 1rem;
}
.min-w-\[300px\] {
  min-width: 300px;
}
.min-w-\[329px\] {
  min-width: 329px;
}
.min-w-\[338px\] {
  min-width: 338px;
}
.min-w-\[344px\] {
  min-width: 344px;
}
.min-w-fit {
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}
.max-w-\[1062px\] {
  max-width: 1062px;
}
.max-w-\[1064px\] {
  max-width: 1064px;
}
.max-w-\[1180px\] {
  max-width: 1180px;
}
.max-w-\[1280px\] {
  max-width: 1280px;
}
.max-w-\[284px\] {
  max-width: 284px;
}
.max-w-\[301px\] {
  max-width: 301px;
}
.max-w-\[329px\] {
  max-width: 329px;
}
.max-w-\[338px\] {
  max-width: 338px;
}
.max-w-\[344px\] {
  max-width: 344px;
}
.max-w-\[409px\] {
  max-width: 409px;
}
.max-w-\[720px\] {
  max-width: 720px;
}
.max-w-\[760px\] {
  max-width: 760px;
}
.max-w-\[787px\] {
  max-width: 787px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-max {
  max-width: -moz-max-content;
  max-width: max-content;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.-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-y-0 {
  --tw-translate-y: 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));
}
.rotate-0 {
  --tw-rotate: 0deg;
  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));
}
.rotate-\[-15deg\] {
  --tw-rotate: -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));
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}
.snap-mandatory {
  --tw-scroll-snap-strictness: mandatory;
}
.snap-start {
  scroll-snap-align: start;
}
.list-none {
  list-style-type: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-\[repeat\(auto-fit\2c minmax\(295px\2c auto\)\)\] {
  grid-template-columns: repeat(auto-fit,minmax(295px,auto));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.content-between {
  align-content: space-between;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-items-center {
  justify-items: center;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.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-7 {
  gap: 1.75rem;
}
.gap-\[14px\] {
  gap: 14px;
}
.gap-\[26px\] {
  gap: 26px;
}
.gap-\[32px\] {
  gap: 32px;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.gap-y-\[64px\] {
  row-gap: 64px;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-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));
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.scroll-smooth {
  scroll-behavior: smooth;
}
.whitespace-normal {
  white-space: normal;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[14px\] {
  border-radius: 14px;
}
.rounded-\[16px\] {
  border-radius: 16px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[24px\] {
  border-radius: 24px;
}
.rounded-\[28px\] {
  border-radius: 28px;
}
.rounded-\[32px\] {
  border-radius: 32px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-tl-\[20px\] {
  border-top-left-radius: 20px;
}
.rounded-tr-\[20px\] {
  border-top-right-radius: 20px;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-\[0\.6px\] {
  border-bottom-width: 0.6px;
}
.border-r-0 {
  border-right-width: 0px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-0 {
  border-top-width: 0px;
}
.border-dashed {
  border-style: dashed;
}
.border-none {
  border-style: none;
}
.border-\[\#dedeeb\] {
  --tw-border-opacity: 1;
  border-color: rgb(222 222 235 / var(--tw-border-opacity));
}
.border-brand-blue {
  --tw-border-opacity: 1;
  border-color: rgb(28 26 81 / var(--tw-border-opacity));
}
.border-gray-00 {
  --tw-border-opacity: 1;
  border-color: rgb(243 243 243 / var(--tw-border-opacity));
}
.border-gray-01 {
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity));
}
.border-gray-03 {
  --tw-border-opacity: 1;
  border-color: rgb(208 208 208 / var(--tw-border-opacity));
}
.border-gray-04 {
  --tw-border-opacity: 1;
  border-color: rgb(194 194 194 / var(--tw-border-opacity));
}
.border-gray-05 {
  --tw-border-opacity: 1;
  border-color: rgb(176 176 176 / var(--tw-border-opacity));
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(42 65 141 / var(--tw-border-opacity));
}
.border-secondary-light-blue {
  --tw-border-opacity: 1;
  border-color: rgb(227 227 255 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-\[\#519F621A\] {
  background-color: #519F621A;
}
.bg-\[\#C2C2C266\] {
  background-color: #C2C2C266;
}
.bg-black\/20 {
  background-color: rgb(26 25 25 / 0.2);
}
.bg-brand-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(28 26 81 / var(--tw-bg-opacity));
}
.bg-brand-light-green {
  --tw-bg-opacity: 1;
  background-color: rgb(168 204 62 / var(--tw-bg-opacity));
}
.bg-gray-00 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity));
}
.bg-gray-01 {
  --tw-bg-opacity: 1;
  background-color: rgb(231 231 231 / var(--tw-bg-opacity));
}
.bg-gray-02 {
  --tw-bg-opacity: 1;
  background-color: rgb(222 222 222 / var(--tw-bg-opacity));
}
.bg-gray-07 {
  --tw-bg-opacity: 1;
  background-color: rgb(65 65 65 / var(--tw-bg-opacity));
}
.bg-gray-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(42 65 141 / var(--tw-bg-opacity));
}
.bg-secondary-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(47 42 162 / var(--tw-bg-opacity));
}
.bg-secondary-light-blue-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 255 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[linear-gradient\(220\.53deg\2c \#90C100_0\%\2c \#52990C_76\.95\%\)\] {
  background-image: linear-gradient(220.53deg,#90C100 0%,#52990C 76.95%);
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-top {
  -o-object-position: top;
     object-position: top;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.\!px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.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-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[14px\] {
  padding-left: 14px;
  padding-right: 14px;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[36px\] {
  padding-top: 36px;
  padding-bottom: 36px;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-\[13px\] {
  padding-bottom: 13px;
}
.pb-\[18px\] {
  padding-bottom: 18px;
}
.pb-\[58px\] {
  padding-bottom: 58px;
}
.pb-\[70px\] {
  padding-bottom: 70px;
}
.pl-0 {
  padding-left: 0px;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-7 {
  padding-left: 1.75rem;
}
.pr-0 {
  padding-right: 0px;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-2\.5 {
  padding-right: 0.625rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[14px\] {
  padding-top: 14px;
}
.pt-\[72px\] {
  padding-top: 72px;
}
.pt-2 {
  padding-top: 0.5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-body-normal-small {
  font-size: 10px;
  line-height: 14px;
}
.text-body-regular-medium {
  font-size: 16px;
  line-height: 20px;
}
.text-body-regular-small {
  font-size: 14px;
  line-height: 20px;
}
.text-body-semibold-large {
  font-size: 16px;
  line-height: 20px;
}
.text-body-semibold-small {
  font-size: 28px;
  line-height: 32px;
}
.text-button-medium-large {
  font-size: 16px;
  line-height: 24px;
}
.text-button-semibold-large {
  font-size: 16px;
  line-height: 24px;
}
.text-button-semibold-medium {
  font-size: 14px;
  line-height: 20px;
}
.text-button-semibold-small {
  font-size: 12px;
  line-height: 20px;
}
.text-label-medium-large {
  font-size: 14px;
  line-height: 18px;
}
.text-label-medium-small {
  font-size: 12px;
  line-height: 16px;
}
.text-link-regular-large {
  font-size: 16px;
  line-height: 24px;
}
.text-title-bold-large {
  font-size: 40px;
  line-height: 44px;
}
.text-title-large {
  font-size: 52px;
  line-height: 60px;
}
.text-title-regular-XLarge {
  font-size: 20px;
  line-height: 24px;
}
.text-title-semibold-large {
  font-size: 32px;
  line-height: 44px;
}
.text-title-semibold-medium {
  font-size: 28px;
  line-height: 40px;
}
.text-title-semibold-small {
  font-size: 24px;
  line-height: 32px;
}
.text-title-semibold-xsmall {
  font-size: 20px;
  line-height: 28px;
}
.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;
}
.\!leading-6 {
  line-height: 1.5rem !important;
}
.leading-4 {
  line-height: 1rem;
}
.leading-\[32px\] {
  line-height: 32px;
}
.\!text-secondary-blue {
  --tw-text-opacity: 1 !important;
  color: rgb(47 42 162 / var(--tw-text-opacity)) !important;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-\[\#101828\] {
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(26 25 25 / var(--tw-text-opacity));
}
.text-brand-blue {
  --tw-text-opacity: 1;
  color: rgb(28 26 81 / var(--tw-text-opacity));
}
.text-brand-green {
  --tw-text-opacity: 1;
  color: rgb(81 159 98 / var(--tw-text-opacity));
}
.text-brand-light-green {
  --tw-text-opacity: 1;
  color: rgb(168 204 62 / var(--tw-text-opacity));
}
.text-gray-05 {
  --tw-text-opacity: 1;
  color: rgb(176 176 176 / var(--tw-text-opacity));
}
.text-gray-06 {
  --tw-text-opacity: 1;
  color: rgb(120 120 120 / var(--tw-text-opacity));
}
.text-gray-07 {
  --tw-text-opacity: 1;
  color: rgb(65 65 65 / var(--tw-text-opacity));
}
.text-gray-08 {
  --tw-text-opacity: 1;
  color: rgb(9 9 9 / var(--tw-text-opacity));
}
.text-secondary-blue {
  --tw-text-opacity: 1;
  color: rgb(47 42 162 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.accent-\[\#519F62\] {
  accent-color: #519F62;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.outline {
  outline-style: solid;
}
.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);
}
.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 {
  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-\[max-height\] {
  transition-property: max-height;
  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;
}
.transition-opacity {
  transition-property: opacity;
  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-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-700 {
  transition-duration: 700ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.alignfull {
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}
.alignwide {
  margin: 2rem 0;
  max-width: undefined !important;
}
.alignnone {
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}
.aligncenter {
  margin: 0.5rem auto;
  display: block;
}
@media (min-width: 640px) {

  .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.9rem;
  color: #718096;
}
article > *:not(.entry-content),
.entry-content > * {
  margin-left: auto;
  margin-right: auto;
  max-width: undefined;
}
body {
    font-family: "Inter", sans-serif;
    font-style: normal;
}
.credit-calculator__select,
.credit-calculator__input {
    border-radius: 8px;
    border: 1px solid #E7E7E7;
    padding: 14px;
    font-size: 16px;
    font-weight: 400;
    height: 52px;
    color: #090909;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.credit-calculator__select:focus,
.credit-calculator__input:focus {
    outline: none;
    border-color: #1a73e8;
    box-shadow: 0 0 0 3px rgba(26, 115, 232, 0.2);
}
.slider {
    -webkit-appearance: none;
    width: 90%;
    height: 2px;
    border-radius: 9px;
    background: linear-gradient(to right, #90C100 0%, #ffffff00 0%);
    outline: none;
    transition: background 0.2s ease;
    position: absolute;
    left: 14px;
    bottom: 0;
}
.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 32px;
    height: 18px;
    background: #90C100;
    border-radius: 999px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    background-position: center center;
}
.slider::-webkit-slider-thumb:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
.credit-calculator__select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 14px;
}
.about-gallery {
    position: relative;
    overflow: hidden;
    width: 100%;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    touch-action: none;
}
.about-gallery--fullbleed {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
.about-gallery::after {
    right: 0;
    transform: rotate(180deg);
}
.about-gallery::before {
    left: 0;
}
.about-gallery__row {
    display: flex;
    flex-wrap: nowrap;
    gap: clamp(14px, 3vw, 16px);
    padding: 0 clamp(16px, 4vw, 64px);
    margin-bottom: clamp(8px, 3vw, 16px);
    will-change: transform;
}
.about-gallery__row:last-child {
    margin-bottom: 0;
}
.about-gallery__card {
    flex: 0 0 auto;
    width: clamp(160px, 22vw, 412px);
    height: clamp(103px, 18vw, 264px);
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
}
.about-gallery__image {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
}
.options ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 28px;
    width: 390px;
}
.options ul li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    line-height: 20px;
    color: #090909;
    font-weight: 600;
}
.options ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url(../images/check.svg?c84e1d911f83aaa50a820bb36895d5f2);
    background-repeat: no-repeat;
    background-size: contain;
}
@media screen and (max-width: 900px) {
    .options ul {
        width: auto;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        row-gap: 12px;
    }

    .options ul li {
        font-size: 14px;
        line-height: 20px;
    }
}
@media screen and (max-width: 600px) {
    .about-gallery__card {
        border-radius: 9px;
    }

    .about-gallery__row {
        gap: 8px;
        margin-bottom: 8px;
    }
}
@media (min-width: 1280px) {

  .dlxl\:container {
    width: 100%;
  }

  @media (min-width: 600px) {

    .dlxl\:container {
      max-width: 600px;
    }
  }

  @media (min-width: 960px) {

    .dlxl\:container {
      max-width: 960px;
    }
  }

  @media (min-width: 1120px) {

    .dlxl\:container {
      max-width: 1120px;
    }
  }

  @media (min-width: 1440px) {

    .dlxl\:container {
      max-width: 1440px;
    }
  }
}
.last\:mb-0:last-child {
  margin-bottom: 0px;
}
.hover\:border-secondary-blue:hover {
  --tw-border-opacity: 1;
  border-color: rgb(47 42 162 / var(--tw-border-opacity));
}
.hover\:bg-secondary-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(47 42 162 / var(--tw-bg-opacity));
}
.hover\:bg-secondary-light-blue-2:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 255 / var(--tw-bg-opacity));
}
.hover\:text-brand-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(28 26 81 / var(--tw-text-opacity));
}
.hover\:text-secondary-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(47 42 162 / var(--tw-text-opacity));
}
.focus\:shadow-\[0_0_0_3px_\#E3E3FF\]:focus {
  --tw-shadow: 0 0 0 3px #E3E3FF;
  --tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 500px) {

  .d1sm\:left-4 {
    left: 1rem;
  }

  .d1sm\:top-\[50\%\] {
    top: 50%;
  }

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

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

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

  .d1sm\:translate-y-\[-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));
  }

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

  .d1sm\:justify-items-start {
    justify-items: start;
  }

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

  .d1sm\:text-left {
    text-align: left;
  }
}
@media (min-width: 600px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .d2sm\:mt-16 {
    margin-top: 4rem;
  }

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

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

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

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

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

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

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

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

  .d2sm\:line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .d2sm\:block {
    display: block;
  }

  .d2sm\:flex {
    display: flex;
  }

  .d2sm\:grid {
    display: grid;
  }

  .d2sm\:hidden {
    display: none;
  }

  .d2sm\:h-12 {
    height: 3rem;
  }

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

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

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

  .d2sm\:min-h-\[120px\] {
    min-height: 120px;
  }

  .d2sm\:min-h-\[220px\] {
    min-height: 220px;
  }

  .d2sm\:min-h-\[226px\] {
    min-height: 226px;
  }

  .d2sm\:w-12 {
    width: 3rem;
  }

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

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

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

  .d2sm\:min-w-\[initial\] {
    min-width: initial;
  }

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

  .d2sm\:max-w-\[initial\] {
    max-width: initial;
  }

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

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

  .d2sm\:gap-8 {
    gap: 2rem;
  }

  .d2sm\:gap-\[55px\] {
    gap: 55px;
  }

  .d2sm\:gap-\[26px\] {
    gap: 26px;
  }

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

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

  .d2sm\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .d2sm\:bg-gray-bg {
    --tw-bg-opacity: 1;
    background-color: rgb(248 248 248 / var(--tw-bg-opacity));
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .d2sm\:text-body-medium-large {
    font-size: 18px;
    line-height: 24px;
  }

  .d2sm\:text-body-regular-medium {
    font-size: 16px;
    line-height: 20px;
  }

  .d2sm\:text-body-regular-small {
    font-size: 14px;
    line-height: 20px;
  }

  .d2sm\:text-button-semibold-large {
    font-size: 16px;
    line-height: 24px;
  }

  .d2sm\:text-title-bold-large {
    font-size: 40px;
    line-height: 44px;
  }

  .d2sm\:text-title-semibold-xsmall {
    font-size: 20px;
    line-height: 28px;
  }

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

  .d2sm\:font-medium {
    font-weight: 500;
  }
}
@media (min-width: 768px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:gap-10 {
    gap: 2.5rem;
  }

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

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

  .md\:p-3 {
    padding: 0.75rem;
  }

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

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

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

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

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

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

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

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

  .md\:text-body-regular-large {
    font-size: 18px;
    line-height: 24px;
  }

  .md\:text-body-regular-medium {
    font-size: 16px;
    line-height: 20px;
  }

  .md\:text-body-regular-small {
    font-size: 14px;
    line-height: 20px;
  }

  .md\:text-button-semibold-large {
    font-size: 16px;
    line-height: 24px;
  }

  .md\:text-label-medium-small {
    font-size: 12px;
    line-height: 16px;
  }

  .md\:text-title-bold-XLarge {
    font-size: 40px;
    line-height: 48px;
  }

  .md\:text-title-bold-extra {
    font-size: 64px;
    line-height: 64px;
  }

  .md\:text-title-bold-large {
    font-size: 40px;
    line-height: 44px;
  }

  .md\:text-title-semibold-small {
    font-size: 24px;
    line-height: 32px;
  }

  .md\:text-title-semibold-xsmall {
    font-size: 20px;
    line-height: 28px;
  }

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

  .md\:text-brand-blue {
    --tw-text-opacity: 1;
    color: rgb(28 26 81 / var(--tw-text-opacity));
  }
}
@media (min-width: 917px) {

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

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

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

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

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

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

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

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

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

  .d2md\:block {
    display: block;
  }

  .d2md\:flex {
    display: flex;
  }

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

  .d2md\:hidden {
    display: none;
  }

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

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

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

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

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

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

  .d2md\:gap-12 {
    gap: 3rem;
  }

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

  .d2md\:gap-\[64px\] {
    gap: 64px;
  }

  .d2md\:gap-y-0 {
    row-gap: 0px;
  }

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

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

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

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

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

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

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

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

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

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

  .d2md\:pt-14 {
    padding-top: 3.5rem;
  }

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

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

  .d2md\:text-body-regular-medium {
    font-size: 16px;
    line-height: 20px;
  }

  .d2md\:text-title-bold-large {
    font-size: 40px;
    line-height: 44px;
  }

  .d2md\:text-title-semibold-large {
    font-size: 32px;
    line-height: 44px;
  }

  .d2md\:text-title-semibold-small {
    font-size: 24px;
    line-height: 32px;
  }

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

  .d2md\:text-black {
    --tw-text-opacity: 1;
    color: rgb(26 25 25 / var(--tw-text-opacity));
  }

  .d2md\:text-gray-06 {
    --tw-text-opacity: 1;
    color: rgb(120 120 120 / var(--tw-text-opacity));
  }
}
@media (min-width: 1024px) {

  .dxl\:left-\[110px\] {
    left: 110px;
  }

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

  .dxl\:mr-2\.5 {
    margin-right: 0.625rem;
  }

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

  .dxl\:block {
    display: block;
  }

  .dxl\:flex {
    display: flex;
  }

  .dxl\:hidden {
    display: none;
  }

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

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

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

  .dxl\:min-h-\[416px\] {
    min-height: 416px;
  }

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

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

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

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

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

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

  .dxl\:gap-10 {
    gap: 2.5rem;
  }

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

  .dxl\:gap-\[131px\] {
    gap: 131px;
  }

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

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

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

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

  .dxl\:pr-2\.5 {
    padding-right: 0.625rem;
  }

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

  .dxl\:text-body-regular-medium {
    font-size: 16px;
    line-height: 20px;
  }

  .dxl\:text-title-semibold-large {
    font-size: 32px;
    line-height: 44px;
  }

  .dxl\:text-gray-07 {
    --tw-text-opacity: 1;
    color: rgb(65 65 65 / var(--tw-text-opacity));
  }
}
@media (min-width: 1200px) {

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

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

  .dsxl\:flex {
    display: flex;
  }

  .dsxl\:h-8 {
    height: 2rem;
  }

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

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

  .dsxl\:gap-8 {
    gap: 2rem;
  }

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

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

  .dsxl\:pr-5 {
    padding-right: 1.25rem;
  }
}
@media (min-width: 1280px) {

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

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

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

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

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


